北冥尘23 downloadsTurn notes into a task board: due dates, recurrence and goals live in Markdown checkbox lines, with a dashboard, heatmap, calendar and query blocks. Optional AI planning with AI Host.
Your notes are the task board. Taskdown turns plain Markdown checkbox lines into a live task panel in Obsidian: due dates, recurrence and goals stay in the notes, while the sidebar gives you grouping, a dashboard, a calendar, a heatmap and progress trends.
By Helfas. MIT licensed. The technical plugin id is sfc-todo (that is the folder name Obsidian installs), so existing data keeps working.
- [ ] Pay the rent 2026-10-01 every month 3tasks query blocks. Embed a task view in a note with the same filter/sort/group vocabulary.Once Taskdown is listed in the community directory: Settings Community plugins Browse, search for Taskdown, then Install and Enable.
main.js, manifest.json and styles.css from the latest GitHub release.<vault>/.obsidian/plugins/sfc-todo/.- [ ] Buy milk 2026-09-18- [ ] Review notes every week- [ ] Read 30 pages 3Taskdown itself has no network code. AI planning requires the companion AI Host plugin; provider keys stay in AI Host, and every proposed task is shown for review before anything is written. Without AI Host, everything except AI planning works normally.
Taskdown reads notes in your vault and stores its own state under .obsidian/plugins/sfc-todo/. It collects no telemetry and makes no network requests of its own.
npm ci
npm run build # writes main.js
npm run verify # bundle invariants
npm run typecheck
MIT 2026 Helfas. See LICENSE. Third-party notices are in THIRD-PARTY-NOTICES.md.
Taskdown builds an index of your notes to find task lines. It reads note content through Obsidian's APIs, writes only the task line that you edit (after confirmation where the action changes existing text), and keeps its own state in the plugin folder inside your configuration directory. On desktop it uses Node's fs module only for atomic writes inside that same plugin folder; it never reads or writes paths outside the vault. It has no telemetry and no clipboard access.