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
Maybe add paraperms - Jul 14, 2013
Add ability to embed Tweets - Sep 24, 2013
Add a favicon - Jun 27, 2013
Investigate removing the nav bar when typing in split screen editor - Aug 07, 2013
Add an alarm feature - Jun 27, 2013
more >>