Improve README.md

This commit is contained in:
Andrew-71 2024-08-06 00:51:05 +03:00
parent 9cab989b78
commit 2b0f9c139a
2 changed files with 5 additions and 4 deletions

View file

@ -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

View file

@ -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