This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:pluginsyntax:todo [2023/10/28 01:28] – created Alan Shea | wiki:pluginsyntax:todo [2023/10/28 01:54] (current) – [Older / by hand] Alan Shea | ||
---|---|---|---|
Line 9: | Line 9: | ||
|tags : todo, task, taskmanagement| | |tags : todo, task, taskmanagement| | ||
- | * downloadurl: | + | * downloadurl: |
- | * sourcerepo : https:// | + | * sourcerepo : [[https:// |
- | * bugtracker : https:// | + | * bugtracker : [[https:// |
- | screenshot_img : | ||
---- | ---- | ||
Line 30: | Line 29: | ||
< | < | ||
- | Each ''< | + | Each '' |
To create a checkbox that is check by default, create your todo like this: | To create a checkbox that is check by default, create your todo like this: | ||
Line 206: | Line 205: | ||
==== Filter the namespace of the task list ==== | ==== Filter the namespace of the task list ==== | ||
- | [[https:// | + | [[https:// |
If omitted it uses '' | If omitted it uses '' | ||
Line 276: | Line 275: | ||
==== Known Issues ==== | ==== Known Issues ==== | ||
- | The '' | + | The %%~~TODOLIST~~%% -functionality finds every ''< |
==== ChangeLog ==== | ==== ChangeLog ==== | ||
Line 286: | Line 285: | ||
=== Older / by hand === | === Older / by hand === | ||
- | Version 05/14/2014 (by [[doku>user>runout|Markus Gschwendt]]): | + | Version 05/14/2014 (by [[doku>u:runout|Markus Gschwendt]]): |
< | < | ||
* :!: This is no part (yet) of the " | * :!: This is no part (yet) of the " | ||
- | * new option '' | + | * new option '' |
- | * new option '' | + | * new option '' |
- | * new option '' | + | * new option '' |
* Configuration of default values for above option in the Configuration Manager. | * Configuration of default values for above option in the Configuration Manager. | ||
* If AllowLinks is off, render the TodoText as a link to the page where the todo is located | * If AllowLinks is off, render the TodoText as a link to the page where the todo is located | ||
Line 297: | Line 296: | ||
* Assign multiple users to a todo | * Assign multiple users to a todo | ||
- | Version 03/17/2014 (by [[doku>user>leibler|Leo Eibler]]): | + | Version 03/17/2014 (by [[doku>u:leibler|Leo Eibler]]): |
- | [[http:// | + | [[http:// |
* if a todo is checked or unchecked a descriptive summary (text in todo) will be used for history | * if a todo is checked or unchecked a descriptive summary (text in todo) will be used for history | ||
* todos can be assigned to email address | * todos can be assigned to email address | ||
Line 304: | Line 303: | ||
* @@USER@@ matches logged in users username | * @@USER@@ matches logged in users username | ||
- | Additional changes in 03/17/2014 (by [[doku>user>Klap-in]]): | + | Additional changes in 03/17/2014 (by [[doku>u:Klap-in]]): |
- | * New listing syntax: '' | + | * New listing syntax: '' |
* Refactoring of code breaks the compatibility with current version (2013-06-16c) of searchpattern plugin | * Refactoring of code breaks the compatibility with current version (2013-06-16c) of searchpattern plugin | ||
* **Not fixed issue with searchpatterns**: | * **Not fixed issue with searchpatterns**: | ||
Line 313: | Line 312: | ||
* Some other translatable texts | * Some other translatable texts | ||
- | Version 04/13/2013 (by Christian Marg and [[doku>user>leibler|Leo Eibler]]): | + | Version 04/13/2013 (by Christian Marg and [[doku>u:leibler|Leo Eibler]]): |
* Bugfix script.js chk.attr(' | * Bugfix script.js chk.attr(' | ||
* Bugfix configuration option Strikethrough | * Bugfix configuration option Strikethrough | ||
- | Version 04/11/2013 (by [[doku>user>leibler|Leo Eibler]]): | + | Version 04/11/2013 (by [[doku>u:leibler|Leo Eibler]]): |
* add user assignment for todos (with @username syntax in todo tag e.g. <todo @leo>do something</ | * add user assignment for todos (with @username syntax in todo tag e.g. <todo @leo>do something</ | ||
* add handler method _searchpatternHandler() for dokuwiki searchpattern extension. | * add handler method _searchpatternHandler() for dokuwiki searchpattern extension. | ||
Line 326: | Line 325: | ||
* remove getInfo() call because it's done by plugin.info.txt (since dokuwiki 2009-12-25 " | * remove getInfo() call because it's done by plugin.info.txt (since dokuwiki 2009-12-25 " | ||
- | Version 04/05/2013 (by Leo Eibler/ | + | Version 04/05/2013 (by Leo Eibler/ |
* migrate to new dokuwiki version (use jQuery.post instead of sack()). | * migrate to new dokuwiki version (use jQuery.post instead of sack()). | ||
* add german language file. | * add german language file. | ||
Line 341: | Line 340: | ||
* < | * < | ||
- | * < | + | * < |
- | * < | + | * < |
- | * < | + | * < |
- | * < | + | * < |
* < | * < | ||
Line 368: | Line 367: | ||
* Very nice plugin! Started using it only 5 minutes ago and I already love it. I do have 1 question: is it possible to display tasks, without having it in a list-like format (under each other) instead of on 1 lineing to use an actual list or paragraphs? I guess I might be able to achieve this by using %%\\%% \\ Also, it would be nice to allow links inside the todo, now I have to put a link after the todo or place it outside the todo, resulting in a line being half todo half link | * Very nice plugin! Started using it only 5 minutes ago and I already love it. I do have 1 question: is it possible to display tasks, without having it in a list-like format (under each other) instead of on 1 lineing to use an actual list or paragraphs? I guess I might be able to achieve this by using %%\\%% \\ Also, it would be nice to allow links inside the todo, now I have to put a link after the todo or place it outside the todo, resulting in a line being half todo half link | ||
- | * < | + | * < |
- | * Is it possible to show a list of todos filtered by " | + | * Is it possible to show a list of todos filtered by " |
* Change link option from "pages with the same name" to "by Attribute" | * Change link option from "pages with the same name" to "by Attribute" |