Update recipes.md

adds instructions for using Typora as external editor
This commit is contained in:
Jordan R. III 2019-12-19 17:24:05 -05:00 committed by GitHub
parent 562454427e
commit c30cfbcf04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.