With this simple script you'll be able to add colorful:
- Comments (Orange): Things that you want to say about the text but are not the text),
- TODOs (Red): Things you want to note to do in the future keep track), and...
- Skeleton (Green): Those things that you (or maybe it's just me) write to organize what you are writing.
While editing use:
\comment{Your super-important comment}
\todo{That thing that you are obviously procrastinating}
\skeleton{Comments about dissertation structure}
You'll be able to take them out independently from your text for submission/revision with a simple edition of this script. Just comment out those you want to forget about on your next compilation. E.g. %\toggletrue{comments}
will make comments disappear!