resolvePluginDataPath()
Function: resolvePluginDataPath()
Section titled “Function: 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.
Parameters
Section titled “Parameters”pluginId
Section titled “pluginId”string
source
Section titled “source”basePath?
Section titled “basePath?”string
Returns
Section titled “Returns”string | null