Skip to content

resolvePluginDataPath()

resolvePluginDataPath(pluginId, source, basePath?): string | null

Defined in: plugin.ts:154

Resolve the compatibility data path used by loadData() and saveData().

Community plugins store data beside their manifest folder, while bundled and system plugins use the shared /.obsidian/<id>.json location.

string

PluginSource

string

string | null