Merge pull request #852 from aallbrig/master

Fix configuration slashes and indentation in advanced usage documentation
This commit is contained in:
micahellison 2020-02-22 11:31:07 -08:00 committed by GitHub
commit a66c51b593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,8 +63,8 @@ for example:
``` yaml
journals:
default: ~\journal.txt
work: ~\work.txt
default: ~/journal.txt
work: ~/work.txt
```
The `default` journal gets created the first time you start `jrnl`
@ -85,11 +85,11 @@ If your `jrnl.yaml` looks like this:
``` yaml
encrypt: false
journals:
default: ~/journal.txt
work:
journal: ~/work.txt
encrypt: true
food: ~/my_recipes.txt
default: ~/journal.txt
work:
journal: ~/work.txt
encrypt: true
food: ~/my_recipes.txt
```
Your `default` and your `food` journals won't be encrypted, however your