
The pitch you’ll see going around lately is that Obsidian becomes a full project manager the moment you drop one folder into your vault and point a tasks-aware plugin at it. It’s mostly true: a Projects/ folder plus the right stack of plugins gives you kanban boards, task queries, calendar views, and reminders without leaving the app. We tested seven desktop apps and plugins that turn a plain Obsidian vault into a working project management setup on Windows, macOS, and Linux.
What to look for in an Obsidian project management stack
Five things separate a working setup from an endless plugin rabbit hole:
- Markdown-native task syntax. Tasks should live inside notes as plain
- [ ]checkboxes, not in a private database. That keeps your data portable if you ever leave Obsidian. - Query language. You need to pull tasks across the vault by tag, folder, due date, or project. Dataview and the Tasks plugin both provide this.
- Kanban or board view. Cards you drag between columns, backed by the same markdown files.
- Recurring tasks and reminders. Anything non-trivial repeats. Reminders route to your phone or system tray.
- Mobile parity. Whatever you configure on desktop should still work when you open the vault on Obsidian mobile.
Quick comparison
| App | Best for | Platforms | Free plan | Starts |
|---|---|---|---|---|
| Obsidian | The vault itself | All desktop plus mobile | Free personal | Around $50/year Sync |
| Tasks | Task syntax and queries | All desktop plus mobile | Free | Free |
| Kanban | Drag-and-drop boards | All desktop plus mobile | Free | Free |
| TaskNotes | Multi-view project console | All desktop plus mobile | Free | Free |
| Dataview | Cross-vault queries | All desktop plus mobile | Free | Free |
| Templater | New-project templates | All desktop plus mobile | Free | Free |
| Projects | Project database views | All desktop plus mobile | Free | Free |
The apps
1. Obsidian — Best as the base vault
Obsidian is the free note-taking app itself, and the reason this whole setup exists. Everything below plugs into a vault: a folder of markdown files on your disk. Sync between devices is optional and paid; Git or a private Nextcloud will do the same job for free.
Where it falls short: Community plugins vary in quality and can conflict. Mobile has fewer plugins than desktop.
Pricing:
- Free: All personal use
- Paid: Sync around $50/year for hosted sync
- Platforms: Windows, macOS, Linux, iOS, Android
Download: Obsidian
Bottom line: The base every setup here builds on.
2. Tasks — Best for task syntax and queries
Tasks is the plugin that makes checkbox lists real. It adds due dates, priorities, recurring tasks, and a query language that pulls matching tasks from anywhere in your vault. - [ ] Review draft 📅 2026-08-20 becomes a first-class object you can query and complete. Every project management setup for Obsidian starts here.
Where it falls short: The syntax is opinionated. Recurrence rules need a couple of read-throughs before they click.
Pricing:
- Free: Everything
- Paid: N/A
- Platforms: Desktop and mobile
Download: Tasks plugin
Bottom line: The one plugin every Obsidian project system needs.
3. Kanban — Best for boards without leaving the vault
Kanban creates board files stored as plain markdown. Each column is a heading, each card is a list item, and dragging a card between columns edits the file behind the scenes. The Tasks Kanban companion links Tasks-plugin checkboxes to columns so you can drag to change status in the underlying note.
Where it falls short: No swimlanes. Card metadata is thinner than a dedicated tool like Trello.
Pricing:
- Free: Everything
- Paid: N/A
- Platforms: Desktop and mobile
Download: Kanban plugin
Bottom line: The right board tool as long as you don’t need swimlanes.
4. TaskNotes — Best all-in-one project console
TaskNotes ships eight views (task list, notes, agenda, kanban, mini calendar, advanced calendar, pomodoro, pomodoro stats) that all read from the same underlying markdown. It’s the closest thing Obsidian has to a “project management view” out of the box, and the calendar and agenda views alone justify installing it.
Where it falls short: Overlaps with Tasks and Kanban if you already run those. Some views are still evolving.
Pricing:
- Free: Everything
- Paid: N/A
- Platforms: Desktop and mobile
Download: TaskNotes plugin
Bottom line: The single plugin that gets closest to a full project console.
5. Dataview — Best for cross-vault queries
Dataview is a query language over your vault. Pull every task tagged #project/website sorted by due date and render it as a table, list, or kanban board. It’s the plugin that turns Obsidian from a note collection into a personal knowledge database. For project management, Dataview is how a project note automatically lists every task and file that belongs to it.
Where it falls short: The syntax is a small language of its own. Read the documentation once end-to-end before you start.
Pricing:
- Free: Everything
- Paid: N/A
- Platforms: Desktop and mobile
Download: Dataview plugin
Bottom line: The plugin that makes a Projects/ folder feel like a database.
6. Templater — Best for new-project templates
Templater creates new files from templates with dynamic values (dates, prompts, computed fields). Every new project note follows the same shape: goals, milestones, backlog, decisions, dated log. Templater sets the scaffolding so you don’t reinvent it every time.
Where it falls short: Requires a few evenings to build a template library that fits you.
Pricing:
- Free: Everything
- Paid: N/A
- Platforms: Desktop and mobile
Download: Templater plugin
Bottom line: Essential the moment you have more than a few projects.
7. Projects — Best for project-as-database views
Projects treats a folder or query as a database and gives you table, board, calendar, and gallery views on top. It’s a slightly different model from Tasks-plus-Kanban: the “project” is the collection, and views come from the note metadata rather than checkbox syntax. Good for people coming from Notion or Airtable.
Where it falls short: Overlaps with Dataview for querying. Board view is less polished than Kanban.
Pricing:
- Free: Everything
- Paid: N/A
- Platforms: Desktop and mobile
Download: Projects plugin
Bottom line: Right if you prefer databases-of-notes over tasks-in-notes.
How to pick the right one
- If you’re starting from a clean vault, install Obsidian, then Tasks, then Kanban. That’s the minimum viable setup.
- If you want a single-plugin console instead, install TaskNotes and skip the separate Kanban plugin.
- If you’re coming from Notion or Airtable, try the Projects plugin. Its mental model is closest to what you know.
- Add Dataview once you have more than three active projects and want a “current work” dashboard.
- Add Templater when creating new projects starts to feel like copy-paste work.
FAQ
Can Obsidian actually replace a dedicated project manager?
For solo work and small teams that share a vault, yes. The combination of Tasks, Kanban, TaskNotes, and Dataview covers most of what Trello and Notion offer for personal project management. Multi-user real-time collaboration is where dedicated tools still win.
Do these plugins work on Obsidian mobile?
Tasks, Kanban, Dataview, TaskNotes, Templater, and Projects all work on the Obsidian mobile app. Community plugins on mobile need to be enabled in settings.
Is Obsidian Sync required to use my vault on multiple devices?
No. Any file sync (iCloud Drive, Syncthing, Git, Nextcloud) will keep the folder in step. Obsidian Sync is the paid convenient option.
What’s the difference between Tasks and TaskNotes?
Tasks lives inside your existing checkbox lists and adds a query language. TaskNotes creates dedicated note files per task and gives you multiple views on top. They can coexist, but most people pick one.
How do reminders reach my phone?
Tasks with due dates show in the plugin’s own reminder popup on desktop. For phone notifications, sync the vault to Obsidian mobile and use a companion like Reminders or TaskForge that reads the same task syntax and fires system notifications.