Working with Outstanding TODOs in the Project
This article concerns the
Windows
app.
See other variants:
macOS
iOS

TODOs are a great way of tracking what is left to finish in a document. In Texifier, these are listed in the Sidebar of the project’s workspace in a pane with icon .

Syntax

There are two ways to add a TODO to this list.

  • Use a comment starting with todo: % todo ....
  • Or use package todonotes that provides a \todo command: \todo{...}.

Example

An example document is given as follows.

Writing TODOs in Texifier
\documentclass[11pt,fleqn]{article}
\usepackage{todonotes}

\begin{document}

% todo add reference
% todo: add reference
\todo{Another task procrastinated.}
% TODO Finish this argument
% This is not a todo.
% TODO -- Finish this subargument

\end{document}

The TODOs pane

The sidebar pane carrying the icon icon displays the TODOs.

The Windows variant of this article will be updated in due course. To try out Texifier for Windows before it is publicly released, please sign up for a beta.