Steve113 downloadsA graph-style view that can be rotated in 3D space.
Three D Graph View is an Obsidian plugin that adds a rotatable, graph-style view for exploring notes, links, backlinks, tags, and vault growth over time.
Open the command palette and run Open 3D graph view. The graph toolbar includes refresh, fit, settings, and timelapse controls.
Download main.js, manifest.json, and styles.css from a release and copy them into:
<vault>/.obsidian/plugins/three-d-graph-view/
Then enable Three D Graph View in Obsidian's community plugin settings.
npm install
npm run dev
For a production bundle:
npm run build
MIT