Hacker News new | ask | show | jobs
by redwards510 2605 days ago
keep going, you are 90% there to having a Markdown todo list like me! just use a dash and a space before the brackets and use "x" to indicate they are done. If you render the markdown in a browser you can use a mouse to click the checkboxes. Check out a markdown cheat sheet for more details.

Granted, you won't be able to use your special characters in the brackets..

1 comments

IMHO, a preprocessor can be used to convert from square-brackets format into markdown format, e.g. to highlight urgent and high priority entries with different colors. Sometimes, I need to share my TODO list with a manager. However, even in it plain form, it works well. IMHO, same can be done with todo.txt and org-mode files.

Can you share more about how you generate HTML from your markdown, and how you share result, please?