jabaho952351 downloadsCalm GTD over plain markdown. Six fixed views — Inbox, Today, Upcoming, Anytime, Someday, Logbook — quick capture with natural-language dates. Your tasks stay ordinary checkboxes in your notes.
The calm GTD app inside Obsidian. Six fixed views over your plain-markdown checkboxes — no database, no query language, no configuration maze. If you've used Things, you know the feel.
This is v0.1.0, the first milestone. It's the native core: views, capture, dates. Screenshots and the community-directory listing come later — right now this is for people who build their plugins from source.
obsidian://tasks-plus/capture?text=….- [ ] checkbox in a note. Completing one checks the box and appends the done date in place. Nothing moves, nothing is copied into a database. Delete the plugin and you lose nothing.#tag inside any task (or use the tag button / g) and it shows up in a Tags section in the rail. Click one or several (selection is a union) to see every tagged task across the vault, grouped under collapsible Inbox/Today/Upcoming/Anytime/Someday/Logbook headers, each row still linking to its source note.Inline metadata, readable by humans and compatible with the emoji format of the Tasks plugin, so existing vaults migrate in without conversion:
- [ ] call mom 📅 2026-08-01
- [ ] review draft ⏳ 2026-08-03
- [ ] submit application ⏰ 2026-08-15
- [x] pay rent 📅 2026-07-28 ✅ 2026-07-28
- [ ] plan the autumn trip 💤
- [ ] finish slides ⭐
📅 due · ⏳ scheduled · ⏰ deadline · ✅ done · ⭐ starred for Today · 💤 someday. Deadlines get their own chip that turns red as the day approaches; "report by fri" in capture sets one.
Every open task lives in exactly one view (someday wins over starred, starred over dates, dates over the rest):
Tasks/Inbox.md you haven't dated, starred, or filed yet.Keyboard, in any view: j/k navigate, x toggle done, t star, s schedule, d deadline, g tag, Enter open the source note. In the capture modal: ⌘T star, ⌘S someday — no mouse needed anywhere.
Row action buttons stay visible in Inbox for quick sorting; in every other view they appear on hover (or on tap, on phone and tablet).
Tasks/)Not yet in the community directory. Manual install:
npm install && npm run buildmain.js, manifest.json, and styles.css into your vault at .obsidian/plugins/tasks-plus/Works on desktop and mobile.
No recurring tasks, priorities, time tracking, kanban, reminders, custom queries or filters, drag-and-drop reordering, or import bridges — the restraint is the product. Some of these may come in later milestones; most won't.
Everything is local — no network requests, no telemetry, nothing leaves the vault. With "Show tasks from the whole vault" on (the default), the plugin scans your markdown files' cached metadata to find checkboxes; turn it off and it only ever touches the tasks folder.
0BSD