Three D Graph View
approvedby Steve
This plugin has not been manually reviewed by Obsidian staff. A graph-style view that can be rotated in 3D space.
Three D Graph View
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.
Features
- Rotate, pan, and zoom through a 3D vault graph.
- Core-to-surface spherical layout for a globe-like graph volume.
- Optional tag nodes with per-tag colors and muted sub-tag inheritance.
- Hover highlighting for a node and its direct connections.
- Timelapse replay based on note creation order.
- Settings for labels, unresolved links, backlinks, tag visibility, disconnected group spread, node size, and sphere strength.
Usage
Open the command palette and run Open 3D graph view. The graph toolbar includes refresh, fit, settings, and timelapse controls.
Manual installation
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.
Development
npm install
npm run dev
For a production bundle:
npm run build
License
MIT
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.