{"id":22222096,"url":"https://github.com/fabiospampinato/vscode-markdown-todo","last_synced_at":"2025-06-17T23:05:29.907Z","repository":{"id":53170003,"uuid":"149499145","full_name":"fabiospampinato/vscode-markdown-todo","owner":"fabiospampinato","description":"Manage todo lists inside markdown files with ease.","archived":false,"fork":false,"pushed_at":"2024-12-10T23:08:26.000Z","size":750,"stargazers_count":31,"open_issues_count":3,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T18:53:41.954Z","etag":null,"topics":["extension","markdown","todo","vsc","vscode"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabiospampinato.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"fabiospampinato","custom":"https://www.paypal.me/fabiospampinato"}},"created_at":"2018-09-19T19:06:28.000Z","updated_at":"2025-01-28T10:39:44.000Z","dependencies_parsed_at":"2024-03-15T03:31:36.591Z","dependency_job_id":"87c410dd-81ed-472e-b930-96798fda166e","html_url":"https://github.com/fabiospampinato/vscode-markdown-todo","commit_stats":{"total_commits":25,"total_committers":2,"mean_commits":12.5,"dds":"0.040000000000000036","last_synced_commit":"592642a41550bfbaf59ce4e8eba6ca9ce3088f19"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/fabiospampinato/vscode-markdown-todo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-markdown-todo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-markdown-todo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-markdown-todo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-markdown-todo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabiospampinato","download_url":"https://codeload.github.com/fabiospampinato/vscode-markdown-todo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabiospampinato%2Fvscode-markdown-todo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260453741,"owners_count":23011575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","markdown","todo","vsc","vscode"],"created_at":"2024-12-02T23:16:52.315Z","updated_at":"2025-06-17T23:05:24.880Z","avatar_url":"https://github.com/fabiospampinato.png","language":"TypeScript","funding_links":["https://github.com/sponsors/fabiospampinato","https://www.paypal.me/fabiospampinato"],"categories":[],"sub_categories":[],"readme":"# Markdown Todo\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/fabiospampinato/vscode-markdown-todo/master/resources/logo.png\" width=\"128\" alt=\"Logo\"\u003e\n\u003c/p\u003e\n\nManage todo lists inside markdown files with ease.\n\n## Install\n\nFollow the instructions in the [Marketplace](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-markdown-todo), or run the following in the command palette:\n\n```sh\next install fabiospampinato.vscode-markdown-todo\n```\n\n## Usage\n\nIt adds 4 commands to the command palette:\n\n```js\n'Markdown Todo: Toggle Todo' // Toggle a todo\n'Markdown Todo: Toggle Done' // Toggle a todo as done\n'Markdown Todo: Decrease' // Decrease the \"todo-ness\" of a line, going: checked -\u003e uncked -\u003e list -\u003e plain line\n'Markdown Todo: Increase' // Increase the \"todo-ness\" of a line, going: plain line -\u003e list -\u003e unchecked -\u003e checked\n```\n\nIt adds 3 shortcuts when editing a `Markdown` file:\n\n```js\n'Cmd/Ctrl+Enter' // Triggers `Markdown Todo: Toggle Todo`\n'Alt+Enter' // Triggers `Markdown Todo: Toggle Todo`\n'Alt+D' // Triggers `Markdown Todo: Toggle Done`\n```\n\n## Settings\n\n```js\n{\n  \"markdown.todo.symbols.bullet\": \"-\", // Todo bullet symbol\n  \"markdown.todo.symbols.done\": \"x\" // Todo done symbol\n}\n```\n\n## Demo\n\n![Demo](resources/demo.gif)\n\n## License\n\nMIT © Fabio Spampinato\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fvscode-markdown-todo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabiospampinato%2Fvscode-markdown-todo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabiospampinato%2Fvscode-markdown-todo/lists"}