Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
A minimalist kanban plugin for Godot, loosely inspired by Nullboard. Adds a kanban task board as a main screen editor tab with support for multiple columns, draggable cards, keyboard shortcuts, and automatic persistence to res://.kanban.
µKanban
A minimalist kanban plugin for Godot, loosely inspired by Nullboard.
Features
- Lives in its own editor tab alongside 2D, 3D, and Script
- Multiple columns with drag-and-drop reordering
- Multi-line cards with keyboard-driven editing
- Drag cards between columns and reorder within them
- Board state saved automatically to
res://.kanbanin your project
Installation
Via Asset Library (recommended)
- In the Godot editor, open AssetLib
- Search for µKanban
- Click Download and then Install
- Enable the plugin under Project > Project Settings > Plugins
Manual
- Download or clone this repository
- Copy the
addons/ukanban/folder into your project'saddons/folder - Enable the plugin under Project > Project Settings > Plugins
Usage
Once enabled, the µKanban tab appears in the top editor bar. Your board is saved automatically — no manual save needed.
Add .kanban to your .gitignore if you don't want the board committed to your project's repository.
Cards
| Key | Action |
|---|---|
Click |
Enter edit mode |
Escape |
Cancel (removes card if new) |
Shift+Enter |
Confirm edit |
Ctrl+Enter |
Add card below |
Shift+Ctrl+Enter |
Add card above |
Tab |
Focus next card |
Shift+Tab |
Focus previous card |
Hold + Drag |
Reorder card |
Alt+Click |
Start drag immediately |
Columns
| Key | Action |
|---|---|
Click header |
Rename column |
Escape |
Cancel (removes column if new) |
Enter |
Confirm rename |
Menu
Hover over any card or column header to reveal the action menu.
| Button | Action |
|---|---|
+ |
Add card to column |
× |
Delete card or column |
‹ / › |
Move column left or right |
Delete is disabled when only one column remains.
License
MIT — see LICENSE.
A minimalist kanban plugin for Godot, loosely inspired by Nullboard. Adds a kanban task board as a main screen editor tab with support for multiple columns, draggable cards, keyboard shortcuts, and automatic persistence to res://.kanban.
Reviews
Quick Information
A minimalist kanban plugin for Godot, loosely inspired by Nullboard. Adds a kanban task board as a main screen editor tab with support for multiple columns, draggable cards, keyboard shortcuts, and automatic persistence to res://.kanban.