denis2710122 downloadsKanban view for folder with status-based columns and drag & drop.
A lightweight Kanban board plugin for Obsidian. Organize your notes as cards in customizable columns based on frontmatter status. Drag and drop to update your files instantly.
status).md filesNO_STATUS for files without status, NOT_DECLARED_STATUS for unknown statuses.obsidian/plugins/ directoryActivities)---
status: todo
---
# My Task Title
Task description...
| Setting | Description | Default |
|---|---|---|
| Activities folder | Folder path containing your activity notes (scanned recursively) | Activities |
| Status property | Frontmatter property used for status (e.g. status, state, phase) |
status |
| Setting | Description |
|---|---|
| Case sensitive | When enabled, todo and Todo are different columns |
| Visible properties on cards | Comma-separated property names to show on cards (e.g. assignee, priority, due) |
| Show property labels | Toggle between "Assignee: John" vs "John" on cards |
todo vs Todo)Reserved columns (locked):
---
status: doing
assignee: John
priority: high
due: 2025-02-20
---
# Implement user login
With "Visible properties on cards" set to assignee, priority, due, the card will display those values below the title.
For bugs, feature requests, or questions, please open an issue on GitHub.
MIT
Author: Denis Alves