Parse Kanban Board
kanban.parseParse markdown Kanban boards into columns and cards with completion state, delivering full board content from obsidian-kanban format.
Instructions
Parse a markdown Kanban board file into its column/card structure. Use this when you need the full board content — each column's name and its cards with their completion state. Works with the obsidian-kanban plugin's markdown format. Read-only. For completion counts and ratios instead of the full card list, use kanban.stats.
Operates on the session-active vault (see vault.current — selectable via vault.select) unless an explicit vaultPath argument is passed, which always wins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path of the Kanban board note (`.md`). | |
| vaultPath | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| columns | Yes | ||
| filePath | Yes |