c-miles113 downloadsRender your vault's link graph as a cinematic, auto-rotating 3D orrery: bloom-lit nodes, a nebula backdrop, and a starfield.

Orrery turns your Obsidian vault into a slowly rotating 3D galaxy. Every note is a glowing star, every link is a thread between them, and the whole thing drifts through space over a nebula and a field of stars. The name comes from the old mechanical models of the solar system, the ones with planets circling on brass arms.
It is mostly here to look incredible, but it is also a genuinely nice way to see the shape of your vault: which notes are hubs, how your folders cluster together, and what is floating off on its own.
The bigger and more connected your vault is, the better it looks. More notes mean more stars, more links pull those stars into tighter clusters, and more folders bring more color into the mix. A small vault looks calm and tidy. A large, heavily linked one looks like a real galaxy.
Click the orbit icon in the left ribbon, or open the command palette and run "Open orrery". The graph fills the pane and starts turning on its own.
While it is open:
You can drop a live orrery straight into any note with a code block:
```orrery
height: 420
folder: Projects
```
Both lines are optional. height is the height in pixels (default 360). folder limits it to a single top-level folder. The embed cleans itself up when you close the note.
These all live under Settings, in the Orrery tab. Reopen the view after changing one.
Projects: #8aff80.Nodes are sized and brightened by how many links they have, so your most connected notes naturally become the big, bright cores near the center.
npm install
npm run dev # watch build
npm run build # type-check and production bundle
npm test # unit tests
The renderer under src/orrery/ has no Obsidian imports, so it can be reused outside Obsidian.
Completely unrelated to graphs, but the main thing I build is parry, a mobile AI messaging app. Take a look if you're curious what I do when I'm not tricking out my vault.
MIT