Proposal: markdown task list
(1.2) By juef on 2024-04-25 19:49:49 edited from 1.1 [link] [source]
https://fossil-scm.org/home/vdiff?from=trunk&to=markdown-task-list
A task list is created by placing [ ] before item; to mark as complete place [x]; to mark as an inapplicable place [~].
- [ ] Task
- [~] Inapplicable task
- [x] Completed task
(2) By Richard Hipp (drh) on 2024-04-03 18:57:28 in reply to 1.0 [link] [source]
Questions:
Is this part of CommonMark.
Do similar features exist on other popular Markdown implementations?
I could not seem to get this feature to work in https://f.juef.net/fossil/wikiedit?name=Sandbox. Has that server not been updated, or am I just not doing it right?
(3.9) By juef on 2024-04-04 11:38:57 edited from 3.8 in reply to 2 [link] [source]
- not present in CommonMark
- github, gitlab, forgejo, codimd, lowdown, discount, pandoc, marktext, ghostwriter
- updated now (merged markdown-extra-emph-chars)
(4) By patmaddox on 2024-04-11 00:36:30 in reply to 1.0 [link] [source]
I would like to see this added.
(5) By Marcelo Huerta (richieadler) on 2024-04-20 15:13:25 in reply to 1.1 [link] [source]
+1
(6) By Brian Follas (62BRAINS) on 2024-04-21 15:01:20 in reply to 4 [source]
This would be very helpful and a nice feature in the markdown space.
+1
(7) By MarcS (ms4720) on 2024-06-11 05:38:46 in reply to 2 [link] [source]
useful for keeping track of minor tasks and keeping tickets readable/short
+1
(8) By sean (jungleboogie) on 2024-06-12 17:38:38 in reply to 5 [link] [source]
+1
(9) By Martin Gagnon (mgagnon) on 2024-06-12 19:05:34 in reply to 1.2 [link] [source]
Here's a better vdiff link which show diff from the root of the branch.
(original link was using trunk
, so it shows changes of all subsequent commits on trunk)