b35e5d9b8b
- Added column filter - Added "marker" functionality (right-click item's drag panel to toggle mark) - Column loading is deferred for better performance |
||
---|---|---|
addons/SimpleTODO | ||
Media | ||
.gitattributes | ||
LICENSE.txt | ||
README.md |
Godot Simple TODO
This simple plugin that lets you take random notes and organize them in named columns (which also count number of items). If you like putting your TODO lists in a text file, but they are hundreds of lines long and you start thinking that it's maybe too big, this plugin is for you. It's like kanban board, but without unnecessary features.
Just enable it to get a new editor screen called "TODO" where you can create columns, where you can create random labels where you can put any text. Simple as that.
The plugin has full undo support.
And drag and drop support (contributed by @Nukiloco).
You can filter items.
There is also a simple "marker" function. You can right-click the item's drag field to leave a temporary visual marker. The marker is not saved, it's only meant to easier keep track of the item you are currently working on.
Data
Data of your columns is stored in a simple .cfg file. You can edit it by hand (the item names don't matter btw), but do so only when the plugin is not active. The plugin automatically saves all your changes. You can change the file where data is stored by modifying DATA_FILE
constant in SimpleTODO.gd
.
You can find all my addons on my profile page.