Bases Kanban View

unlisted

by Silso

Adds a Kanban board view type to Obsidian Bases for task and project management.

3 starsUpdated 2mo agoMIT
View on GitHub

Bases Kanban View

A Kanban board view for Obsidian Bases.

[!WARNING] This plugin is provided as-is for personal use. The repository is public for anyone who wants to fork and adapt it. Please do not open issues for support or feature requests.

Features

📋 Kanban visualization — Groups notes into columns based on a property (default: status)

🖱️ Drag & drop — Move cards between columns to update their status

Quick add — Create new cards directly from column headers

📎 Subtasks — Create related notes from any card (requires Link property name config)

📝 Template support — Full integration with Obsidian's templates folder

✂️ Title cleaning — Strip prefixes/suffixes from card titles

Usage

  1. Create a new Base in Obsidian
  2. Switch to Kanban view
  3. Cards are grouped by the status property by default

Configuration

📊 Columns
SettingDescription
Column propertyFrontmatter property to group by (default: status)
ColumnsComma-separated order, e.g. Todo, In Progress, Done
Show empty columnsToggle visibility of empty columns
🃏 Cards
SettingDescription
Strip from title startText to remove from beginning of titles
Strip from title endText to remove from end of titles
📝 Templates & Creation
SettingDescription
Default new note titleSuggested name for new cards
Default new note templateTemplate file for new cards
Default subnote titleSuggested name for subtasks
Subnote templateTemplate file for subtasks
⚙️ Behavior
SettingDescription
Quick add cardsShow + button in column headers
Enable drag and dropAllow moving cards between columns
Show subnote buttonShow + on cards for subtasks
Link property nameProperty for linking subnotes (e.g. parent)

Installation

Manual

  1. Download main.js, manifest.json, and styles.css from the Releases page
  2. Create .obsidian/plugins/bases-kanban-view/ in your vault
  3. Place the files in that folder
  4. Enable the plugin in Settings → Community plugins

BRAT

  1. Install Obsidian42 - BRAT
  2. Run BRAT: Add a beta plugin for testing
  3. Enter this repository URL

Images

SCR-20260128-nucl SCR-20260128-nurd

License

MIT

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.