Workspace .kanban.md editor add-on for piclaw.
Open Settings → Add-Ons and install kanban-editor from the catalog.
kanban-editor workspace pane for .kanban.md files[[wiki links]] between kanban boardsThe add-on supports Obsidian-style [[wiki links]] inside kanban card titles so boards can reference other boards directly.
[[ops-roadmap]] → opens ops-roadmap.kanban.md[[boards/ops-roadmap.kanban.md]][[ops-roadmap|Ops roadmap]] → shows a friendly label while still targeting the board fileBy default, wiki links are treated as links to other .kanban.md files.
.kanban.md suffix/workspace/... paths are normalized back to workspace-relative board pathsIf you are editing:
boards/team/current.kanban.mdthen these resolve as:
[[ops-roadmap]] → boards/team/ops-roadmap.kanban.md[[../shared/backlog]] → boards/shared/backlog.kanban.md[[../shared/backlog|Shared backlog]] → same target, custom visible labelThis makes it easier to split related planning work across multiple boards and jump between them from inside the board itself.
You can paste this into any *.kanban.md file to create a minimal starter board:
---
## Backlog
- [ ] Explore new ideas
- [ ] Read the docs
## In Progress
- [ ] Set up workspace
- [ ] Try the kanban editor
## Done
- [x] Install PiClawThis is the current extraction status.
kanban-editor workspace pane for .kanban.md files.kanban.md files fall back to the normal editor pathThe kanban board UI is now fully carved out of piclaw core and lives in this add-on.