Peter Frost334 downloadsA 3D graph view of your vault. Orbit, filter, group and freeze — with the same filters, groups, display and force controls as the core graph.
Your vault's graph, in three dimensions. Orbit it, pull notes around, freeze a neighbourhood and look at it from the other side.
Armillary is a drop-in companion to the core graph view: the same filters, groups, display and force controls you already know, rendered in 3D.


--graph-node, --graph-line, --graph-node-tag,
--graph-node-attachment, --graph-node-unresolved), so it looks like it
belongs in whatever theme you run.| Filters | Search, tags, attachments, existing files only, orphans |
| Groups | Any number of colour groups, each with its own query |
| Colour by | Folder, tag or link count — automatic, no queries to write |
| Display | Arrows, text fade threshold, node size, link thickness |
| Forces | Centre, repel, link force, link distance |
| Freeze | Lock a note's connections on and orbit around them |
| Depth | Fog, glow and size falloff so near and far read apart |
Colour groups work exactly as they do in the core graph — a query and a colour, as many as you like. On top of that, Display → Colour by will colour the whole graph automatically:
Hues are derived from the name itself, so a folder keeps its colour between sessions, and both themes get their own lightness so nothing washes out.
| Action | Result |
|---|---|
| Drag | Orbit (with inertia — fling it and it coasts) |
| Scroll | Zoom |
| Shift-drag / right-drag | Pan |
| Hover a node | Highlight it and everything it links to |
| Alt-click a node | Freeze that highlight so you can orbit around it |
| Drag a node | Move it; it stays where you drop it |
| Click a node | Open the note (Ctrl/Cmd-click for a new tab) |
| Ctrl/Cmd-hover | Page preview popover |
| Double-click | Reset the view and release every pinned node |
The graph auto-frames itself until you take the camera over, and leaves a slow drift running when idle so the depth stays readable while you think.
Themes are followed in both directions:
From Obsidian — Settings → Community plugins → Browse → search "Armillary" → Install → Enable.
Manually — download main.js, manifest.json and styles.css from the
latest release into
<vault>/.obsidian/plugins/armillary/, then enable it in Settings → Community
plugins.
Open it with the ribbon icon, or the command Open 3D graph view.
path:,
file:, tag:, -negation and "quoted phrases". It does not do full-text
content search.No build step — main.js is the plugin. Clone into
<vault>/.obsidian/plugins/armillary/ and reload.
node test.js
covers the graph model (filters, groups, query parsing, link de-duplication), the force layout, and the camera maths including the drag round-trip.
MIT — see LICENSE.