Support the basic markdown task types #66
Replies: 1 comment 1 reply
-
I have got a note to look at alternative task types and didn't realise that there are some basic ones defined - that's helpful. Something along these lines would certainly be possible to do. I am wondering (out loud with no thought really) whether it could be sensible or not to treat anything that is a single character contained in a "- [ ] " as the first non-whitespace stuff on a line as a task? Then count everything as incomplete apart from those with x's or X's in them (and possibly cancelled) as incomplete. That way, whatever system people want to use or whatever themes want to do it would be supported out the box. What danger would there be of me capturing non-tasks as tasks? (I'm asking myself as well) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Per https://github.com/obsidian-community/theme-dev-vault/blob/main/List%20Variations.md#task-lists
include the following task types as incomplete, and therefore displayed in the columns:
but possibly not display:
and only display these in the done/completed column:
Beta Was this translation helpful? Give feedback.
All reactions