kanban-board-widget
extension
Interactive kanban board dashboard widget for the web timeline
dashboardkanbanuiwidget
Open Settings → Add-Ons and pick kanban-board-widget
Source: addons/kanban-board-widget

A file-backed kanban page for work items stored under workitems/. Requires Piclaw >=1.8.0.

Install

Open Settings → Add-Ons and install kanban-board-widget from the catalog, then reload Piclaw.

Command and routes

The /board command reports the board URL. The add-on registers:

The package does not register a pi.web.entries timeline renderer. Its main interface is the full browser page.

Work-item layout

The board reads Markdown tickets from these directories:

00-inbox, 10-next, 20-doing, 30-blocked, 40-review, 50-done.

Tickets use YAML frontmatter for fields such as ID, title, status, priority, estimate, risk, tags, dates, and quality. Moving a ticket renames the file into the target lane and updates status and updated frontmatter when those fields exist.

Ticket IDs are restricted to simple filename-safe slugs. The page supports drag-and-drop, filtering, detail views, local same-lane ordering, and light/dark themes.