diff --git a/README.md b/README.md index d577bbb..51e5fc9 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ config Deleting notes is done by clearing contents and clicking "Save" - the app deletes empty files when saving. ### Config options: -Below are available configuration options and their defaults. -The settings are defined as newline separated key=value pairs in config.txt. -If you do not provide an option in your config, it will be using the default. +Below are the available configuration options and their defaults. +The settings are defined as newline separated `key=value` pairs in the config file. +If you do not provide an option, the default will be used. Please don't include the bash-style "comments" in your actual config, -they are provided purely for demonstration only and **will break the config if present**. +they are provided purely for demonstration and **will break the config if present**. ``` username=admin # Your username password=admin # Your password diff --git a/TODO.md b/TODO.md index 1c7cd1a..de2299c 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,7 @@ # TODO List of things to add to this project +* Auth improvement so it DOESN'T ASK ME FOR PASSWORD EVERY DAY UGH XD * Forward/backward buttons for days ## Brainstorming