mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Smoothing out formatting issues
This commit is contained in:
parent
ba3f688e8f
commit
436370b538
1 changed files with 4 additions and 6 deletions
|
@ -13,7 +13,7 @@ jrnl @alberto --tags | grep @melo
|
||||||
|
|
||||||
And will get something like `@melo: 9`, meaning there are 9 entries
|
And will get something like `@melo: 9`, meaning there are 9 entries
|
||||||
where both `@alberto` and `@melo` are tagged. How does this work? First,
|
where both `@alberto` and `@melo` are tagged. How does this work? First,
|
||||||
`jrnl @alberto` will filter the journal to only entries containing **the**
|
`jrnl @alberto` will filter the journal to only entries containing the
|
||||||
tag `@alberto`, and then the `--tags` option will print out how often
|
tag `@alberto`, and then the `--tags` option will print out how often
|
||||||
each tag occurred in this filtered journal. Finally, we pipe this to
|
each tag occurred in this filtered journal. Finally, we pipe this to
|
||||||
`grep` which will only display the line containing `@melo`.
|
`grep` which will only display the line containing `@melo`.
|
||||||
|
@ -104,18 +104,16 @@ template file's path in double quotes:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
...
|
...
|
||||||
tagsymbols: "@"
|
|
||||||
template: "/path/to/template.txt"
|
template: "/path/to/template.txt"
|
||||||
timeformat: '%Y-%m-%d %H:%M'
|
...
|
||||||
version: "2.1.1"
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Changes can be saved as you continue writing the journal entry and will be
|
Changes can be saved as you continue writing the journal entry and will be
|
||||||
logged as a new entry in the journal you specified in the original argument.
|
logged as a new entry in the journal you specified in the original argument.
|
||||||
|
|
||||||
!!! tip
|
!!! tip
|
||||||
To read your journal entry or to verify the entry saved, you can use this
|
To read your journal entry or to verify the entry saved, you can use this
|
||||||
command: `jrnl -n 1' (Check out [Import and Export](../export/#export-to-files) for more export options).
|
command: `jrnl -n 1` (Check out [Import and Export](../export/#export-to-files) for more export options).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
jrnl -n 1
|
jrnl -n 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue