Link Navigation

by xRyul
5
4
3
2
1
Score: 44/100

Description

Category: Note Enhancements

The Link Navigation plugin revolutionizes the way you explore your Obsidian notes. With its "top-down" approach, you can navigate through your notes up to N levels deep, discovering both incoming and outgoing links, including those from Canvas files. This game-changer eliminates the need for manual searching or tedious link traversals, allowing you to quickly find related notes, even if they're not directly linked. The plugin's caching mechanism ensures fast load times, making it an essential tool for anyone looking to streamline their note-taking experience.

Reviews

No reviews yet.

Stats

10
stars
2,219
downloads
2
forks
569
days
444
days
448
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
21
total issues
11
open issues
10
closed issues
37
commits

Latest Version

a year ago

Changelog

NEW:

Added ability for user to customize for INLINKS/OUTLINKS are being displayed. https://github.com/xRyul/link-navigation/issues/2 , https://github.com/xRyul/link-navigation/issues/15, https://github.com/xRyul/link-navigation/issues/16

It is possible to show custom text, custom arrow, any icon, emoji etc. For example:

image - 2 icons + counts image - only 2 icons image - custom emoji image - none

Other:

  • Separation of concern for toggles in the modal and inside the settings. Options in the settings are now only responsible for rendering toggle buttons and toggles are responsible for actual display of tags/attachments/canvas links. In the past it was all under 1 roof and caused some inconsistencies.

README file from

Github

image

https://github.com/user-attachments/assets/54048449-3e42-4a07-8a86-0772b81a51e4

This plugin helps you navigate back and forth between your links from current note N levels deep.

Features

  • Hierarchical view of links*
  • Show links from Canvas files
  • Depth Control for Link Hierarchies: Allows users to define how deep the plugin should traverse the link hierarchy (e.g., links of links).
  • Caching Mechanism

Background

  1. Speed. In the past I used custom DatviewJS queries, to navigate notes. However, it usually took around 120-170ms for each query to process + a few extra seconds for rendering to finish. This plugin loads in 2-15ms, and all your links are near instantly always available.

  2. I don't use folders. I embedd all of my notes inside one another and navigate via connections: either via graph, back/forward buttons, search, or simply via contextual navigation. However sometimes, certain internal links are deeply within the note structure, or sometimes I open certain note from within the search e.g. "Note C", and then wanna quickly navigate to a 'MOC" note where it was embedded 2 notes back e.g.: "Note A" (back buttons are not available, because I opened it directly from the search; which meeans I would need to either search for that note, that's including if I even remember its name, navigate to it via the graph, or navigate via "Backlinks" core plugin 1 page a time).

  3. By default Obsidian doesn't show Links coming from Canvas. So if you have embedded certain note somewhere in the Canvas, or have mentioned it, or have written topic related to that one particular note - it can be very difficult to know where exactly (it is possible, in particular with smaller vault sizes, however it gets cumbersome when topics gets interconnected spanning multiple domains and it makes it really hard to track down in which Canvas file certain file was embedded).

Thus it helps by allowing you to:

  • Navigate up and down your note connections, as deep as you want
  • See links from Canvas files, so you don't miss those connections
  • Quickly jump between related notes, even if they're not directly linked
  • Find your way back to important notes (like MOCs) without remembering exact titles or clicking endlessly

How to use:

The plugin simply allows to navigate between links in your note.

  1. Install the plugin

  2. Open any new note which has links embedded e.g.: in the below example my current note has 2 links

    • image
  3. At the top of each note, you'll see two new elements INLINKS & OUTLINKS (you can customize it and have it as any other text, ICON or color) which you can click on to see Detailed Link View. This view shows a hierarchy of links related to your current note.

    • ← INLINKS (X): Shows how many notes link to the current note.
    • OUTLINKS (Y) →: Shows how many links are in the current note.
    • image
    • Or in a graph it would look something like this: image
  4. You can specify how deep you see the link connections by adjusting "Depth".

    • image
    • Or in graph view it would appear like this: image
  5. For instance if you would like to see what link are inside Note 1 or Note 2, from within the note you are currently in - then, you can toggle the "Toggle outlinks of inlinks" button:

    • image
    • This allows you to to open Links which were embedded inside previous notes but without actually needing to navigate via them. As you can simply Click on any link in the detailed view to open that note or Use Cmd/Ctrl + Click to open a link in a new tab.
    • For instance in the screenshot, we could click on "Note1-1" to open it directly, without needing to go the long route via "Note1" and only then to "Note1-1"
  6. Some other features:

    • Refresh button: Click this to update the link data if you've made recent changes.
    • Canvas Links Toggle: Turn this on/off to show/hide links from Canvas files.
    • Outlinks of Inlinks Toggle: This shows you what other notes your inlinks link to.
    • Hover Preview: Hover over the "INLINKS" or "OUTLINKS" text (without expanding the detailed view) to see a quick list of linked notes.

