From 18918fe035b349926e19362b05b5af0f7612ca93 Mon Sep 17 00:00:00 2001 From: Michael Gartner Date: Wed, 25 Jun 2025 15:19:53 -0600 Subject: [PATCH 1/2] Update DEFAULT_SETTINGS: set showIdsInFrontmatter to false and clear nodesFolderPath --- apps/obsidian/src/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/obsidian/src/constants.ts b/apps/obsidian/src/constants.ts index fce370ee0..811470ee0 100644 --- a/apps/obsidian/src/constants.ts +++ b/apps/obsidian/src/constants.ts @@ -56,6 +56,6 @@ export const DEFAULT_SETTINGS: Settings = { relationshipTypeId: DEFAULT_RELATION_TYPES.opposes!.id, }, ], - showIdsInFrontmatter: true, - nodesFolderPath: "Discourse Nodes", + showIdsInFrontmatter: false, + nodesFolderPath: "", }; From 9b8213eff99a3cb184d7aaae486efedf2de6ba2c Mon Sep 17 00:00:00 2001 From: Michael Gartner Date: Wed, 25 Jun 2025 15:22:04 -0600 Subject: [PATCH 2/2] Update placeholder text in FolderSuggestInput for clarity --- apps/obsidian/src/components/GeneralSettings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/obsidian/src/components/GeneralSettings.tsx b/apps/obsidian/src/components/GeneralSettings.tsx index 9d5eda194..d5110c2b7 100644 --- a/apps/obsidian/src/components/GeneralSettings.tsx +++ b/apps/obsidian/src/components/GeneralSettings.tsx @@ -123,7 +123,7 @@ const GeneralSettings = () => {