TodoMark (VS Code Extension)
Open a Markdown file as a focused TODO application with dual rendering modes.
Command
What it does
- Reads the currently active
.md file.
- Finds Markdown todos in the format:
- [ ] pending task
- [x] completed task
- Opens a styled webview app with an
Only Todo toggle:
Only Todo ON: focused todo mode with circular checkbox visuals and all / pending / completed filters.
Only Todo OFF: full markdown rendering (headings, blockquotes, tables, highlight, emoji, sub/sup, LaTeX, Mermaid diagrams).
- Keeps markdown task checkboxes clickable in both modes with rounded checkbox UI.
- Persists
Only Todo and active filter in webview state.
- Auto-refreshes when the markdown document changes.
Run locally
- Open this folder in VS Code.
- Run
npm install.
- Press
F5 to launch an Extension Development Host.
- In the new VS Code window, open any markdown file.
- Press
Cmd/Ctrl + Shift + P.
- Run:
TodoMark: Open.
Example markdown
# Today
- [ ] Write release notes
- [x] Respond to customer email
- [ ] Clean up backlog items
Author
- Chirag Lathiya
- contact@chiraglathiya.com
| |