Popovers or Tooltips on Drawings?

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.

Obsidian-Popover

Thanks in advance.

Cheers.

When you say “drawings”, do you mean in the Obsiadian Excalidraw plugin? Or something else?

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>