From f4220d08510a45b88b62483eb473d35aadd1f5a9 Mon Sep 17 00:00:00 2001 From: Stefan Dresselhaus Date: Mon, 9 Jan 2023 17:35:38 +0100 Subject: [PATCH] updated readme --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b62b13c..c0a1aa8 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,16 @@ A Reminder based on todo.txt synced via nextcloud ## Current todos: -- make repeat-datatype (like: daily, weekly on mo/th/fr, bi-monthly, etc.) -- add interface for repeat-datatype in addReminder.dart -- save/load data to/from disk -- add Nextcloud-login for getting a Token -- use webdav for synchronizing with Nextcloud using that token +- [ ] make repeat-datatype (like: daily, weekly on mo/th/fr, bi-monthly, etc.) + - [ ] define isomorphism for 'repeat:'-meta-tag +- [ ] add interface for repeat-datatype in addReminder.dart +- [x] save/load data to/from disk +- [ ] respect ordering that was used when starting the app when saving. +- [ ] add Nextcloud-login for getting a Token +- [ ] use webdav for synchronizing with Nextcloud using that token +- [ ] sorting by "next up", "priority" +- [ ] respect 'color:'-meta-tag (usual formats like "#aabbcc", html-colors like "red") + - [ ] use color in rendering todos ## Current looks: