Site Tools


wiki:pluginsyntax:todo

Differences

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

Link to this comparison view

Next revision
Previous revision
wiki:pluginsyntax:todo [2012/07/16 18:03] – created Alan Sheawiki:pluginsyntax:todo [2020/12/13 02:05] (current) – removed plugin, not compatible with Hogfather Alan Shea
Line 1: Line 1:
-====== To Do plugin ====== 
- 
-Create a simple, Checkbox based [[doku>plugin:todo|To Do]] List.  
- 
-=====Creating Lists=== 
-After installing the plugin, simply enter this information on the page you wish to create the todo list: 
- 
-  <todo>Title of todo Action</todo> 
- 
-<todo>Title of todo Action</todo> 
-   
-Each <todo> tag will create one checkbox for the action. 
- 
-To create a checkbox that is check by default, create your todo like this: 
- 
-  <todo #>Title of todo Action</todo> 
-   
-<todo #>Title of todo Action</todo> 
- 
-Using bulleted lists (*) or newline formatting (\\) is recommended, as it will allow you to more easily make a 'list' out of your items to do. 
- 
-=====Formatting=== 
-Formatting is not allowed inside of the <todo></tags>. However, if you wish for your text to be bold or have some other type of style (other than the default one provided), you can surround the todo tag with the formatting of your choice. The resulting action text should then be displayed with your choice of formatting when your changes have been saved. 
- 
-====QuickButton=== 
-As of version 2-27-10, I have added a quickbutton to the editor toolbar. You can click the button (which is pictured as a checked-checkbox) or you can use the keyboard shortcut of [T]. 
- 
-==== AJAX ==== 
- 
-The todo plugin makes use of background Ajax, so you don't have to edit the page each time you want to check off an action. 
- 
-When you go to the page with a list of actions on it, you can check off each action that is completed. In the background, your file will be automatically updated with a '#' to denote that the action has been completed. Each time this happens, a new revision is added to your Old revisions section of that page. It will show up as a minor edit, with the subject "Checkbox Change". 
- 
-===== Plugin Settings ===== 
- 
-===Allow actions to also link to pages with the same name?=== 
- 
-Default: Off\\ 
-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. 
- 
-===What namespace should your actions be created in (".:" = Current NS, Blank = Root NS)=== 
- 
-Default: [Empty]\\ 
-This option allows you specify where actions links should be placed. Using ".:" will cause the actions to link to whatever namespace you are currently in. Leaving it blank or typing ":" will cause all actions to link to the root namespace. Using something like ".:actions:" will cause the actions to link to whatever the current namespace is, plus an "actions" namespace. (Added with version 9-9-09) 
- 
-===Should the actions have strike-through applied when checked?=== 
- 
-Default: On\\ 
-This option (when enabled) will place a strike-through in the actions that have been completed. When disabled, an action can be checked, but the text will not have strike-through applied. 
- 
-===If AllowLinks is disabled, should clicking the actions' text mark the action complete?=== 
- 
-Default: On\\ 
-When this option is enabled, and the links option is disabled, then clicking on the text of an action will mark that action as being complete.  
- 
  
wiki/pluginsyntax/todo.1342461792.txt.gz · Last modified: 2018/05/28 22:28 (external edit)