Orbital

by Marcus Breiden
5
4
3
2
1
Score: 35/100

Description

Explore note relations, fix dangling links in bulk, and track recent files — all in one sidebar pane. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

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.

What Orbital does

  • Relations — outgoing links, backlinks, deduplicated 2nd-hop "related" notes, unlinked mentions you can convert to links inline, and the note's missing (unresolved) link targets.
  • Dangling links — every unresolved [[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.
  • Recent files — a most-recent-first list of opened notes; drag a row into an editor to insert a [[wikilink]], or click to open.
  • Status bar — an item showing backlink / 2nd-hop counts for the active note; click it to jump to the Relations tab.

See the Usage guide for screenshots and the full walkthrough.

Installation

Install Orbital from Obsidian's Settings → Community plugins → Browse, then enable it. For manual and beta (BRAT) installs, see the installation guide.

Migrating from another plugin

Orbital reads Obsidian's own link graph, so there's nothing to import — your notes and links already work. To switch over:

  1. Disable the community plugins Orbital replaces: obsidian-relation-pane, obsidian-dangling-links, and recent-files-obsidian.
  2. Optionally turn off Obsidian's core Backlinks and Outgoing links panes if you now use Orbital's Relations tab instead.

Prior art and attribution

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.

Development

Building Orbital, the test vault, and the hot-reload workflow are documented in docs/development.md.

Documentation

License

MIT - see LICENSE