mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Update recipes.md
adds instructions for using Typora as external editor
This commit is contained in:
parent
562454427e
commit
c30cfbcf04
1 changed files with 10 additions and 0 deletions
|
@ -197,3 +197,13 @@ editor: "code --wait"
|
|||
```
|
||||
|
||||
to `jrnl.yaml`. See also the [Visual Studio Code documentation](https://code.visualstudio.com/docs/setup/mac)
|
||||
|
||||
### Typora
|
||||
|
||||
To set [Typora](https://typora.io) as your editor on MacOS, edit `jrnl_config` like this
|
||||
|
||||
```yaml
|
||||
editor: "open -a typora -w"
|
||||
```
|
||||
Note the `-w` flag to make sure jrnl waits for Typora to close the
|
||||
file before writing into the journal.
|
||||
|
|
Loading…
Add table
Reference in a new issue