Steve949 downloadsA graph-style view that can be rotated in 3D space.
Built by Sidepath Studio.

Built by Sidepath Studio - small apps, practical tools, and digital experiments.
Three D Graph View is a released Sidepath Studio tool for Obsidian, built to make vault structure easier to explore from another angle.
Three D Graph View adds a rotatable, graph-style view for exploring notes, links, backlinks, folders, tags, and vault growth over time.
It is designed for visual scanning: find clusters, see folder groups, inspect direct relationships, and keep the note you are working on visible inside a larger vault structure.
The currently open markdown note is brought into focus and marked with a subtle pulse and sonar ping.
Watch the active note sonar demo
Colour note bubbles by folder, then layer tag nodes on top for another way to read structure across the vault.

Hover over a node to keep it and its direct connections clear while the rest of the graph fades back.

Timelapse mode replays the graph in note creation order, making the shape of the vault easier to understand as it grows.
Open the command palette and run Open 3D graph view.
The graph toolbar includes refresh, fit, settings, timelapse, and auto-rotate 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
Three D Graph View builds its graph locally from markdown files, links, tags, folders, and file timestamps in your vault. It does not make network requests or send vault data anywhere.
Three D Graph View is built by Sidepath Studio - small apps, practical tools, and digital experiments.
If Three D Graph View is useful in your vault, you can support Sidepath Studio here:
MIT