Additional text when hovering over word?

Hey there,

I was wondering if it is possible to display additional text when hovering over a word, without having to create a note. Internal links are a good option, but sometimes I do not feel like creating a whole new note for a brief definition for example. Now I could set up a note and store all my definitions in there, but is there a way to make it then display the exact location of the definition when hovering over a certain word?

Thanks a lot!

1 Like

A little bit of HTML can help:

<abbr title="This is something very important">Message</abbr>

Appears as this when the pointer hovers over the word Message:

You could use a CSS snippet to improve the styling for the abbr element.

3 Likes

It cannot be that simple, lol. That is awesome. Thanks a lot!!

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.