All Projects → fabiospampinato → vscode-markdown-todo

fabiospampinato / vscode-markdown-todo

Licence: MIT license
Manage todo lists inside markdown files with ease.

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to vscode-markdown-todo

Discord-Presser-Server-Nuker
Nuke Discord Bot in Js (Beta has arrived)
Stars: ✭ 253 (+1104.76%)
Mutual labels:  vsc
Todo-List
✔️ Create to-do lists to easily manage your ideas and work.
Stars: ✭ 30 (+42.86%)
Mutual labels:  todo
mindstream
Task management app, built on todo.txt.
Stars: ✭ 33 (+57.14%)
Mutual labels:  todo
mango
🍊Terminal based TODO application written in Go
Stars: ✭ 18 (-14.29%)
Mutual labels:  todo
tdls
command-line Todo-list & Tech-blogging Service
Stars: ✭ 19 (-9.52%)
Mutual labels:  todo
taskbutler
Create and add progress bars, Office365 Files and Dropbox Paper papers by labels and link them to your Todoist tasks.
Stars: ✭ 44 (+109.52%)
Mutual labels:  todo
homeassistant-microsoft-todo
The integration allows you to create tasks in Microsoft To Do from Home Assistant.
Stars: ✭ 86 (+309.52%)
Mutual labels:  todo
todo
A simple and minimalistic ToDo list manager
Stars: ✭ 18 (-14.29%)
Mutual labels:  todo
elm-simple-gtd
Reimagination of SimpleGTD.com using Elm and Polymer.
Stars: ✭ 24 (+14.29%)
Mutual labels:  todo
vscode-projects-plus
An extension for managing projects. Feature rich, customizable, automatically finds your projects.
Stars: ✭ 62 (+195.24%)
Mutual labels:  vsc
HTML5Sticky
📌 HTML5Sticky - sticky notes app for the web !
Stars: ✭ 51 (+142.86%)
Mutual labels:  todo
noaftodo
NOAFtodo - an ncurses TODO-manager No One Asked For
Stars: ✭ 15 (-28.57%)
Mutual labels:  todo
To-Do App
A Simple To-Do App With Js
Stars: ✭ 21 (+0%)
Mutual labels:  todo
notion-cli-list-manager
A simple command-line tool for managing Notion databases.
Stars: ✭ 76 (+261.9%)
Mutual labels:  todo
ugly-todo
Just an Ugly To-Do app that I wanted to develop.
Stars: ✭ 35 (+66.67%)
Mutual labels:  todo
noteboard
📓 Manage your notes & tasks in a tidy and fancy way. A taskbook clone written in Python.
Stars: ✭ 12 (-42.86%)
Mutual labels:  todo
example-golang-todo
Golang API backend powering a TodoList app
Stars: ✭ 33 (+57.14%)
Mutual labels:  todo
Todo-apollo-redux-react-native
Todo App with apollo + redux + react-native
Stars: ✭ 15 (-28.57%)
Mutual labels:  todo
mattermost-plugin-todo
Mattermost plugin for tracking to do items
Stars: ✭ 45 (+114.29%)
Mutual labels:  todo
goto-line-preview
Preview line when executing `goto-line` command
Stars: ✭ 70 (+233.33%)
Mutual labels:  vsc

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 3 shortcuts when editing a Markdown file:

'Cmd/Ctrl+Enter' // Triggers `Markdown Todo: Toggle Todo`
'Alt+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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].