Module vault

Module vault 

Source
Expand description

Obsidian vault parsing and analysis

Provides functionality for working with entire Obsidian vaults (collections of notes)

§Performance Recommendations

Prefer NoteOnDisk over NoteInMemory for large vaults - it uses significantly less memory by reading files on-demand rather than loading everything into memory upfront.

Modules§

error
Errors for Vault
vault_duplicates
Found duplication in vault
vault_open
Module for open impl Vault
vault_petgraphpetgraph
Graph analysis for Obsidian vaults using petgraph

Structs§

Vault
Represents an entire Obsidian vault

Type Aliases§

VaultInMemory
Vault, but used NoteInMemory
VaultOnDisk
Vault, but used NoteOnDisk
VaultOnceCell
Vault, but used NoteOnceCell
VaultOnceLock
Vault, but used NoteOnceLock