Icarian Systems125 downloadsLocal-first Kanban / project boards. Reads and writes the same on-disk board format used by the community Kanban plugin. Includes optional paid Pro features.
Local-first Kanban / project-management boards for Obsidian. Plan work on a drag-and-drop board, then slice the same cards as a table, a list, or a dashboard — all stored as plain markdown in your vault.

Compatible with your existing boards. Kanban for Professionals reads and writes the same
kanban-plugin: boardmarkdown format used by the community Kanban plugin, so your current boards open without conversion or data loss. (This is an independent project, not affiliated with or endorsed by that plugin or its authors.)
Free
kanban-plugin code block.Pro — $5.99, lifetime (details)
[rrule:: …], natural-language [repeats:: …], or the 🔁 emoji.| Saved Views & right rail | Table view |
|---|---|
![]() |
![]() |
manifest.json, main.js, and styles.css from the latest release.<your-vault>/.obsidian/plugins/kanban-pro-boards/.Want pre-release builds? Install via BRAT and point it at
icarian-systems/kanban-pro-plugin.
Cmd/Ctrl+P). Obsidian opens a new note with three empty lanes.Enter to save.A guided walkthrough is always available via Kanban for Professionals: Show getting started.
Any note whose frontmatter contains kanban-plugin: board opens as a board automatically — including boards made with the original Kanban plugin. Nothing to convert.
The board works on Obsidian for iOS and Android:
Type these tokens directly into a card's text and Kanban for Professionals renders them as chips. The raw tokens stay in your markdown, so other plugins (Dataview, Tasks) keep working too.
| You want… | Type this | Example |
|---|---|---|
| A due date (Kanban native) | @{YYYY-MM-DD} |
@{2026-06-21} |
| A time of day | @@{HH:mm} |
@@{09:30} |
| A due date (Tasks emoji) | 📅 YYYY-MM-DD |
📅 2026-06-21 |
| A due date (Dataview) | [due:: YYYY-MM-DD] |
[due:: 2026-06-21] |
| A tag | #tag |
#backend #client/acme |
| An assignee / any field | [key:: value] |
[assignee:: rosa] |
| A priority | 🔺 ⏫ 🔼 🔽 🔻 |
Ship release ⏫ |
| A repeating card (RFC 5545) | [rrule:: …] |
[rrule:: FREQ=WEEKLY;BYDAY=MO] |
| A repeating card (plain English) | [repeats:: …] |
[repeats:: every monday at 9am] |
| A block reference | ^id (line end) |
^card-42 |
Kanban for Professionals also recognizes the broader Tasks plugin emoji set (⏳ scheduled, 🛫 start, ✅ done, ❌ cancelled, ➕ created, 🆔 id, 🏁 on-completion). The full grammar lives in docs/inline-meta.ebnf.
The right rail holds Saved Views, the active timer, linked notes, and integrations. Use the Filter and Search controls in the toolbar to narrow any view.
Open the command palette with Cmd/Ctrl+P; every entry is prefixed Kanban for Professionals:. None ship with a default hotkey — assign your own under Settings → Hotkeys.
| Command | What it does |
|---|---|
| Create new board | Create a new board, or open an existing one. |
| Cycle view mode (Board / Table / List) | Rotate the active board through the three views. |
| Open Dashboard (Pro) | Open the dashboard for the active board. |
| Insert from template | Insert cards from a saved template into the active board. |
| Undo last drag / Redo | Step through the board's gesture-scoped history. |
| Validate board | Round-trip the active file through the parser and report any byte diff. |
| Canonicalize this board | Rewrite inline tokens into the canonical order (opt-in). |
| Export board to calendar (.ics) (Pro) | Write an .ics of every dated card next to the board file. |
| Activate Pro license | Open the Pro pane (or activate a stored key). |
| Show getting started | Reopen the onboarding walkthrough. |
| Rebuild vault index | Rebuild the cross-board index used by Saved Views and the dashboard. |
Open Settings → Community plugins → Kanban for Professionals (or the gear on the plugin). The settings are grouped into tabs:
| Pro / license | Integrations |
|---|---|
![]() |
![]() |
Kanban for Professionals is free to install and use for all free-tier features. Pro unlocks Saved Views, the Dashboard, recurrence, time tracking, and the GitHub / calendar integrations.
Limited time: $5.99 for lifetime access. Buy a license from the Kanban for Professionals checkout, then paste your email + key under Settings → Pro → Activate.
License verification runs entirely offline against bundled public keys; Pro automatically revalidates about once a week. Your boards and data are never gated — deactivating a license preserves everything.
By Icarian Systems.
Your boards are stored entirely as local markdown in your vault. Nothing is uploaded, and the plugin works fully offline. It makes network requests only in these cases:
No analytics or telemetry are collected. All HTTP goes through Obsidian's requestUrl (CORS-safe, mobile-compatible).
Found a bug or have a request? Open an issue at icarian-systems/kanban-pro-plugin.
Building from source, the dev watch loop, the test suite, and the project layout are documented in CONTRIBUTING.md.
MIT. See LICENSE.