DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:todo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
plugin:todo [2019-09-12 22:24] – formatting Aleksandrplugin:todo [2024-03-04 10:59] (current) einhirn
Line 6: Line 6:
 email      : dokuwiki@sprossenwanne.at, marg@rz.tu-clausthal.de email      : dokuwiki@sprossenwanne.at, marg@rz.tu-clausthal.de
 type       : Syntax, Action type       : Syntax, Action
-lastupdate : 2019-03-10 +lastupdate : 2024-03-04 
-compatible : Frusterick Manners, Elenor Of Tsort, Weatherwax, Adora Belle, Binky, Ponder Stibbons, Hrun, Detritus, Greebo+compatible : Frusterick Manners, Elenor Of Tsort, Weatherwax, Adora Belle, Binky, Ponder Stibbons, Hrun, Detritus, Greebo, Hogfather, Igor, Jack Jackrum, Kaos
 depends    :  depends    : 
 conflicts  conflicts 
Line 13: Line 13:
 tags       : todo, task, taskmanagement tags       : todo, task, taskmanagement
  
-downloadurl: https://github.com/leibler/dokuwiki-plugin-todo/archive/stable.zip+downloadurl: https://github.com/leibler/dokuwiki-plugin-todo/archive/refs/tags/latest.zip
 sourcerepo : https://github.com/leibler/dokuwiki-plugin-todo sourcerepo : https://github.com/leibler/dokuwiki-plugin-todo
 bugtracker : https://github.com/leibler/dokuwiki-plugin-todo/issues bugtracker : https://github.com/leibler/dokuwiki-plugin-todo/issues
Line 26: Line 26:
  
 Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
- 
-<del>2018-06-05: The "master" branch has some features and fixes merged to be tested before pulled to "stable" - please report problems.</del> merged on 2019-03-10 
- 
-**Download URL has changed:** Moved download link to Github "stable" branch so you don't risk downloading a broken development version. --- [[user>einhirn|Christian Marg]] //2014-06-10 15:11// 
- 
-**Update Instructions:** Since version **//2014-03-17//** the **//searchpattern//** integration is **//deprecated//.** Use the new ''~~TODOLIST~~'' built-in method. 
- 
-**Update Instructions:** The versions **since //2013-04-05//** are **not compatible** with **DokuWiki versions prior 2012-10-13** "Adora Belle". If you want to use an old DokuWiki version, you have to use the todo plugin version 2010-08-16 by Babbage! 
  
 ===== Usage and examples ===== ===== Usage and examples =====
- 
-Mostly deprecated since **//2014-03-17//**: There is an additional instruction page at [[http://www.eibler.at/dokuwiki-todo/index_en.php|http://www.eibler.at/dokuwiki-todo/index_en.php]] in [[http://www.eibler.at/dokuwiki-todo/index_de.php|german]] and [[http://www.eibler.at/dokuwiki-todo/index_en.php|english]] which describes the installation, the settings and the DokuWiki [[plugin:searchpattern|SearchPattern Plugin]] suggestion. 
  
 ==== Creating tasks ==== ==== Creating tasks ====
Line 104: Line 94:
  
 A quickbutton for inserting todo syntax is available in the editor toolbar. You can click the button (which is pictured as a checked-checkbox) or you can use the keyboard shortcut of ''[T]''. A quickbutton for inserting todo syntax is available in the editor toolbar. You can click the button (which is pictured as a checked-checkbox) or you can use the keyboard shortcut of ''[T]''.
 +
 +==== Uncheck All Button ====
 +Add ''~~TODO:UNCHECKALL~~'' to the page. This generates a button with the label "Uncheck all todos". Once clicked, all ToDos of this page are reset. A minor edit with the summary "Unchecked all ToDos" is created.
 +
  
 ===== Lightweight Task Management System - Lists ===== ===== Lightweight Task Management System - Lists =====
