mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Update recipes.md
Fixed links to various documentation files
This commit is contained in:
parent
cbea259648
commit
55eff3b777
1 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ jrnlimport () {
|
||||||
### Using templates
|
### Using templates
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
Templates require an [external editor](../advanced) be configured.
|
Templates require an [external editor](./advanced.md) be configured.
|
||||||
|
|
||||||
A template is a code snippet that makes it easier to enter use repeated text
|
A template is a code snippet that makes it easier to enter use repeated text
|
||||||
each time a new journal entry is started. There are two ways you can utilize
|
each time a new journal entry is started. There are two ways you can utilize
|
||||||
|
@ -113,7 +113,7 @@ 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.md) for more export options).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
jrnl -n 1
|
jrnl -n 1
|
||||||
|
@ -155,7 +155,7 @@ jrnl -on "$(jrnl --short | shuf -n 1 | cut -d' ' -f1,2)"
|
||||||
## External editors
|
## External editors
|
||||||
|
|
||||||
Configure your preferred external editor by updating the `editor` option
|
Configure your preferred external editor by updating the `editor` option
|
||||||
in your `jrnl.yaml` file. (See [advanced usage](../advanced) for details).
|
in your `jrnl.yaml` file. (See [advanced usage](./advanced.md) for details).
|
||||||
|
|
||||||
!!! note
|
!!! note
|
||||||
To save and log any entry edits, save and close the file.
|
To save and log any entry edits, save and close the file.
|
||||||
|
|
Loading…
Add table
Reference in a new issue