Skip to content

A simple plugin for Godot editor that adds a kanban-like TODO tab for putting random notes.

License

Notifications You must be signed in to change notification settings

Relintai/Godot-Simple-TODO

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

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.

Buy Me a Coffee at ko-fi.com

About

A simple plugin for Godot editor that adds a kanban-like TODO tab for putting random notes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GDScript 100.0%