In reading mode, hovering over an internal link which uses a vertial bar to change the link display text, shows a nice pop-up with the page name of the destination.
Is there a way to make this happen in edit mode? Perhaps with CSS?
Things I have tried
Hover Link Plugin - works for external links; I need internal links
Thank you. That is precisely what I meant. The text showing just the name of the destination page. It pops up when Reading View is enabled, but not otherwise.
I often find myself asking, “What is the real page this link points to?” I hope to answer the question without navigating to that page and then navigating back.
I didn’t see anything like that in the editor, so there’s really nothing to display or “unhide”.
There’s a CSS trick using content: 'attr(alt)' to display the attribute text for something, but the attribute text (in this case everything after the | within the link) is used already.
Someone may have a clever solution, but I think a plugin will be needed for this.