vscode-markdown-todo

Manage todo lists inside markdown files with ease.

Usage no npm install needed!

<script type="module">
  import vscodeMarkdownTodo from 'https://cdn.skypack.dev/vscode-markdown-todo';
</script>

README

Markdown Todo

Logo

Manage todo lists inside markdown files with ease.

Install

Follow the instructions in the Marketplace, or run the following in the command palette:

ext install fabiospampinato.vscode-markdown-todo

Usage

It adds 2 commands to the command palette:

'Markdown Todo: Toggle Todo' // Toggle a todo
'Markdown Todo: Toggle Done' // Toggle a todo as done

It adds 2 shortcuts when editing a Markdown file:

'Cmd/Ctrl+Enter' // Triggers `Markdown Todo: Toggle Todo`
'Alt+D' // Triggers `Markdown Todo: Toggle Done`

Settings

{
  "markdown.todo.symbols.bullet": "-", // Todo bullet symbol
  "markdown.todo.symbols.done": "x" // Todo done symbol
}

Demo

Demo

Related

  • Todo+: Manage todo lists with ease. Powerful, easy to use and customizable.
  • Noty: Autosaving sticky note with support for multiple notes without needing multiple windows.
  • Notable: The markdown-based note-taking app that doesn't suck.

Contributing

If you found a problem, or have a feature request, please open an issue about it.

If you want to make a pull request you can debug the extension using Debug Launcher.

License

MIT © Fabio Spampinato