MCPcopy
hub / github.com/danielmiessler/Fabric / resetObsidianSettings

Function resetObsidianSettings

web/src/lib/store/obsidian-store.ts:49–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48// Reset settings to default
49export function resetObsidianSettings() {
50 const enabled = get(featureFlags).enableObsidianIntegration;
51 if (!enabled) return;
52
53 obsidianSettings.set(defaultSettings);
54}
55
56// Helper to get file path
57export function getObsidianFilePath(noteName: string): string | undefined {

Callers

nothing calls this directly

Calls 1

getFunction · 0.50

Tested by

no test coverage detected