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

Link Hover Reveal

Mat ParadelaMat Paradela46 downloads

Keeps markdown links collapsed to just their title in Live Preview, so arrowing between lines doesn't expand them. Only reveals the raw [text](url) when the cursor is placed strictly inside it.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates4

An Obsidian plugin that keeps markdown links collapsed to just their title text in Live Preview — even while your cursor moves through the document.

Problem

By default, Obsidian's Live Preview expands a markdown link to its raw [text](url) form whenever the cursor touches it — including just landing on the edge of the link while arrowing between lines. If your notes are lists of links (e.g. bookmarks, task lists with reference URLs), reordering or navigating them causes constant, disruptive expand/collapse flicker.

What it does

  • Links render as plain title text, e.g. [My bookmark title](https://example.com) shows as just My bookmark title.
  • The title is real, editable text — move the cursor through it and edit words freely with the keyboard.
  • The [, ], (url) syntax stays hidden at all times; the cursor skips over it instead of landing inside, so navigating between lines never expands a link.
  • Clicking the title places the cursor, like normal text; Cmd/Ctrl-click opens the link.
  • Hover a link (after a brief delay) to see a small popup below it with the truncated URL and three actions: copy, open, and edit.
  • Edit link at cursor command opens the same popup straight into edit mode, from the keyboard, no mouse needed. It ships without a default hotkey — assign one in Settings → Hotkeys.

Privacy

The plugin makes no network requests and stores no data. It writes to the system clipboard only when you click the popup's copy button, and only the URL of the link you copied; it never reads the clipboard.

Installation

Community Plugins (recommended)

  1. In Obsidian, go to Settings → Community plugins → Browse.
  2. Search for Link Hover Reveal.
  3. Click Install, then Enable.

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Copy them into <your-vault>/.obsidian/plugins/link-hover-reveal/.
  3. Reload Obsidian and enable Link Hover Reveal in Community Plugins.

From source

npm install --legacy-peer-deps
npm run build

Then copy main.js, manifest.json, and styles.css into your vault's plugin folder as above.

To build and copy in one step, point npm run deploy at your vault — either via the OBSIDIAN_PLUGIN_DIR environment variable, or by writing the plugin folder path into a .deploy-target file (git-ignored):

echo "<your-vault>/.obsidian/plugins/link-hover-reveal" > .deploy-target
npm run deploy

License

MIT

HealthExcellent
ReviewPassed
About
Keep markdown links rendered as their title text in Live Preview to prevent expand/collapse flicker while navigating. Open links normally on click and show raw markdown only when the cursor is placed strictly inside the link brackets.
LinksEditing
Details
Current version
0.2.4
Last updated
2 weeks ago
Created
3 weeks ago
Updates
4 releases
Downloads
46
Compatible with
Obsidian 1.0.0+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
Mat ParadelaMat Paradelamat-paradela
github.com/matiasparadela
GitHubmat-paradela
  1. Community
  2. Plugins
  3. Links
  4. Link Hover Reveal

Related plugins

Paste URL into selection

Paste URL "into" selected text.

Note Refactor

Extract note content into new notes and split notes.

Easy Copy

Easily copy the text within inline code, bold text (and many other formats), or quickly generate an elegant link to a heading or block.

Excalidraw

Visual PKM powerhouse. Create and edit Excalidraw drawings.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Smart Connections

Find related notes and excerpts while writing. Your AI link building copilot displays relevant content in graph + list view. A local embedding model powers semantic search. Zero setup. No API key.

Advanced URI

Control everything with URI.

Meta Bind

Make your notes interactive with inline input fields, metadata displays, and buttons.

Breadcrumbs

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

Advanced Tables

Improved table navigation, formatting, and manipulation.