From 35d8f4126817141a2f526afbc27c867d9638c41f Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 14 May 2026 13:00:56 +0000 Subject: [PATCH] Show link target URL in status bar on hover Resolves #17. Hovering over a link in a rendered markdown document previously gave no feedback about its destination. Links now surface their target URL in the status bar while hovered. https://claude.ai/code/session_0174FZDHzmNESyHbFdbd3giP --- CHANGELOG.md | 6 ++++++ index.html | 1 + src/index.css | 12 ++++++++++++ src/renderer.ts | 24 ++++++++++++++++++++++++ src/renderer/components/StatusBar.ts | 17 +++++++++++++++++ 5 files changed, 60 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd275a4..b3184a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added + +- **Link hover preview**: Hovering over a link in a rendered document now shows the target URL in the status bar + ## [1.1.0] - 2025-01-21 ### Added diff --git a/index.html b/index.html index 9bf9407..1a78fbc 100644 --- a/index.html +++ b/index.html @@ -132,6 +132,7 @@

Drop Markdown File Here