kanban-editor
extension
Workspace .kanban.md editor add-on with Obsidian-style [[links]] between boards
editorkanbanmarkdownwiki-linksworkspace
Open Settings → Add-Ons and pick kanban-editor
Source: addons/kanban-editor

Workspace .kanban.md editor add-on for piclaw.

Install

Open Settings → Add-Ons and install kanban-editor from the catalog.

What it does

Wiki links

The add-on supports Obsidian-style [[wiki links]] inside kanban card titles so boards can reference other boards directly.

Supported forms

Resolution rules

By default, wiki links are treated as links to other .kanban.md files.

Example

If you are editing:

then these resolve as:

This makes it easier to split related planning work across multiple boards and jump between them from inside the board itself.

Starter board

You can paste this into any *.kanban.md file to create a minimal starter board:

md
---

## Backlog

- [ ] Explore new ideas
- [ ] Read the docs

## In Progress

- [ ] Set up workspace
- [ ] Try the kanban editor

## Done

- [x] Install PiClaw

Extraction status

This is the current extraction status.

The kanban board UI is now fully carved out of piclaw core and lives in this add-on.