diff --git a/recipes/index.html b/recipes/index.html index b4470dd7..c62ee8a1 100755 --- a/recipes/index.html +++ b/recipes/index.html @@ -230,7 +230,6 @@ file before writing into the journal.
Similar to Sublime Text, MacVim must be started with a flag that tells
the the process to wait until the file is closed before passing control
back to journal. In the case of MacVim, this is -f
:
<<<<<<< HEAD
editor: "mvim -f"
diff --git a/search/search_index.json b/search/search_index.json
index 9a87f26c..925b3f13 100755
--- a/search/search_index.json
+++ b/search/search_index.json
@@ -1 +1 @@
-{"config":{"lang":["en"],"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"advanced/","text":"Advanced Usage Configuration File You can configure the way jrnl behaves in a configuration file. By default, this is ~/.config/jrnl/jrnl.yaml . If you have the XDG_CONFIG_HOME variable set, the configuration file will be saved as $XDG_CONFIG_HOME/jrnl/jrnl.yaml . Note On Windows, the configuration file is typically found at %USERPROFILE%\\.config\\jrnl\\jrnl.yaml . The configuration file is a YAML file with the following options and can be edited with a plain text editor. Note Backup your config file before editing. Changes to the config file have destructive effects on your journal! 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 FAQ Note
-Most shell contains a certain number of reserved characters, such as #
and *
. Unbalanced quotes, parenthesis, and so on will also get into
the way of your editing.
For writing longer entries, just enter jrnl
and hit return
. Only then enter the text of your journal entry.
Alternatively, use an external editor <advanced>
).
You can also import an entry directly from a file
jrnl < my_entry.txt
@@ -205,10 +205,10 @@ The following options are equivalent:
Note
-Just make sure that the asterisk sign is not surrounded by
whitespaces, e.g. jrnl Best day of my life! *
will not work (the
reason being that the *
sign has a special meaning on most shells).
jrnl -n 10
@@ -243,10 +243,10 @@ You can change which symbols you'd like to use for tagging in the
configuration.
Note
-jrnl @pinkie @WorldDomination
will switch to viewing mode because
although no command line arguments are given, all the input strings
look like tags - jrnl will assume you want to filter by tag.
You can edit selected entries after you wrote them. This is particularly useful when your journal file is encrypted. To use this feature, you need