mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Formatting issues.
This commit is contained in:
parent
126ed4cc87
commit
5b1854122c
1 changed files with 13 additions and 8 deletions
|
@ -126,7 +126,12 @@ You can configure _jrnl_ to use with multiple journals (eg. `private` and `work`
|
||||||
"work": "~/work.txt"
|
"work": "~/work.txt"
|
||||||
},
|
},
|
||||||
|
|
||||||
The `default` journal gets created the first time you start _jrnl_. Now you can access the `work` journal by using `jrnl work` instead of `jrnl`, eg. `jrnl work at 10am: Meeting with @Steve" or `jrnl work -n 3` will use `~/work.txt`, while `jrnl -n 3` will display the last three entries from `~/journal.txt` (and so does `jrnl default -n 3`).
|
The `default` journal gets created the first time you start _jrnl_. Now you can access the `work` journal by using `jrnl work` instead of `jrnl`, eg.
|
||||||
|
|
||||||
|
jrnl work at 10am: Meeting with @Steve
|
||||||
|
jrnl work -n 3
|
||||||
|
|
||||||
|
will both use `~/work.txt`, while `jrnl -n 3` will display the last three entries from `~/journal.txt` (and so does `jrnl default -n 3`).
|
||||||
|
|
||||||
### JSON export
|
### JSON export
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue