Skip to main content

load

Function load 

Source
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.