Releases: williansaez/neural-vault
Release list
1.0.3
Automated-review cleanup. Typed the undocumented graph internals (no more any), moved settings styles to styles.css, forced Node types so the http listener types resolve, and tidied command ids/lint. No functional change. Install: copy main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/neural-vault/.
1.0.2
Code-quality pass for the Obsidian automated review: the undocumented graph internals are now typed (no more any), the vault path uses FileSystemAdapter.getBasePath(), command ids drop the plugin-id prefix, and builtin-modules is replaced by Node's native module.builtinModules. No functional change. Install: copy main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/neural-vault/.
1.0.1
Fixes for the Obsidian automated review.
- No inline styles: the advanced-highlight settings panel now uses CSS classes in
styles.css(obsidianmd/no-static-styles-assignment). - No
innerHTML: the settings legend is built from real DOM nodes.
No functional/visual change. Install: copy main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/neural-vault/.
1.0.0
First stable release of Neural Vault — lights up Obsidian's native graph as Claude Code reads and edits your notes.
Install (manual, until listed in Community Plugins):
- Copy
main.jsandmanifest.jsoninto<vault>/.obsidian/plugins/neural-vault/ - Enable Neural Vault in Settings → Community plugins
- Add the PostToolUse hook to
<vault>/.claude/settings.json(see README) and runclaudeinside the vault
Desktop only. Requires the Claude Code CLI.