]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - doc/plugins/contrib/todo.mdwn
This reverts commit cfc5d5d9ed1a5c76212fecd592639aaa3de9b784
[git.ikiwiki.info.git] / doc / plugins / contrib / todo.mdwn
1 [[!template id=plugin name=todo author="Joël Porquet"]]
2 [[!tag type/widget]]
4 This plugin provides the todo [[ikiwiki/directive]], which enables a page to be marked as a todo page. Additionally a deadline date can be provided.
6 An example of a page marked as todo could be:
8     \[[!todo deadline="3 April 1982"]]
9     # Title of what should be done for April 3, 1982
10     blabla
12 This plugin also provides ways to display pages marked as todo, and can even sort those pages by deadline dates:
14     \[[!inline pages="* and todo() and !todo(done)" archive="yes" sort="todo(deadline)"]]
16 The full documentation and source code can be found here:
17 <https://joel.porquet.org/wiki/hacking/ikiwiki_todo/>