bobwhitelock / todotxt-ui

Developer-focused plain text todo list manager, using todo.txt format and Git for storage/syncing. Currently very WIP.
1 stars 0 forks source link

Have config file for configuring all settings #122

Open bobwhitelock opened 3 years ago

bobwhitelock commented 3 years ago

Related:

Not sure what to do about secret settings - maybe keep in (possibly configurable) env vars still.

bobwhitelock commented 3 years ago

Could also include time and timezone, and use this to define day to log tasks at (fixing #85), as well as time to progress scheduled tasks.

bobwhitelock commented 3 years ago

Default contexts/projects that are always available should also be configurable (or maybe generated, e.g. by shell command to ls projects?)

Edit: called ALWAYS_AVAILABLE_CONTEXTS in React app.