Mention drag and drop

This commit is contained in:
kobewi 2022-09-25 20:42:42 +02:00
parent a8600d4621
commit 67899c1085
2 changed files with 4 additions and 0 deletions

BIN
Media/ReadmeDragAndDrop.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 KiB

View File

@ -10,6 +10,10 @@ The plugin has full undo support.
![](https://github.com/KoBeWi/Godot-Simple-TODO/blob/master/Media/ReadmeUndo.gif)
And drag and drop support (contributed by @Nukiloco).
![](https://github.com/KoBeWi/Godot-Simple-TODO/blob/master/Media/ReadmeDragAndDrop.gif)
## 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`.