Kanban Multilevel
pendingby Chandresh Kumar
Forked from Kanban
Create markdown-backed Kanban Multilevel boards.
Obsidian Kanban Multilevel Plugin
Create markdown-backed Kanban Multilevel boards in Obsidian


Creating Lanes in Different Rows
You can organize your Kanban board into multiple horizontal rows, each containing its own set of lanes. To assign a lane to a specific row, use the following syntax in your markdown:
## Lane Title {row:Row Name}
- You can also combine this with a max items limit:
## Lane Title (5) {row:Row Name} - The
{row:Row Name}part at the end of the lane title will group that lane into a separate row called "Row Name" in the board UI. - Lanes without a
{row:...}will appear in the default row.
This feature allows you to visually organize your board into multiple horizontal sections (rows), each containing its own set of lanes.
Documentation
Find the plugin documentation here: Obsidian Kanban Multilevel Plugin Documentation
Support
If you find this plugin useful and would like to support its development, you can sponsor me on Github, or buy me a coffee.
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.