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
  • Join the community
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Hover External Link

jamiebrynes7jamiebrynes77k downloads

Hover on external links to see the destination URL.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates1

An Obsidian plugin that adds hover URL previews to external links in your rendered Markdown.

Demo

Installation

From in Obsidian

🚧 Coming Soon! 🚧

Manually

  1. Download main.js, manifest.json, and styles.css from the latest release.
  2. Place them in <vault>/.obsidian/plugins/hover-external-link/ folder (you'll need to create this).

Usage

This plugin will add on-hover tooltips to all external links if the text of the link is not the same as the URL. This only works in the preview mode.

This link will have a hover tooltip: [Google](www.google.com). 

This link won't: [www.google.com](www.google.com).

Customization

This plugin exposes two CSS variables that you can use to set the tooltip background and text color.

.theme-light {
  --link-tooltip-background: #333;
  --link-tooltip-text: #fff;
}

.theme-dark {
  --link-tooltip-background: #ccc;
  --link-tooltip-text: #000;
}
61%
HealthFair
ReviewRisks
About
Show hover URL previews for external links in preview mode. Display lightweight tooltips only when link text differs from its URL so plain URL links remain unchanged.
LinksAppearanceCSS
Details
Current version
1.0.0
Last updated
5 years ago
Created
5 years ago
Updates
1 release
Downloads
7k
Compatible with
Obsidian 0.10.2+
License
MIT
Report bugRequest featureReport plugin
Sponsor
Buy Me a Coffee
Author
jamiebrynes7jamiebrynes7
github.com/jamiebrynes7/obsidian-todoist-plugin
GitHubjamiebrynes7
  1. Community
  2. Plugins
  3. Links
  4. Hover External Link

Related plugins

Style Settings

Adjust theme, plugin, and snippet CSS variables.

Lapel

Show the heading levels in the gutter of the editor.

Link Favicons

See the favicon for a linked website.

Supercharged Links

Add attributes to internal links with the values of target note's frontmatter attributes.

Auto Card Link

Automatically fetches metadata from a URL and makes it as a card-styled link.

Contextual Typography

Add a data-tag-name attribute to all top-level divs in preview mode containing the child's tag name, allowing contextual typography styling.

Focus Mode

Add a toggle to hide interface elements so you can focus on your note.

Minimal Theme Settings

Control the colors and fonts in Minimal Theme.

Hider

Hide interface elements such as tooltips, status bar, titlebar, and more.

Smart Connections

AI link discovery copilot. See related notes as you write. Lookup using semantic (vector) search across your vault. Zero-setup local model for embeddings, no API keys, private.