Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Hop-Link Viewer

sk-obsidiansk-obsidian54 downloads

Suggest indirectly linked notes up to N-hops from an anchor note

Add to Obsidian
  • Overview
  • Scorecard
  • Updates6

Suggest notes up to N hops from an anchor note, skipping notes already linked to it by default. Built for serendipitous discovery of missing links in your vault.

What it does

Hop-Link Viewer is a sidebar that walks your vault’s link graph outward from an anchor and lists nearby notes that are not yet connected to it.

A link counts in either direction: notes the anchor points to, and notes that point back. By default the sidebar skips those already-connected notes, so you see missing links instead of the same neighbors Obsidian already shows.

Example

Anchor: Project Alpha, which links to Jane Smith and Budget 2024.

Distance Meaning Shown by default?
1-hop Direct neighbors — Jane, Budget (either direction) No
2-hop Linked from Jane or Budget, but not from Project Alpha — e.g. Conference talk, Prior grant Yes
3-hop One step further — e.g. a paper cited on Conference talk Yes, up to your hop depth

Each suggestion is a clickable link with a hop number (2, 3, …). Turn on Include direct links to also list 1-hop neighbors; those show a linked badge instead of a hop number.

Sidebar

Open it from the ribbon (Open Hop-Link Viewer) or the command palette (Hop-Link Viewer: Open viewer). It shows a hop-depth stepper (synced with Settings), the current anchor and its last-modified time, and up to your display cap of suggestions (default 10).

Click or tap a suggestion to open it. On desktop, Ctrl/Cmd-click or middle-click opens a new tab. The list refreshes when you switch notes, open files, edit, or when link metadata updates. No query language or templates.

Typical uses: spotting related notes while writing, finding “obvious in hindsight” links between clusters, or raising hop depth / shuffling sort order to wander nearby ideas.

Install

Requires Obsidian 1.13.0 or newer.

  1. Open Settings → Community plugins.
  2. Turn off Restricted mode if it is on.
  3. Click Browse, search for Hop-Link Viewer, then install and enable it.

You can also open the community listing, or copy main.js, manifest.json, and styles.css from GitHub Releases into .obsidian/plugins/hop-link-viewer/.

Settings

Setting Default Description
Hop depth 3 How far to walk from the anchor. Hop 1 appears only with Include direct links.
Display cap 10 Maximum suggestions after sorting
Excluded folder paths (empty) One prefix per line. Hidden from the list only; those notes can still be the anchor, and the walk can still pass through them.
Sidebar anchor mode active-file Which note is “you are here”
List order walk-order Sort before applying the display cap
Include direct links off Show 1-hop neighbors with a linked badge
Auto-open sidebar on startup off Open the sidebar when Obsidian starts

Anchor mode

The anchor must be a markdown note. If none can be resolved, the sidebar shows “No anchor note found.”

Mode Behavior
active-file Markdown note in the focused pane
last-edited Most recently modified markdown file tracked while the plugin was enabled; before the first tracked edit, same fallback as last-viewed
last-viewed Active markdown file if there is one; otherwise the first markdown file in recently opened files

List order

Option Behavior
walk-order Breadth-first discovery order (default)
mtime-desc Most recently modified first
mtime-asc Oldest modified first
link-count-desc Most vault links first
alphabetical Title A–Z
random Shuffled on each refresh

How it works

  1. Resolve the anchor from the selected mode.
  2. Walk an undirected graph of resolved inlinks and outlinks (broken or unresolved links are ignored), up to N hops.
  3. Keep markdown notes and PDFs as suggestions. Images, canvases, and other attachments are skipped even if they are linked.
  4. Sort the full candidate set, then apply the display cap. There is no other ranking.

License

MIT — see LICENSE.

See CONTRIBUTING.md for development setup and pull requests.

HealthExcellent
ReviewPassed
About
Suggest indirectly linked notes up to N-hops from an anchor note (current note), prioritizing nodes not already directly linked to the anchor. Show a sidebar of clickable suggestions with hop numbers to explore nearby but unconnected notes and uncover missing links in your vault.
LinksSidebarNavigation
Details
Current version
1.0.5
Last updated
4 days ago
Created
Last week
Updates
6 releases
Downloads
54
Compatible with
Obsidian 1.13.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
sk-obsidiansk-obsidian
GitHubsunwookwak-polisci
  1. Community
  2. Plugins
  3. Links
  4. Hop-Link Viewer

Related plugins

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

Breadcrumbs

Visualise the hierarchy of your vault using a breadcrumb trail or matrix view.

Vertical Tabs

Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.

Recent Files

Display a list of recently opened files.

Reveal Active File Button

Add a button to the top of the File Explorer, to reveal the active file.

Strange New Worlds

Reveal networked thought and the strange new worlds created by your vault.

TagFolder

Show tags as folder.

Portals

Pin folders and tags as customizable tabs with icons, colors, and folder notes for easier navigation.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

Homepage

Open a note, base, or workspace on startup, or set it for quick access later.