Skip to content

Releases: brunoribeiro2k/obsidian-link-tooltip

0.1.1

23 Jun 22:06
4695306

Choose a tag to compare

What's Changed

Full Changelog: 0.1.0...0.1.1

0.1.0

23 Jun 19:50
d563510

Choose a tag to compare

First release of Link Tooltip — hover a link while editing and see where it points.

In Live Preview, links show only their label, hiding where they actually lead. Link Tooltip reveals the destination on hover: for Markdown links [label](destination) (external URLs or internal note paths) and aliased wikilinks [[target|alias]]. Bare links already show their destination as text, so they get no tooltip. Reading mode is left untouched — Obsidian already shows native tooltips for links there.

Settings

  • Show tooltips for external links — reveal the destination URL of a hovered external link.
  • Show tooltips for internal links — reveal the target of a hovered internal link or aliased wikilink.
  • Debug logging — log hover diagnostics to the developer console while troubleshooting.

Install

Enable from Obsidian's Community plugins, or manually copy main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/link-tooltip/.