Kanban Tasks - Todo Manager is a minimalistic kanban board application aimed at solo developers. It is available as addon for the Godot Engine or as standalone application.
The editor plugin can be installed from the godot asset lib. After doing so add the plugin folder res://addons/kanban_tasks
to your build exceptions to prevent it from getting bundled with your game.
- Tasks with detailed description and title
- Intuitive drag and drop usage
- Customizable stage layout
- Shortcuts for common actions
- Categories to organize your tasks
- Integrates well with all Godot editor themes including light ones
No. Both versions are using the same codebase therefore new features and changes are only implemented once.
When using the editor plugin your board data can be found under res://kanban_tasks_data.kanban
. You may want to backup it from time to time. Settings that are not related to a specific board are stored in the editor settings.
I wanted the plugin to be findable with the keywords kanban
, todo
and tasks
. So this is what I came up with.