Marcus Breiden419 downloadsExplore note relations, fix dangling links in bulk, and track recent files — all in one sidebar pane.
See what orbits your notes.
Orbital is an Obsidian plugin that brings everything connected to the note you're reading into a single sidebar pane. Instead of running three separate plugins for connections, broken links, and history, Orbital gives you one tabbed pane that answers three questions about the active note: what does it link to and from, which of its links are broken, and what was I just looking at?
It works on desktop and mobile, and reads Obsidian's own link graph — there's nothing to index or import.
[[link]] across the vault (or just the current folder), grouped by target or by source, with bulk rename/merge, change to alias, create note, and delete — each preview-confirmed and never silent. Apart from create note, these only rewrite the link text in your notes (e.g. delete turns a dangling [[link]] back into plain text) — they never create, move, or remove a target file.[[wikilink]], or click to open.orbital-backlinks) — a fenced code block that renders the containing note's backlinks inline, in reading view and live preview. Filter sources by folder or tag, choose between a compact link list and a context view that shows the surrounding text, and let the block update automatically as the vault changes. See the Usage guide for syntax and all options.See the Usage guide for screenshots and the full walkthrough.
Install Orbital from Obsidian's Settings → Community plugins → Browse, then enable it. For manual and beta (BRAT) installs, see the installation guide.
Orbital reads Obsidian's own link graph, so there's nothing to import — your notes and links already work. To switch over:
Orbital consolidates what previously required three separate plugins. It draws inspiration from the following prior art:
The MIT-licensed projects (obsidian-relation-pane, obsidian-dangling-links) informed the implementation; credit and thanks to their authors. recent-files-obsidian is GPL-3.0 licensed — its functionality was reimplemented from scratch using it as a pattern reference only; no GPL code was copied into this MIT-licensed plugin.
Building Orbital, the test vault, and the hot-reload workflow are documented in docs/development.md.
MIT - see LICENSE