A task manager built on markdown checkboxes.
You already write - [ ] to-dos in your notes. MDflow's Tasksview gathers every one of them, from every document in your workspace, into a single filterable list — by status, due date and owner. There's no separate task database: your checkboxes stay plain markdown, so they travel with your files.
Your to-dos were always there. Now they add up.
Checkboxes are the most natural way to track work in a note — but spread across dozens of documents, they're easy to lose. Tasks gives them one home without changing how you write.
Every checkbox, one list
You already scatter - [ ] checkboxes through meeting notes, project docs and readmes. The /tasks view walks every plaintext document in the active workspace and collects them into a single Asana-style list — grouped by folder and document, so you never hunt for a to-do again.
No database, no lock-in
Tasks are not a new kind of record — they stay as lines inside your markdown, which remain the single source of truth. Check one off in the list and MDflow rewrites that source line and saves the document. Export the workspace and every task travels with it, readable in Obsidian, VS Code or on GitHub.
Filter by status, date and owner
Slice the list by Status (all, outstanding, completed), by When (due/overdue, today, this week, next week) and by Who — you, or any teammate whose email appears as an owner. Every filter shows a live count, and a text search narrows further.
Edit without leaving the list
Toggle done, click to rename, set or clear a due date from a picker, and assign an owner — all inline. Overdue chips turn red, today amber. Indented subtasks nest under their parent, and you can collapse a document's tasks or all of them at once.
Plain markdown, with optional dates and owners
A task is any line that starts with a checkbox. Two optional groups in parentheses, right after the box, add a due date and an owner — MDflow classifies them by content, so the order is forgiving and you can set them from the list instead.
- [ ] Draft the launch emailA plain open task. With no owner it's yours — it shows under Me.
- [x] Ship the changelog entryAn x marks it done — struck through, filed under Completed.
- [ ] (20260706) Review the Q3 draftA due date as (YYYYMMDD) right after the box — this one is due Jul 6, 2026, and buckets into When.
- [ ] (20260706)(jan@example.com) Send the invoiceAdd an owner as (email). Date then owner; clear either in the list and MDflow drops the group.
Three steps, no new habits
Write checkboxes as you already do
Anywhere in any document, jot - [ ] follow up with Sam. It's just GitHub-Flavored Markdown — nothing new to learn, and it renders as a checkbox in preview.
Open Tasks to see them all
Switch to /tasks from the sidebar. MDflow reads your documents in the browser, gathers every checkbox, and groups them by folder and document with live counts per filter.
Filter, check off, move on
Narrow to what's due this week or assigned to you, tick tasks off, or add a new one inline. Each change writes straight back into the source markdown — the list and your files never drift apart.
A task manager with nothing to lock in
Most task tools keep your to-dos in a proprietary database, apart from your writing. MDflow does the opposite: the checkboxes in your notes are the tasks.
- Source of truth. Edits in the list rewrite the markdown line and save the document — the file and the list can't drift apart.
- Fully portable. Download a
.mdor export the workspace as a.zip; every task comes along, readable in Obsidian, VS Code or on GitHub. - Private by design. Encrypted documents are counted and skipped, and parsing runs in your browser — the server never reads plaintext to build the list.
- Agent-writable. Scripts and AI agents that write a document body over the API or MCP can add a
- [ ]that shows up here.
Questions
What is the MDflow Tasks view?
How do I add a due date or an owner to a task?
Where are my tasks stored?
How do I filter tasks?
Is Tasks a paid feature?
Do encrypted documents show up in Tasks?
Can AI agents create tasks too?
How is this different from Notion, Todoist or the Obsidian Tasks plugin?
Keep writing notes. See the to-dos add up.
Tasks is built in and free on every plan. Write a checkbox in any document, open Tasks, and your whole workspace's work is in one place.