A graph view plugin for Obsidian.
- Requires Node.js v16+ (LTS recommended).
npm installto install dependencies.npm run devto start compilation in watch mode.npm run buildto create a production build.npm run lintto run ESLint.
Copy main.js, styles.css, and manifest.json to your vault at VaultFolder/.obsidian/plugins/obsidian-graphs-view/.
- Update
minAppVersioninmanifest.jsonif needed. - Run
npm version patch,npm version minor, ornpm version majorto bump the version inmanifest.json,package.json, andversions.json. - Create a GitHub release with the exact version number as the tag (no
vprefix). - Attach
manifest.json,main.js, andstyles.css(if present) to the release.