Tasks Plugin
The do plugin allows users to create simple tasks in wiki pages. Those tasks may be assigned to other users and have a due date. Tasks can be listed in pages as well.
Download and Installation
Download and install the plugin using the Plugin Manager using the following URL:
- Unstable development version from the git repository (tgz)
Refer to Plugins on how to install plugins manually.
The tagging plugin needs the SQLite plugin. The toolbar button uses the calendar and user autocompletion from the Bureaucracy plugin, if present.
Usage
There are two new syntax elements:
<do USER DATE>TEXT</do>
: Create a new taskTEXT
, optionally assign it toUSER
or mark it as due onDATE
; there is a toolbar button for this as well.
{{dolist>NAMESPACE?id=ID&status=(DONE|UNDONE)&limit=COUNT&md5=MD5&user=ASSIGNEE&creator=CREATOR}}
: List tasks inNAMESPACE
with optional additional filtering
Configuration
The plugin adds an option to the config manager, userpage
. With it you may optionally specify a printf string for constructing IDs of user pages.