Kanban Tasks - Todo Manager is a minimalistic kanban board application aimed at solo developers. It is available as Godot addon or as standalone application.
π Features
- Tasks with detailed description and title
- Intuitive drag and drop usage
- Fully customizable stage layout
- Shortcuts for common actions
- Categories to organize your tasks
- Integrates well with all Godot editor themes including light ones
β If you like the addon, consider leaving a review in the asset store or a star on Github!
Changelog for version v2.2.0
No changelog provided for this version.
Reviews
Works great! I've always been a fan of kanban boards, and it's nice to have one that works this smoothly. My only recommendation would be to include a "Collapse" option for items on the board, such that when collapsed it only shows the name of the task.
Very smooth experience, keeps me organised.
Useful and easy to setup and use. Recommended.
This is absolutely fantastic, especially when working alone. Having the Kaban board in the editor helps me not get hyperfocused on the planning when I'm writing out the TODOs in Obsidian.
Really useful addon, i love it <3 100% recommend.
No complaints, and keeps me focused inside godot for task management
nice little tool! > After installation, don't forget to add the the plugin folder res://addons/kanban_tasks to your build exceptions to prevent it from getting bundled with your game. with just a few lines of code you could make your plugin self-excluding. ``` @tool extends EditorExportPlugin func _get_name() -> String: return "kanban_tasks_export" func _export_file(path:String, type:String, features:PackedStringArray) -> void: if path.begins_with("res://addons/kanban_tasks/"): skip() ``` just create this in the same folder as your plugin.gd or plugin.cfg. best named as "plugin_export.gd"
Loved it. A small suggestion if you may. When pressing enter when creating a task why not create another one and focus on it, if the user leaves the focus the task that was not created is deleted. Would 100% recommend.
It's very useful to keep track of progress. I love this, simple and easy to install.
It's very configurable and works great Tracking progress helps me stay motivated
It carried my first project. I loved it!
finaly I dont need external programs. <3
Easy to use and well designed!
Adding this to every project!
Login to write a review.