A simple Godot ToDo app inspired by quire.io, which is unfortunately not available as self-hosted service. You can nest as deeply as you want, there is no hardcoded limit.
- Enter - Create a new entry on the same level as the selected item (or top level if nothing is selected)
- ⇧ Shift + Enter - Create a new entry as child-task of the selected item (or top level if nothing is selected)
- LBM Select an item
- LBM Deselect the active item
Drag & Drop
items to reorder and/or regroup them- F2 Rename the selected task or the workspace if no task is selected
Data is loaded and saved automatically in user://godo.json, ẁith user://
being depend of the OS. For linux it's
~/.local/share/godot/app_userdata/GoDo/godo_ID.json
with the ID starting from 0 to however many workspace you have.