Status bar should display URL on hover

Use case or problem

The real destination of a link is the most accurate info about that link. By looking at the URL, reader can determine if he/she have read it or not, which website it points to, etc without having to load the whole content. So often the text of a link provide little or no information, e.g. consider this text: ā€œYou can find more discussion on the Super Hot Topic in here, here and hereā€ where the same word ā€œhereā€ point to totally different websites. Showing the URL of the link when hovering, like most browsers do, is very useful for users to quickly get key pieces of information about those links.

Proposed solution

Just take the proven approach: how browsers do it. When users hover on a link, show the link destination.

Current workaround (optional)

Donā€™t have any.

Related feature requests (optional)

2 Likes

You might want to check out the hover link plugin.

1 Like

I found some CSS options here helpfulšŸ‘

1 Like

CSS is a lot more versatile than I thought, wow. Iā€™m replacing Hover Link with this, itā€™s much nicer and (I assume) more performant.