From 78af760ada63745ecc4771bce94f9b5aa0984b5d Mon Sep 17 00:00:00 2001 From: Jonathan van der Steege Date: Sun, 29 May 2022 16:46:10 +0200 Subject: [PATCH] Small addition to doc about folder journal --- docs/journal-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/journal-types.md b/docs/journal-types.md index 4dad46db..65efc143 100644 --- a/docs/journal-types.md +++ b/docs/journal-types.md @@ -31,7 +31,7 @@ be located in: `~/folderjournal/2021/05/05.txt` Creating a new folder journal can be done in two ways: * Create a folder with the name of the journal before running `jrnl`. Otherwise, when you run `jrnl` for the first time, it will assume that you are creating a single file journal instead, and it will create a file at that path. -* Create a new journal in your [config_file](advanced.md) and end the path with a ``/`` (on a POSIX system like Linux or MacOSX) or a ``\`` (on a Windows system). +* Create a new journal in your [config_file](advanced.md) and end the path with a ``/`` (on a POSIX system like Linux or MacOSX) or a ``\`` (on a Windows system). The folder will be created automatically if it doesn't exist. !!! note Folder journals can't be encrypted.