base todo
author Babbage; Leo Eibler
email babbage@digitalbrink.com; dokuwiki@sprossenwanne.at
date 2013-04-11
name ToDo
desc Create a checkbox based todo list with optional user assignment (by using This is a ToDo). In combination with dokuwiki searchpattern plugin (at least v20130411) it is a lightweight task list management system. Set a todo to complete by using \# sign: Completed Task. Assign a todo to a user leo with @leo: Task for Leo. Use following searchpattern regular expressions to manage all todos on a single page. Use this for open todos: ~~SEARCHPATTERN\#'/]*>.*?<\/todo[\W]*?>/'?? _ToDo ??~~ Use this for completed todos: ~~SEARCHPATTERN\#'/]*\#[^>]*>.*?<\/todo[\W]*?>/'?? _ToDo ??~~ Use this for a list of all assigned todos: ~~SEARCHPATTERN\#'/]*@([^\W]+)[^\#>]*(\#)?[^>]*>(.*?)<\/todo[\W]*?>/'?? $2,1,3 ??~~
url https://www.dokuwiki.org/plugin:todo