From c30cfbcf047ea8877d4ef13c2eb6c76c2886f8b5 Mon Sep 17 00:00:00 2001 From: "Jordan R. III" Date: Thu, 19 Dec 2019 17:24:05 -0500 Subject: [PATCH] Update recipes.md adds instructions for using Typora as external editor --- docs/recipes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/recipes.md b/docs/recipes.md index 04604e6d..73ba621f 100644 --- a/docs/recipes.md +++ b/docs/recipes.md @@ -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.