From 7c3586bbde79cc0664333e5909b11ec8e21ef3ba Mon Sep 17 00:00:00 2001 From: Josh Davis Date: Sun, 11 Jan 2015 20:21:56 -0800 Subject: [PATCH] Add documentation on advanced editor config --- docs/advanced.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced.rst b/docs/advanced.rst index e28975fe..07611b1a 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -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 ` 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 ` 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`` if ``true``, encrypts your journal using AES. - ``tagsymbols``