Plugin GTD pour Dokuwiki
http://www.dokuwiki.org/plugin:gtd
préférer plugin dokuwiki task (todo)
Syntax
<gtd [warn=dd] [due=dd]> [#] [@context] [p:project] [d:yyyy-mm-dd|mm-dd|dd] [w:dd] [describing text] [#] [@context] [p:project] [d:yyyy-mm-dd|mm-dd|dd] [w:dd] [describing text] </gtd>
[warn=dd] | set a global warning period in days before the task has to be finished, the item changes its' color to orange | optional (defaults to 5) |
---|---|---|
[due=dd] | set a global due to period in days before the task has to be finished, the item changes its' color to red | optional (defaults to 2) |
[#] | A leading '#' marks a Todo as done | optional |
[@context] | The context of the Todo ( _ will be transformed to space ). | required |
[p:project] | Specifies if a todo item belongs to a certain project ( _ will be transformed to space ). | optional |
[w:dd] | overwrite global warning period by days | optional |
[d:yyyy-mm-dd] | The date until when the task should be done, if you use mm-dd the year will be appended automatically, same if you only use dd the month and the year will be appended automatically | optional |
[describing text] | Describing text. Must be on a new (one linebreak) line (Wiki Syntax can be used to format). | required |
<gtd [warn=dd] [due=dd]> [#] [@context] [p:project] [d:2009-06-01|mm-dd|dd] [w:dd] [describing text]
[#] [@context] [p:project] [d:yyyy-mm-dd|mm-dd|dd] [w:dd] [describing text] </gtd>