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 tickets

And 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

#junco
#todo_later

From JR's : articles
113 words - 942 chars
created on
updated on
import date 2013-08-12 21:50:39 - #
source - versions

Related articles
Add collapsible header sections on mobile display - Jun 27, 2013
Add Flesch-Kincaid readability test score to blog posts - Oct 08, 2013
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
more >>



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: May 2, 2024 - 11:57 p.m. EDT