Skip to content

Kanban

Premium Part of the plugin platform. See Licensing.

A board whose columns come from a front-matter field. Every card is a real note.

Screenshot plugin-kanban.png

A Kanban board with note cards arranged across status columns.

Give a note a status:

---
status: in-progress
priority: high
assignee: sam
tags: [docs]
---
# Publish the docs site

It appears in the in-progress column. Columns are the distinct status values across the folder.

Dragging a card to another column rewrites status in the file. The board is an editor, not a display — the change is in the note, visible in any other editor, and captured by revision history.

Field Used for
status Which column
priority Card emphasis
assignee Shown on the card
tags Filtering

Kanban is the native one described here. Board is an Obsidian-Kanban-compatible variant that reads that plugin’s format instead — useful if you are coming from Obsidian with boards already set up.

Documented against Shady Notes 4.1.19 · release notes