Add documentation about how the editor must be a blocking process

This commit is contained in:
Micah Jerome Ellison 2022-10-29 11:01:32 -07:00
parent fb96f092c8
commit 7779ec6a37

View file

@ -47,10 +47,11 @@ key will be used instead.
If set, executes this command to launch an external editor for If set, executes this command to launch an external editor for
writing and editing your entries. The path to a temporary file writing and editing your entries. The path to a temporary file
is passed after it, and `jrnl` processes the file once is passed after it, and `jrnl` processes the file once
the editor is closed. the editor returns control to `jrnl`.
Some editors require special options to work properly. See Some editors require special options to work properly, since they must be
[External Editors](external-editors.md) for details. blocking processes to work with `jrnl`. See [External Editors](external-editors.md)
for details.
### encrypt ### encrypt
If `true`, encrypts your journal using AES. Do not change this If `true`, encrypts your journal using AES. Do not change this