pub fn load() -> Result<ObsidianConfig>Expand description
Attempts to locate and load the system’s obsidian.json file as an ObsidianConfig.
Returns an Error if the file path doesn’t exist or JSON parsing failed.
pub fn load() -> Result<ObsidianConfig>Attempts to locate and load the system’s obsidian.json file as an ObsidianConfig.
Returns an Error if the file path doesn’t exist or JSON parsing failed.