home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / temacd / wikipad / WikidPad-1.9beta2.exe / {app} / WikidPadHelp / data / TodoItems.wiki < prev    next >
Encoding:
Text File  |  2006-04-14  |  1.3 KB  |  45 lines

  1. ∩╗┐+ Todo Items
  2.  
  3. In WikidPad "todo", "done", "action", "track", "issue" and "question" are
  4. special keywords that enable you to track important items under the
  5. "View" menu in the tree.
  6.  
  7. todo: I have to do this.
  8. done: I have done this.
  9. action: I have action items
  10. track: I am tracking this
  11. issue: I am tracking this
  12. question: This is a question
  13. project: This is my project
  14.  
  15. Now open the views node in the tree on the left to see how these todo
  16. items have been added.  For example, open "Views/question" and you will
  17. see a node named "This is a question."
  18.  
  19. Unwanted todo items like e.g.:
  20.  
  21.     Interesting CD track: loud music
  22.  
  23. can be escaped:
  24.  
  25.     Interesting CD \track: loud music
  26.  
  27.  
  28. A todo item ends either with a newline or with a vertical bar |. If you want to insert a bar into the item, you can escape it with a backslash.
  29.  
  30. Example: todo: This item ends here| This isn't part of the item.
  31. todo: This ends \| not.
  32.  
  33. Look in the "Views" subtree to see the todo entries.
  34.  
  35.  
  36. These items supports nested sub-categories also, for example:
  37.  
  38. todo.system.bugs.urgent: There is a bug in the system
  39.  
  40. Will create a "system" node in the tree under "Views/todo", which has a "bugs" subnode which has a "urgent" subnode...
  41.  
  42. [icon: pin]
  43. [alias: TodoItem]
  44.  
  45.