Hope this explains things a little.


*Links - it mainly deals with internal link:

  • Resolved links: Links to notes that actually exist in your vault.
  • Incoming links (or inlinks): links to the active note
  • Outgoing links (or outlinks): links from the active note
  • Frontmatter links: Any links found in the frontmatter section of your notes.
  • Canvas links - if current note is embbed anywhere in any of the Canvas files it will locate them

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Advanced Tables
6 years ago by Tony Grosinger
Improved table navigation, formatting, and manipulation in Obsidian.md
Notebook Navigator
8 months ago by Johan Sanneblad
Replace the default file explorer in Obsidian with a clean two-pane interface featuring folder tree, tag browsing, file previews, keyboard navigation, drag-and-drop, pinned notes, and customizable display options.
Buttons
5 years ago by Sam Morrison
Buttons in Obsidian
Auto Link Title
5 years ago by Matt Furden
Automatically fetch the titles of pasted links
Breadcrumbs
5 years ago by SkepticMystic
Add typed-links to your Obsidian notes
Metadata Menu
4 years ago by mdelobelle
For data management enthusiasts : type and manage the metadata of your notes.
Find orphaned files and broken links
5 years ago by Vinzent
Find files, which are nowhere linked, so they are maybe lost in your vault.
Pane Relief
5 years ago by PJ Eby
Obsidian plugin for per-pane history, pane movement/navigation hotkeys, and more
Quick Explorer
5 years ago by PJ Eby
Perform file explorer operations (and see your current file path) from the Obsidian.md title bar
Another Quick Switcher
5 years ago by tadashi-aikawa
This is an Obsidian plugin which is another choice of Quick switcher.
obsidian floating toc
4 years ago by curtgrimes modified by Cuman
Consistent attachments and links
5 years ago by Dmitry Savosh
Obsidian plugin. Move note with attachments.
Link Embed
4 years ago by SErAphLi
This plugin allow you to convert URLs in your notes into embeded previews.
Auto Card Link
4 years ago by Nekoshita Yuki
Links
3 years ago by MiiKey
manipulate & manage obisidian links
Vertical Tabs
2 years ago by oxdc
An Obsidian plugin that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.
Link Favicons
4 years ago by Johannes Theiner
See the favicon for a linked website.
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
Better File Link
5 years ago by Marc Julian Schwarz
A plugin for the note taking app Obsidian to add better external file links to your notes.
Text expand
6 years ago by MrJackphil
A simple text expand plugin for Obsidian.md
Jump to link
6 years ago by MrJackphil
Quick jump between links using hotkeys
Core Search Assistant
4 years ago by qawatake
An Obsidian plugin to enhance built-in search: keyboard interface, card preview, bigger preview
Link Exploder
3 years ago by Ben Hughes
Rich Links
5 years ago by dhamaniasad
Virtual Linker / Glossary
2 years ago by Valentin Schröter
Plugin for obsidian that automatically generates virtual links for text within your notes that match with the titles or aliases of other notes in your vault.
Link Converter
5 years ago by Ozan Tellioglu
Obsidian Plugin to scan all your links in your vault and convert them to your desired format.
Dynamic Outline
a year ago by theopavlove
Adds a customizable GitHub-like floating table of contents to Obsidian.
2Hop Links Plus
3 years ago by Tokuhiro Matsuno, L7Cy
Related links up to 2 hops away are displayed in a card format.
Automatically reveal active file
5 years ago by Matt Sessions
Obsidian plugin to reveal the active file automatically when you open a file
Open Tab Settings
a year ago by jesse-r-s-hines
Obsidian plugin that adds options to customize how tabs are opened, including open in new tab by default, preventing duplicate tabs, and more
Open Link With
5 years ago by MamoruDS
Open external link with specific brower in Obsidian
Paste Link
2 years ago by Jose Elias Alvarez
Intelligently paste Markdown links in Obsidian.
Folder Focus Mode
4 years ago by grochowski
Focus file explorer on chosen folder and its files and subdirectories, while hiding all the other elements.
Reveal Active File Button
4 years ago by Clare Macrae
Obsidian plugin to add a button to the top of the Obsidian File Explorer, to reveal the active file.
Canvas Links
3 years ago by aqav
Show the links between "Canvas" and "File"
Zotero Link
4 years ago by Shmavon Gazanchyan
Obsidian plugin to insert link to Zotero item
Better Markdown Links
2 years ago by mnaoumov
Obsidian plugin that adds support for angle bracket links and manages relative links properly
No Dupe Leaves
4 years ago by Simon Cambier
Automatically switch the focus to open notes instead of reopening them
Short Internal Links to Headings
3 years ago by Scott Moore
An Obsidian plugin to display short internal links.
Canvas minimap
2 years ago by ifree
Obsidian canvas minimap
Quick Preview
2 years ago by Ryota Ushio
An Obsidian plugin to quickly preview a suggestion before selecting it in link suggestions & quick switcher.
Scroll Offset
4 years ago by Lijyze
Scroll Offset for Obsidian
Nifty Links
3 years ago by x-Ai
Generating elegant, Notion-styled rich link cards to enhance your note-taking experience.
Pending notes
3 years ago by Ulises Santana
Obsidian plugin for searching links without notes in your vault.
Modal Opener
2 years ago by Muuxi
Open files and links in modal windows, or create and edit compatible files in modal windows.
Card View Switcher
4 years ago by qawatake
An Obsidian plugin to provide a quick switcher with card view
2Hop Links
5 years ago by Tokuhiro Matsuno
Linkify
4 years ago by Matthew Chan
Arrows
2 years ago by artisticat
Draw arrows across different parts of your notes, similar to on paper
Daily Note Navbar
2 years ago by Karsten Finderup Pedersen
Adds a daily note navbar to quickly navigate between sequential daily notes in Obsidian.
URL Namer
4 years ago by zfei
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
Hover External Link
5 years ago by Jamie Brynes
Small plugin to add tooltips on hovering external links
Tab Selector
2 years ago by namikaze-40p
This is an Obsidian plugin which can quickly switch tabs in various ways.
macOS Keyboard Navigation
5 years ago by ryanjamurphy
Next TOC
4 months ago by RavenHogWarts
Floating TOC panel
Search Everywhere
4 years ago by Mom0
Obsidian Search Everywhere Plugin
Update Relative Links
4 years ago by val
Boost Link Suggestions
3 years ago by Jacob Levernier
An Obsidian (https://obsidian.md) plugin for altering the order of inline link suggestions by link count and manual boosts.
Another Sticky Headings
2 years ago by Zhou Hua
Advanced Random Note
3 years ago by Karsten Finderup Pedersen
Create commands from custom queries to open random notes
Open Plugin Settings
3 years ago by Mara-Li
Create a command that open the settings tabs of a registered plugin (because I was bored to open the parameters).
Enhance YouTube Links
3 years ago by GitSum
Take a YouTube link and get the title and optionally channel name, channel URL, and thumbnailURL.
Persistent Links
3 years ago by Ivan Lednev
More robust internal links for Obsidian!
Link Archive
5 years ago by Tamás Deme
Link Archive plugin for Obsidian
Autofit Tabs
a year ago by Bradley Wyatt
Obsidian Plugin that automatically adjusts tab header widths in real-time to perfectly fit each tab's title content while maintaining a clean, seamless interface that prevents awkward text truncation and ensures optimal readability of your document titles.
Neighbouring Files
2 years ago by Fabian Untermoser
Obsidian Plugin to navigate to the next and previous file in the current directory
Publish and GitHub URL
4 years ago by kometenstaub
Copy or open the Obsidian Publish URL of a note. You can also open its Git commit history on GitHub.
Tab Navigator
2 years ago by o02c
obsidian-tab-switcher
Crumbs
3 years ago by Tony Grosinger
Breadcrumb navigation in Obsidian.md
Cycle In Sidebar
3 years ago by Houcheng
Cycle through tabs of left/ right sidebar panel
Link Preview
a year ago by Felipe Tappata
Obsidian plugin that previews external links on hover.
FolderFile Splitter
a year ago by Xu Quan
Shukuchi
3 years ago by tadashi-aikawa
Shukuchi is an Obsidian plugin that enables you to teleport to links (URL or internal link).
VirtFolder
2 years ago by mr.grogrig
Creating a hierarchical structure like Luhmann's Zettelkasten
External Link Opener
3 years ago by zorazrr
Obsidian plugin to open external links in modals or tabs
Insert Heading Link
4 years ago by Signynt
Add a Link to a Heading.
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Go to Line
5 years ago by phibr0
URL Display
3 years ago by Stephanie Lin
Extract and display external URLs of the note in Obsidian.
Just Share Please
3 years ago by Ellpeck
An Obsidian plugin that allows quickly and easily sharing individual notes online using an anonymized link
Link Range
3 years ago by Ryan Mellmer
Add ranged link support to Obsidian
LinkShelf
3 years ago by Joel Sequeira
Effortlessly save and organize your web links in Obsidian
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
Canvas Link Optimizer
2 years ago by khaelar
An Obsidian plugin that optimizes canvas links by displaying a page thumbnail.
Account Linker
4 years ago by qwegat
Plugin for posting links to various SNS accounts on Obsidian
Go To Heading
3 years ago by join
Quickly navigate between your document's headings in Obsidian
Highlight active folder section
2 years ago by Lukas Collier
Gives the folder section with the active note a customizable background color and more.
External Link Helper
3 years ago by Jhonghee Park
Obsidian plugin for link suggestion
Bulk open selected links
3 years ago by Steven Jin
This plugin would work by extending Obsidian's functionality to detect when multiple notes or files are being dragged onto its interface
Open Related Url
4 years ago by Dan Pickett
Nav Link Header
2 years ago by ahts4962
Display navigation links at the top of the notes in Obsidian
Testing Vault
3 years ago by Michael Pedersen
Floating Headings
3 months ago by k0src
Displays a floating, collapsible outline of a note's headings on the right side of the editor. Expands on hover, click to navigate.
Crafty
2 years ago by liolle
Add tooltip to your obsidian canvas's nodes and navigation between nodes
Potato Indexer
3 years ago by LoyalPotato
Obsidian plugin to generate index based on your selection
Markdown Link Space Encoder
3 years ago by Ron Kosova
Obsidian plugin to automatically encode spaces to %20 in Markdown-style links
Tag Index
10 months ago by wenlzhang
An Obsidian plugin that creates a curated list of important tags to serve as meaningful entry points to your knowledge base.
Quickly
3 years ago by Sparsh Yadav
Quick capture to obsidian note
Node Factor
a year ago by CalfMoon
Customize factors effecting node size in obsidian graph.
Tab Rotator
3 years ago by Steven Jin
Obsidian Rotate opened tabs with a specified time interval
SideNote
5 months ago by mofukuru
Obsidian plugin: Add comment on the part of sentence and refer in comment view.
Title As Link Text
a year ago by Lex Toumbourou
An Obsidian plugin to set the Link Text using the document title
Timestamp Link
2 years ago by wenlzhang
An Obsidian plugin to copy timestamped links to blocks, headings and notes.
Spotify Links
2 years ago by Dillon Cutaiar
For those that get inspired to write by music, a small plugin connecting Spotify to Obsidian.md
Next Link
3 years ago by Juan Luque
Note Batcher
2 years ago by MrAnyx
Create all unresolvered links with a single click on your Obsidian vault
Note Minimap
8 months ago by Yair Segel
Add a minimap to your Obsidian notes.
Tree Search
a year ago by catacgc
Custom Slides
9 months ago by David V. Kimball
Customize Obsidian's Slides core plugin's navigation, styles, and behavior.
Cursor Position History
a year ago by Florian Gubler
A Plugin to remember (and make accessible) the cursor history in Obsidian. Both within a file and across files.
Metafolders
2 years ago by Makary Sharoyan
An Obsidian plugin for multidimensional note navigation
Mobile Sidebar Notes
6 months ago by Chris Kephart
Open notes & new tabs in the sidebar on the Obsidian mobile app.
Folder overview
a year ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
New Note Fixer
a year ago by mnaoumov
Obsidian Plugin that unifies the way non-existing notes are created when clicking on their links
Tag Tactician
a year ago by Scott Tomaszewski
Drag To Scroll
8 months ago by Constantine Sazonov
Adds drag-to-scroll functionality to Obsidian. Hold mouse button and drag - now you can scroll like on touch device!
Backlink Full Path
a year ago by mnaoumov
Obsidian plugin that shows the backlink's full path in the backlinks panel.
Mouse Navigation
2 years ago by HoBeomJeon
Wheel Tab Switcher
a year ago by 22-2
Switch between Obsidian Tabs using your mouse wheel when hovering over tab headers.
Cursor Jump
2 years ago by Sangwon Jung
Mark Open Files
a year ago by Michael Schrauzer
Adds a marker to all the File Explorer items that are currently open in the Obsidian workspace.
Vault Name
2 years ago by @gapmiss
An Obsidian.md plugin for customizing and displaying the vault name (title) in the side navigation file explorer, similar to pre 1.6.0 versions of Obsidian.
Anchor Link Display Text
a year ago by Robert C Arsenault
An Obsidian plugin that makes anchor links look nicer by automatically populating display text.
Headings in Explorer
2 years ago by Patrick Chiang
This Obsidian plugin makes headings first class concepts in the file explorer and consolidates navigation to a single panel.
Reveal Folded
a year ago by d7sd6u
Adds a command that reveals current file while collapsing every other tree item
Tag Links
2 years ago by Zacchary Dempsey-Plante
A plugin for Obsidian that allows tags to be opened as links using a hotkey.
Canvas Link to Group
7 months ago by TGRRRR
Plugin for Obsidian Canvas enabling direct links to specific groups within canvas files for improved navigation
Share as ZIP
a year ago by Till Friebe
Scrolls To Nav Top
9 months ago by mario
Simply scrolls to nav top
Inline Local Graph
3 months ago by TKOxff
Inline Local Graph of Obsidian
Smooth Navigator
a year ago by Michael Schrauzer
Smoothly cycle through open files and splits in Obsidian via the keyboard.
Alias Picker
2 years ago by rostunic
Current File Tags
a year ago by Trung Tran
BookNav
2 years ago by jemberton
A plugin for ObsidianMD that enables book style navigation links in a note.
BlazeJump
a year ago by henryco
Plugin for Obsidian that makes text navigation blazingly fast.
Recent Tab Switcher
2 years ago by Samuel Ang
Recent Tab Switcher Plugin for Obsidian.
Reading View j/k Scroll
a year ago by Lukas Korotaj
Scroll in preview mode with j/k keys. Scroll to top with gg and to bottom with G.
Remember Scrollposition
4 months ago by s-blu
A plugin that saves the scroll position for each note to return you to where you left off
Folder Tabulation
a year ago by SpeedaRJ
An open source plugin for obsidian that let's you treverse local folder structure via keybindings and commands.
Abbrlink
a year ago by Q78KG
Tab File Path
8 months ago by John Burnett
mpv links
2 years ago by patsh90
Obisidian plugin for creating and using video links
Better Link Clicker
4 months ago by Eniverz
An Obsidian plugin that modifies the default link click event.
Cursor Position on Title Enter
a year ago by Por Chainarong Tangsurakit
Obsidian Plugin: Set the cursor position after pressing Enter on the note title.
Last Edit Location
4 months ago by Kyoungdeuk
When opening a note, put the cursor at the last edit location.
Click Hint
a year ago by kbwo
Yesterday's note
a year ago by Trevor Tyler Lee
Obsidian plugin to open yesterday's daily note
FastForwardLink
a year ago by Idan Liberman
FastForwardLink Obsidian.md Plugin
Ghost Text
8 months ago by lawrencefeng17
Previous Daily Note
a year ago by Marcos Talau
Plugin for Obsidian that opens the previous daily note
GH Links Shortener
6 months ago by David Barnett
Obsidian plugin to set shortened link text for pasted GitHub URLs
Quick Nav
a year ago by exoticknight
Enhance your editing experience by unleashing the hidden power of shortcuts.
HOME key
8 months ago by shichishima
Obsidian Plugin to move cursor to beginning of text, considering Markdown heading characters.
Daily Notes Tweaks
6 months ago by René Coignard
Open a random daily note and automatically switch past daily notes to reading mode.