From 6fc7d3c3dec93365e2f92d444b499dcc9bee6f1a Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Wed, 5 Aug 2026 01:10:04 -0400 Subject: [PATCH] Update settings for the new layout --- daily-notes.json | 4 ++-- plugins/calendar/data.json | 2 +- types.json | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/daily-notes.json b/daily-notes.json index 999e8dd..cd2cede 100644 --- a/daily-notes.json +++ b/daily-notes.json @@ -1,5 +1,5 @@ { "format": "YYYY.MM.DD", - "folder": "02 Areas/Daily", - "template": "Templates/Daily note template" + "folder": "Daily", + "template": "Templates/Daily note template.md" } \ No newline at end of file diff --git a/plugins/calendar/data.json b/plugins/calendar/data.json index 2a84151..c3d24b4 100644 --- a/plugins/calendar/data.json +++ b/plugins/calendar/data.json @@ -5,6 +5,6 @@ "showWeeklyNote": true, "weeklyNoteFormat": "[N°.]ggww", "weeklyNoteTemplate": "Templates/Weekly plan template", - "weeklyNoteFolder": "02 Areas/Weekly", + "weeklyNoteFolder": "Weekly", "localeOverride": "system-default" } \ No newline at end of file diff --git a/types.json b/types.json index 72e669a..09bab51 100644 --- a/types.json +++ b/types.json @@ -3,6 +3,7 @@ "aliases": "aliases", "cssclasses": "multitext", "tags": "tags", - "previous": "text" + "previous": "text", + "location": "multitext" } } \ No newline at end of file