mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Fix usage notes
Notes were correctly indented.
This commit is contained in:
parent
968ae6ca98
commit
af6243c73d
1 changed files with 12 additions and 12 deletions
|
@ -35,12 +35,12 @@ jrnl today at 3am: I just met Steve Buscemi in a bar! He looked funny.
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
Most shell contains a certain number of reserved characters, such as `#`
|
Most shell contains a certain number of reserved characters, such as `#`
|
||||||
and `*`. Unbalanced quotes, parenthesis, and so on will also get into
|
and `*`. Unbalanced quotes, parenthesis, and so on will also get into
|
||||||
the way of your editing.
|
the way of your editing.
|
||||||
For writing longer entries, just enter `jrnl`
|
For writing longer entries, just enter `jrnl`
|
||||||
and hit `return`. Only then enter the text of your journal entry.
|
and hit `return`. Only then enter the text of your journal entry.
|
||||||
Alternatively, `use an external editor <advanced>`).
|
Alternatively, `use an external editor <advanced>`).
|
||||||
|
|
||||||
You can also import an entry directly from a file
|
You can also import an entry directly from a file
|
||||||
|
|
||||||
|
@ -76,9 +76,9 @@ The following options are equivalent:
|
||||||
- `jrnl Best day of my life.*`
|
- `jrnl Best day of my life.*`
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
Just make sure that the asterisk sign is **not** surrounded by
|
Just make sure that the asterisk sign is **not** surrounded by
|
||||||
whitespaces, e.g. `jrnl Best day of my life! *` will **not** work (the
|
whitespaces, e.g. `jrnl Best day of my life! *` will **not** work (the
|
||||||
reason being that the `*` sign has a special meaning on most shells).
|
reason being that the `*` sign has a special meaning on most shells).
|
||||||
|
|
||||||
## Viewing
|
## Viewing
|
||||||
|
|
||||||
|
@ -127,9 +127,9 @@ You can change which symbols you'd like to use for tagging in the
|
||||||
configuration.
|
configuration.
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
`jrnl @pinkie @WorldDomination` will switch to viewing mode because
|
`jrnl @pinkie @WorldDomination` will switch to viewing mode because
|
||||||
although **no** command line arguments are given, all the input strings
|
although **no** command line arguments are given, all the input strings
|
||||||
look like tags - _jrnl_ will assume you want to filter by tag.
|
look like tags - _jrnl_ will assume you want to filter by tag.
|
||||||
|
|
||||||
## Editing older entries
|
## Editing older entries
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue