From c1b9d1ccc5ee9c10f13f4e6dd26ee5262431ebf5 Mon Sep 17 00:00:00 2001 From: "Jan-T. Brinkmann" Date: Tue, 23 Feb 2021 07:09:37 +0000 Subject: [PATCH] fix incorrect sample filename in daily-note.md --- docs/features/daily-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/daily-notes.md b/docs/features/daily-notes.md index ec37c37..f95c199 100644 --- a/docs/features/daily-notes.md +++ b/docs/features/daily-notes.md @@ -37,7 +37,7 @@ The following properties can be used: "foam.openDailyNote.titleFormat": "'Journal Entry, ' dddd, mmmm d", ``` -The above configuration would create a file `journal/note-2020-07-25.mdx`, with the heading `Journal Entry, Sunday, July 25`. +The above configuration would create a file `journal/daily-note-2020-07-25.mdx`, with the heading `Journal Entry, Sunday, July 25`.