mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Merge pull request #852 from aallbrig/master
Fix configuration slashes and indentation in advanced usage documentation
This commit is contained in:
commit
a66c51b593
1 changed files with 7 additions and 7 deletions
|
@ -63,8 +63,8 @@ for example:
|
||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
journals:
|
journals:
|
||||||
default: ~\journal.txt
|
default: ~/journal.txt
|
||||||
work: ~\work.txt
|
work: ~/work.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
The `default` journal gets created the first time you start `jrnl`
|
The `default` journal gets created the first time you start `jrnl`
|
||||||
|
@ -85,11 +85,11 @@ If your `jrnl.yaml` looks like this:
|
||||||
``` yaml
|
``` yaml
|
||||||
encrypt: false
|
encrypt: false
|
||||||
journals:
|
journals:
|
||||||
default: ~/journal.txt
|
default: ~/journal.txt
|
||||||
work:
|
work:
|
||||||
journal: ~/work.txt
|
journal: ~/work.txt
|
||||||
encrypt: true
|
encrypt: true
|
||||||
food: ~/my_recipes.txt
|
food: ~/my_recipes.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
Your `default` and your `food` journals won't be encrypted, however your
|
Your `default` and your `food` journals won't be encrypted, however your
|
||||||
|
|
Loading…
Add table
Reference in a new issue