ToDo Notes

From WriteMonkey

ToDo Notes

Home | Categories

Use the repository to store ideas about the text you're writing

  • When adding a new item put an exclamation mark '!' in front of the paragraph
  • And when the item is done replace the '!' with 'OK'

Using the repository you can now easily jump through items that need further attention and also see those already done.

You can of course replace ! and OK with any character or string you want. Or you might use ....

  • !P to mark items that have something to do with the plot of the story
  • !R for items that require research

These two jump masks will list ToDo and Done

Name: To-do
Jump mask: ^!.+?\n
Sample text: ! This is a to-do item ...
   
Name: Done
Jump mask: ^OK.+?\n
Sample text: OK This idea already implemented ...

Taking it one step further, you could filter for these (bottom of the jumps dialog) to refine your matches


WriteMonkey version 2.4.0.6 | This helpfile last updated on Aug 29, 2012 --- Stefan Müller