Releases: Real-Fruit-Snacks/obsidian-nested-vaults
Releases · Real-Fruit-Snacks/obsidian-nested-vaults
Release list
1.1.0
Changed
- The plugin now ships as a single hand-maintained
main.jswith no build
step; the TypeScript toolchain has been removed. - Auto-moving new notes into the Sub-Vault is now an opt-in setting
(Auto-move new notes into the Sub-Vault, off by default). Moves go
throughfileManager.renameFile, so links to the moved note are updated. - The Search/Graph
path:filter is now controlled by a setting (Scope
Search and Graph to the Sub-Vault, on by default), is applied once
instead of continuously re-enforced, and is cleanly removed from the query
inputs when you leave the Sub-Vault. - Blocked files outside the Sub-Vault now turn their tab into an empty tab
instead of detaching the pane. - Scoping refreshes are debounced and driven by targeted pane observers and
vault/metadata events instead of a 500 ms polling interval.
Fixed
- Nested tags (
#a/b/c) are matched by their full path in the tag pane, so
unrelated tags that share a leaf name are no longer shown or hidden by
mistake. - Ancestor folders of globally allowed folders stay visible in the file
explorer so allowed items remain reachable. - Renaming a parent folder of the active Sub-Vault updates the stored path
correctly in all cases. - Corrupted saved settings fall back to defaults with a notice instead of
breaking the plugin at startup.
1.0.2
Fix automated validation errors to comply with Obsidian community guidelines.
1.0.1
Fix plugin ID to comply with Obsidian community guidelines.
1.0.0 Release
Initial release of Nested Vaults