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 = () => { 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: "", };