From 4cbd8354c94f1a2278b418ec93b4dd7841e8ce3f Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sat, 8 Aug 2026 13:11:28 -0400 Subject: [PATCH 1/2] Update types --- types.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/types.json b/types.json index db2b90a..f8213ad 100644 --- a/types.json +++ b/types.json @@ -7,6 +7,9 @@ "location": "multitext", "orgs": "multitext", "related": "multitext", - "categories": "multitext" + "categories": "multitext", + "start": "date", + "end": "date", + "finalized": "checkbox" } } \ No newline at end of file From 49ba62c841e8625e9af0f978a2fc33b013e2b14b Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Sat, 8 Aug 2026 17:02:02 -0400 Subject: [PATCH 2/2] Reset image width --- plugins/obsidian-minimal-settings/data.json | 2 +- types.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/obsidian-minimal-settings/data.json b/plugins/obsidian-minimal-settings/data.json index 68cf0ac..455f0e2 100644 --- a/plugins/obsidian-minimal-settings/data.json +++ b/plugins/obsidian-minimal-settings/data.json @@ -11,7 +11,7 @@ "textNormal": 18, "textSmall": 13, "imgGrid": false, - "imgWidth": "img-wide", + "imgWidth": "img-default-width", "tableWidth": "table-default-width", "iframeWidth": "iframe-default-width", "mapWidth": "map-default-width", diff --git a/types.json b/types.json index f8213ad..7ab7461 100644 --- a/types.json +++ b/types.json @@ -10,6 +10,7 @@ "categories": "multitext", "start": "date", "end": "date", - "finalized": "checkbox" + "finalized": "checkbox", + "last watered": "date" } } \ No newline at end of file