Allow a global TODO.md file
See original GitHub issueIssue Description
It would be nice if you could specify a path to a single, generic TODO.md
file in settings.json
.
This could let coddx function as a more generic task management system.
Sample settings.json
file:
{
"coddx.use_generic_todo_md": true,
"coddx.todo_md_path": "path to the TODO.md file"
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Hypercubed/todo-md: Manage your GitHub Flavored ...
Manage your GitHub Flavored Markdown todo list from the command line - GitHub ... --debug Enable debugger -g, --global Use global todo list...
Read more >Todo in Markdown files – IDEs Support (IntelliJ Platform)
Would like for "todo" to show up from Markdown files. In the project README.md I like to keep track of over todo's.
Read more >Todo MD - Visual Studio Marketplace
This setting allows you to add items and their description(markdown) to autocomplete in all files (where extension is active). Examples: #tag , +project...
Read more >How to Create the Perfect todo Management Solution in 3 Steps
The Visual Studio Code editor; One Todo extension; Minor tweaks ... and rename the active .todo file to .md changing it to a...
Read more >Doxygen are not collecting all \todo in global todo list
Thanks, much appreciated! · For the top \todo in the cfg you can do probably 2 things: add /// \file plus an empty...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This will be released shortly: (set multiple files in user’s setting & dropdown to select them)
In your settings.json file, add this:
"coddx.taskBoard.fileList": "TODO.md, folder/TODO-name.md"
(comma separated, use your file names)@sbruce @katiawheeler
Thanks! @ngduc