Line 264: Line 258:
 This option (when enabled) will allow your actions to also link to a page with the same name. This way, if you have important details about an action, you can place them in this link. This option (when enabled) will allow your actions to also link to a page with the same name. This way, if you have important details about an action, you can place them in this link.
  
 +However, Backlinks to the TODO do not currently work. Also, if you use the [[plugin:move|Move Plugin]], the link will not be updated/moved if the details page that the link points to is moved.
 ====What namespace should your actions be created in (".:" = Current NS, Blank = Root NS)==== ====What namespace should your actions be created in (".:" = Current NS, Blank = Root NS)====
  
Line 286: Line 281:
  
 Please request your features and issues in the tracker at https://github.com/leibler/dokuwiki-plugin-todo/issues. Please request your features and issues in the tracker at https://github.com/leibler/dokuwiki-plugin-todo/issues.
 +
 +==== Known Issues ====
 +
 +The ''~~TODOLIST~~''-functionality finds every ''<todo>...</todo>'' item, even when inside a code or a file block. Also, after being rendered on a TODOLIST page, toggling the checkbox of that item will update its code accordingly. This was reported in [[https://github.com/leibler/dokuwiki-plugin-todo/issues/12|Issue #12 on Github]]
  
 ==== ChangeLog ==== ==== ChangeLog ====
Line 291: Line 290:
 For the current default download package (see start of this page) one should refer to its GitHub Atom Feed: For the current default download package (see start of this page) one should refer to its GitHub Atom Feed:
  
-{{rss>https://github.com/leibler/dokuwiki-plugin-todo/commits/master.atom date}}+{{rss>https://github.com/leibler/dokuwiki-plugin-todo/commits/main.atom date}}
  
 === Older / by hand === === Older / by hand ===
Line 365: Line 364:
      
   * <del>Can we have the list of tasks filtered on the start and due dates?  Allow filtering of jobs to show just those due in the next 7 days, or jobs starting in the next 7 days. Full examples in the [[https://github.com/leibler/dokuwiki-plugin-todo/issues/23|GIT page]] for how it might work. Update : I think this might now work using the duebefore and due after with the +10 -10 relative references only I can't get this to work myself. \\ Should work, only issue: then only tasks with given dates will be shown. We need an 'start-/due-ignore' option to solve this.</del>   * <del>Can we have the list of tasks filtered on the start and due dates?  Allow filtering of jobs to show just those due in the next 7 days, or jobs starting in the next 7 days. Full examples in the [[https://github.com/leibler/dokuwiki-plugin-todo/issues/23|GIT page]] for how it might work. Update : I think this might now work using the duebefore and due after with the +10 -10 relative references only I can't get this to work myself. \\ Should work, only issue: then only tasks with given dates will be shown. We need an 'start-/due-ignore' option to solve this.</del>
 +
 +  * When TODO links are turned ON per [[#Allow actions to also link to pages with the same name?|here]], could Backlinks to the original TODO be made to work? That way, when TODO details are entered, it's easy to get back to the TODO item and check the box complete. :-)
  
   * Thank you for this wonderful plugin. I have one request. In TODOLIST, each todos links to the original page where it's located, Since table header does same action, in my opinion, that links are not needed. Instead, when I click the todo, mark as done would be nice. Also, since it's a link, changing text color doesn't work on the TODOLIST. Thanks for reading.   * Thank you for this wonderful plugin. I have one request. In TODOLIST, each todos links to the original page where it's located, Since table header does same action, in my opinion, that links are not needed. Instead, when I click the todo, mark as done would be nice. Also, since it's a link, changing text color doesn't work on the TODOLIST. Thanks for reading.
 +    * This behavior can be changed on the configuration page so that the link points to a page named after the link
  
-  * absolutely great plugin! thank you! \\ would it be possible to allow also dates formated DD.MM.YYYY (which is very common in Austria ;-)) \\ \\ I'm from Austria too ;) but the only useful order in the date format is YMD - especially for sorting. \\ Things are possible but don't make sense in some way.+  * absolutely great plugin! thank you! \\ Would it be possible to allow also dates formatted DD.MM.YYYY (which is very common in Austria ;-)) \\ \\ I'm from Austria too ;) but the only useful order in the date format is YMD - especially for sorting. \\ Things are possible but don't make sense in some way.
  
   * Thank you for this excellent plugin! Would it be possible to augment each to-do item with two more fields: (a) details and (b) action taken? They are useful especially in cases where items are assigned to different people. The fields could be possibly hidden and get displayed only if a spoiler-like button is pressed. The first is needed in order to describe the assignment in detail and (b) should be a description by the person who acted on the assignment.   * Thank you for this excellent plugin! Would it be possible to augment each to-do item with two more fields: (a) details and (b) action taken? They are useful especially in cases where items are assigned to different people. The fields could be possibly hidden and get displayed only if a spoiler-like button is pressed. The first is needed in order to describe the assignment in detail and (b) should be a description by the person who acted on the assignment.
  
-  * 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 hav in a list-like format (under eachother) 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
  
   * <del>I'm looking for a short kind of info string to be displayed after a page link, displaying how many todos the page have and how many of them that are checked, such as "(5/10)"</del>  \\ \\ See the //short// option.  --- [[user>runout|runout]] //2017-08-28 10:12//   * <del>I'm looking for a short kind of info string to be displayed after a page link, displaying how many todos the page have and how many of them that are checked, such as "(5/10)"</del>  \\ \\ See the //short// option.  --- [[user>runout|runout]] //2017-08-28 10:12//
Line 378: Line 380:
   * Is it possible to show a list of todos filtered by "completed by" and "when" depending on who checked the checkbox?  Again its to keep the minions working.  I'd like to add a section for each tech to my "dashboard" page that shows me who has completed what tasks and when.  I currently have an outstanding task list for each tech but not a list of the work they say they've completed.  Something along the lines of ~~TODOLIST completedby:tech1 showcompleteddate:yes showcompletedtime:yes completedafter:-1~~ will show me the work they have completed today(no matter who it was assigned to).  Also something like ~~TODOLIST assigned:tech1 completed:yes showcompletedby:yes showcompleteddate:yes showcompletedtime:yes completedafter:-1~~ will show me their own tasks completed in the last day, when completed and by whom. \\  \\ try the option //completeduser// for filtering which user has checked the box. Showing the completed-date is not implemented.  --- [[user>runout|runout]] //2017-08-28 09:35//   * Is it possible to show a list of todos filtered by "completed by" and "when" depending on who checked the checkbox?  Again its to keep the minions working.  I'd like to add a section for each tech to my "dashboard" page that shows me who has completed what tasks and when.  I currently have an outstanding task list for each tech but not a list of the work they say they've completed.  Something along the lines of ~~TODOLIST completedby:tech1 showcompleteddate:yes showcompletedtime:yes completedafter:-1~~ will show me the work they have completed today(no matter who it was assigned to).  Also something like ~~TODOLIST assigned:tech1 completed:yes showcompletedby:yes showcompleteddate:yes showcompletedtime:yes completedafter:-1~~ will show me their own tasks completed in the last day, when completed and by whom. \\  \\ try the option //completeduser// for filtering which user has checked the box. Showing the completed-date is not implemented.  --- [[user>runout|runout]] //2017-08-28 09:35//
  
-  * Change link option from "pages with the same name" to "by Attribute". For Example "@link:T0012" if a automatic naming scheme could be implemented, otherwise "@link:wiki:test:start" or external target like phone NR "@link:tel:+1356465654" or Websites "@link:http://www.dokuwiki.org".+  * Change link option from "pages with the same name" to "by Attribute". For Example "@link:T0012" if a automatic naming scheme could be implemented, otherwise "@link:wiki:test:start" or external target like phone NR "@link:tel:+1356465654" or Websites "@link:https://www.dokuwiki.org". 
 +  * It would be great to have the option to be able to include wiki formatted links within the task so when I have a task to review another page in the wiki or an external URL I can put a formatted link in with a meaningful label rather than the full and often long URL displaying in the task and in the task list
  
 ==== Subpages ==== ==== Subpages ====
  
   * [[plugin:todo:customisations|Customizations]]   * [[plugin:todo:customisations|Customizations]]
 +
 +===== Discussion =====
 +Is it possible to see time dedicated between own tasks and colleagues and friends?
  
plugin/todo.1568319857.txt.gz · Last modified: 2019-09-12 22:24 by Aleksandr

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki