We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b2190 commit 385f9bbCopy full SHA for 385f9bb
apps/obsidian/src/components/GeneralSettings.tsx
@@ -123,7 +123,7 @@ const GeneralSettings = () => {
123
<FolderSuggestInput
124
value={nodesFolderPath}
125
onChange={handleFolderPathChange}
126
- placeholder="Discourse Nodes"
+ placeholder="Example: folder 1/folder"
127
/>
128
</div>
129
apps/obsidian/src/constants.ts
@@ -56,6 +56,6 @@ export const DEFAULT_SETTINGS: Settings = {
56
relationshipTypeId: DEFAULT_RELATION_TYPES.opposes!.id,
57
},
58
],
59
- showIdsInFrontmatter: true,
60
- nodesFolderPath: "Discourse Nodes",
+ showIdsInFrontmatter: false,
+ nodesFolderPath: "",
61
};
0 commit comments