Lucio Paiva156 downloadsOrganize notes into Kanban boards using Bases and frontmatter properties.
Kanbase is yet another Kanban board view for Obsidian Bases. It lets you organize your notes into visual columns based on any property in their frontmatter, providing a seamless drag-and-drop experience for managing tasks and structured data.

Open the Command palette (Ctrl/Cmd + P) and run "Kanbase: Create new board". Enter a name, choose a folder, and the plugin will scaffold everything for you — a .base file, a tasks folder, and sample task notes. The board opens automatically.
By default, card interaction respects native Obsidian conventions:
You can customize the default click behavior (e.g. to always open in a floating modal, split pane, or new tab) via the board toolbar under the view options menu.
On desktop, click an inactive tag to include it and click an active tag to clear it. Shift-click includes the tag in the exclusion filter instead, or clears it when it is already excluded. On touch devices, tap a tag repeatedly to cycle through included, excluded, and inactive states.
Kanbase uses manual drag order so cards remain exactly where you place them. This order is stored in each note's kanban_order property and overrides the native Bases Sort by setting.
newItemProperties)You can set board-specific default frontmatter properties for new cards created from "+ Add card" using newItemProperties in your .base file:
views:
- type: kanbase
name: Frontend Board
newItemFolder: Tasks
newItemTemplate: Templates/task.md
newItemProperties:
team: frontend
category: alpha
This ensures new cards automatically receive required frontmatter fields, keeping them visible on filtered boards.
Search for Kanbase in the Obsidian Community Plugins browser and click Install, or view the plugin directly in the Obsidian Community Plugins directory.
Kanbase can also be installed manually through BRAT:
luciopaiva/obsidian-kanbase and select Add Plugin.See the development guide for setup, validation, and E2E test instructions.
Kanbase is derived from Base Board, originally created by Michael DeRazon. It has since diverged considerably from Michael's version, enough to justify creating a separate plugin.
This plugin is licensed under the MIT License.