Hello Community,
is something like popovers or tooltips possible in obsidian?
For example using a plugin or embed the .html file?
Here is an example GIF.
Thanks in advance.
Cheers.
Hello Community,
is something like popovers or tooltips possible in obsidian?
For example using a plugin or embed the .html file?
Here is an example GIF.
Thanks in advance.
Cheers.
Clarified my original post.
I want to create a similar behaviour using obsidian by embedding the file or with the use of a plugin i.e. Excalidraw. Maybe there is a way i didn’t think of.
If you choose to embed HTML, you can utilize Obsidian’s aria-label
and data-tooltip-position
attributes.
e.g.
<div aria-label="Hello world" data-tooltip-position="top">Hello world</div>