|
|
|
|
|
by hateful
304 days ago
|
|
I also do the text file thing. I use EditPad Pro. The only additional thing I've done is create syntax coloring in any file named 'tasks-*.txt'. I added simple things like:
- Color anything ending in a ? green, so when looking at a list of notes, so I know where the questions were.
- Any line beginning with an all caps word is highlighted (e.g. TODO: )
- Any line ending in a : is highlighted light blue (e.g. title)
- Any Line Containing "Error" is red I do suppose I could be using Markdown, but I've had this going for 20 years now. |
|