Improve README.md
This commit is contained in:
parent
9cab989b78
commit
2b0f9c139a
2 changed files with 5 additions and 4 deletions
|
@ -39,11 +39,11 @@ config
|
||||||
Deleting notes is done by clearing contents and clicking "Save" - the app deletes empty files when saving.
|
Deleting notes is done by clearing contents and clicking "Save" - the app deletes empty files when saving.
|
||||||
|
|
||||||
### Config options:
|
### Config options:
|
||||||
Below are available configuration options and their defaults.
|
Below are the available configuration options and their defaults.
|
||||||
The settings are defined as newline separated key=value pairs in config.txt.
|
The settings are defined as newline separated `key=value` pairs in the config file.
|
||||||
If you do not provide an option in your config, it will be using the default.
|
If you do not provide an option, the default will be used.
|
||||||
Please don't include the bash-style "comments" in your actual config,
|
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
|
username=admin # Your username
|
||||||
password=admin # Your password
|
password=admin # Your password
|
||||||
|
|
1
TODO.md
1
TODO.md
|
@ -1,6 +1,7 @@
|
||||||
# TODO
|
# TODO
|
||||||
List of things to add to this project
|
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
|
* Forward/backward buttons for days
|
||||||
|
|
||||||
## Brainstorming
|
## Brainstorming
|
||||||
|
|
Loading…
Reference in a new issue