Interesting task list feature for bullet point lists
https://github.com/blog/1375-task-lists-in-gfm-issues-pulls-comments
(investigate whether worthwhile)
GitHub uses its own enhanced version of Markdown.
https://help.github.com/articles/github-flavored-markdown
http://github.github.com/github-flavored-markdown/sample_content.html
https://github.com/mojombo/github-flavored-markdown/issues/1
DraftIn.com
https://draftin.com/features#todos
I really like what Github did.They created a style of Markdown that can be easily understood as a Task/Todo list in plaintext, but also easily parsed by software. So in the spirit of spreading this, Draft now supports Github style Markdown Todos.
Just create a Markdown list looking like this:
- [ ] Write the documentation
- [ ] Get ticketsAnd if you check one of those boxes or the labels:
the Markdown will automatically be updated with an 'x'. Like this:
- [x] Write the documentation
- [ ] Get tickets
From JR's : articles
113 words - 942 chars
created on
updated on
import date 2013-08-12 21:50:39
- #
source
- versions
Related articles
Possible to-do item - Author Marks - Jul 30, 2013
Investigate adding an image zoom feature. - Aug 07, 2013
Add a forwarding feature? - Jun 27, 2013
Implement single page application qualities - Apr 01, 2014
Correct any UTF-8 issues - Oct 09, 2013
more >>