mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
Add documentation on advanced editor config
This commit is contained in:
parent
47aa63c64a
commit
7c3586bbde
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ The configuration file is a simple JSON file with the following options and can
|
||||||
- ``journals``
|
- ``journals``
|
||||||
paths to your journal files
|
paths to your journal files
|
||||||
- ``editor``
|
- ``editor``
|
||||||
if set, executes this command to launch an external editor for writing your entries, e.g. ``vim``. Some editors require special options to work properly, see :doc:`FAQ <recipes>` for details.
|
if set, executes this command to launch an external editor for writing your entries, e.g. ``vim``. Some editors require special options to work properly, see :doc:`FAQ <recipes>` for details. This value can either be a string such as the earlier ``"editor": "vim"`` example or ``"editor": ["vim", "+set ft=markdown"]`` if you want to pass arguments to the editor.
|
||||||
- ``encrypt``
|
- ``encrypt``
|
||||||
if ``true``, encrypts your journal using AES.
|
if ``true``, encrypts your journal using AES.
|
||||||
- ``tagsymbols``
|
- ``tagsymbols``
|
||||||
|
|
Loading…
Add table
Reference in a new issue