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_
petgraph petgraph - Graph analysis for Obsidian vaults using
petgraph
Structs§
- Vault
- Represents an entire Obsidian vault
Type Aliases§
- Vault
InMemory - Vault, but used
NoteInMemory - Vault
OnDisk - Vault, but used
NoteOnDisk - Vault
Once Cell - Vault, but used
NoteOnceCell - Vault
Once Lock - Vault, but used
NoteOnceLock