question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow a global TODO.md file

See original GitHub issue

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:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
ngduccommented, Mar 24, 2020

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)

image

@sbruce @katiawheeler

0reactions
sbrucecommented, Mar 24, 2020

Thanks! @ngduc

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found