Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

TODO system



The TODO element allows to add a "TODO" in the wiki. The todolist element allows to add a list of all TODOs found in the wiki (which is a list of all the "todo" elements found in the wiki with their associated article.

Adding todos and using the "todolist" element allows to show a comprehensive list of all things you still need to do in your wiki, in one place.

Not showing TODOs

By default TODOs are present in the generation of the wiki, but it is possible to remove them by setting the command-line includeTODO property or the associated configuration file property.

If this property is set to false:
  • TODOs will not be included in the wiki
  • The todolist element will not be included in the wiki
  • But the todo property will still have the expected value, taking into account all TODOs found in the wiki source

If the includeTODO property is set to false but the includeComments is set to true, the TODOs will be presented.

Example

The following content:
   An empty todo:
   <todo/>
   A todo with a text:  
   <todo text="the TODO text"/>  
   An important todo:  
   <todo text="the TODO text" importance="important"/>
   A critical todo:  
   <todo text="the TODO text" importance="critical"/>     
   A todo with all attributes:  
   <todo text="the TODO text" reason="because I want" date="2024-10-12" author="Paul"/>
Will produce the following result:
todo
And the following todolist result:
todolist2

See also


Categories: syntax

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.