An immersive, translucent 3D galaxy graph for Obsidian
Galaxy Graph 3D is a desktop-only Obsidian plugin that renders Markdown notes and
their resolved links as a translucent, navigable 3D galaxy.
▶ Watch the 72-second Galaxy Graph 3D demo
Galaxy Graph workspace view (the core Graph view is untouched)Download main.js, manifest.json, and styles.css from the latest release,
place them in <vault>/.obsidian/plugins/galaxy-graph-view/, restart Obsidian,
and enable Galaxy Graph 3D under Settings → Community plugins.
Galaxy Graph 3D reads local Markdown file paths and Obsidian’s resolved-link
metadata to build the visualization. It does not transmit vault data, include
telemetry, or make network requests.
npm install
npm run build
Copy main.js, manifest.json, and styles.css to:
<vault>/.obsidian/plugins/galaxy-graph-view/
Then enable Galaxy Graph 3D in Obsidian’s Community plugins settings.
Large vaults automatically switch to compact star sprites, lighter depth fog,
and a capped link set. Every note remains visible; strong links and broad node
coverage are prioritized. The link cap is configurable in plugin settings.
Fit: frame the visible galaxyActive: focus the active note and its immediate neighborsMIT