-
Notifications
You must be signed in to change notification settings - Fork 14
Add support for - [ ]
to specify task
#73
Comments
That would be really nice, I would love to centralize all the todos from my markdown files! Any chance to see this implemented? |
I just don't see the intersection of this extensions features with Do you want to use tags/projects/contexts when writing |
Maybe I misunderstand the aim of this extension, if it is the case, sorry for that. I would like to use the todo sidebar of todoMD to see and act on TODOs defined and spread in many markdown files (with the markdown list-checkbox syntax |
This extension is not going to work with multiple files. It only ever uses active text editor or default file "todomd.defaultFile". |
ok, sorry for the noise then and thank for your quick answers. |
@benqua did you ever find a solution to centralize all your markdown todos in vscode? |
I ended up using https://github.com/Gruntfuggly/todo-tree and adding the following to settings "todo-tree.general.tags": [
"BUG",
"HACK",
"FIXME",
"TODO",
"XXX",
"- [ ]"
] and adding a |
Often, I'll want to embed tasks into a larger document, but only want the tasks to be injested into Todo MD. It'd be nice to be able to allow Todo MD to parse all markdown files, but only see lines that start with
- [ ]
to be parsed as tasks. And it'd be great if checking the checkbox in the webview (or via command pallet) for a task checked the box in the markdown file, e.g.- [X]
.The text was updated successfully, but these errors were encountered: