Replies: 2 comments 1 reply
-
It's possible, have you check this? Maybe you want to use the link tooltip component. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Link tooltip is for edit mode. I can't see tooltip in preview mode (read only switch) onMouseOver ? There is existing tooltip if link have title props. Is it possible to extend this default title tooltip to show href if title is missing ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If I have markdown link like
[Awesome website](https://example.com "Visit this awesome website!")
title "Visit this awesome website!" appears in active and preview mode like a tooltip. If there is no title in milkdown can we have option to show tooltip with href instead? I was remember that in milkdown v6 works without titles but show in tooltip href. Now milkdown v7 support title attr but option to show href like a title miss me.Beta Was this translation helpful? Give feedback.
All reactions