This commit is contained in:
Manuel Ebert 2015-04-21 15:49:27 +02:00
parent 924037e2b0
commit eb0af8f47c
4 changed files with 13 additions and 22 deletions

View file

@ -18,7 +18,7 @@ The configuration file is a simple JSON file with the following options and can
- ``journals``
paths to your journal files
- ``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. 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.
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.
- ``encrypt``
if ``true``, encrypts your journal using AES.
- ``tagsymbols``