Skip to content

Releases: williansaez/neural-vault

1.0.3

Choose a tag to compare

@williansaez williansaez released this 01 Jul 18:26

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

Choose a tag to compare

@williansaez williansaez released this 01 Jul 17:22

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

Choose a tag to compare

@williansaez williansaez released this 01 Jul 16:23

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

Choose a tag to compare

@williansaez williansaez released this 01 Jul 16:05

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):

  1. Copy main.js and manifest.json into <vault>/.obsidian/plugins/neural-vault/
  2. Enable Neural Vault in Settings → Community plugins
  3. Add the PostToolUse hook to <vault>/.claude/settings.json (see README) and run claude inside the vault

Desktop only. Requires the Claude Code CLI.