Go to file
2023-01-09 18:12:22 +01:00
android initial skeleton 2023-01-07 18:15:32 +01:00
img added roadmap/todos to readme 2023-01-08 22:47:51 +01:00
ios initial skeleton 2023-01-07 18:15:32 +01:00
lib parsing of todo, retaining state over multiple sessions. 2023-01-09 17:28:43 +01:00
linux initial skeleton 2023-01-07 18:15:32 +01:00
macos parsing of todo, retaining state over multiple sessions. 2023-01-09 17:28:43 +01:00
test simple task-add screen with verification 2023-01-08 22:34:24 +01:00
windows initial skeleton 2023-01-07 18:15:32 +01:00
.gitignore parsing of todo, retaining state over multiple sessions. 2023-01-09 17:28:43 +01:00
.metadata initial skeleton 2023-01-07 18:15:32 +01:00
analysis_options.yaml initial skeleton 2023-01-07 18:15:32 +01:00
pubspec.lock parsing of todo, retaining state over multiple sessions. 2023-01-09 17:28:43 +01:00
pubspec.yaml updated readme 2023-01-09 18:12:22 +01:00
README.md updated readme 2023-01-09 18:12:22 +01:00

nextcloud_reminder

A Reminder based on todo.txt synced via nextcloud

Current todos:

  • 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
  • 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:

Main Widget

Adding Tasks