pub fn vault_contents(
root: &Path,
opts: WalkOptions<'_>,
) -> Result<Vec<PathBuf>, ExportError>
Expand description
vault_contents
returns all of the files in an Obsidian vault located at path
which would be
exported when using the given WalkOptions
.