tmaegel / ntodotxt

Flutter app for managing your todos within a todo.txt file locally or via webdav (e.g. Nextcloud)
MIT License
89 stars 3 forks source link

Sequence / Order of todo items not preserved and no way of moving items up and down #74

Open cruftex opened 2 weeks ago

cruftex commented 2 weeks ago

I am using todo.txt with a text editor and the CLI tools. An app to quickly capture "buy milk @grocer" would be really great.

In my daily usage, in the todo.txt file the top most items are the ones that are clear and actionable and most relevant at that moment. However, this order is not preserved in the app and there is also no way rearrange the order of the items.

flako-dd commented 2 days ago

+1 User story: as a user I want to be able to "sort" by the actual order of lines in the file, to keep a mental map of my ordering when using multiple apps.

at any rate, love the app! Good level of complexity not to much not to little.