SVG Tooltips #3932
Replies: 2 comments 1 reply
-
Interesting use case. My research shows that the However, more research is needed. You can open an issue and I'll investigate if we can add this functionality to SVGs. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the rapid response. Adding it as a title element allows the tooltip functionality to work, so is definitely a good solution for the time being. Happy to open an issue/request for a better solution using markdown syntax though. Thanks for all the hard work and effort in the meantime—very happy to be a supporter of this project! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone help me please by suggesting the best way to get the following to work:
a href
tags in the original file, which can make use of thetitle
attribute functionality of the tooltips extension so that when a user hovers their cursor over the relevant part of the image, the tooltip offers some extra info about the graphic.So far, the only way I've managed to get the SVG to embed properly is by adding the full code to the relevant .md file. This allows the links to work, but the tooltip extension does not appear to work by adding
title
attributes.Relevant portion of the code:
Some other (possibly relevant info):
Beta Was this translation helpful? Give feedback.
All reactions