You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know how i can transform options (text representing URL) in the drop down menu to create a link like : <a href="text from drop down menu">text from drop down menu</a>
Hello,
First, thank you for this library.
I would like to know how i can transform options (text representing URL) in the drop down menu to create a link like :
<a href="text from drop down menu">text from drop down menu</a>
I know it is possible to use a blot and I have already suceeded to create a button in Toolbar to add a link with a blot.
It is explained here : https://quilljs.com/guides/cloning-medium-with-parchment/
But I can't see how i can register a blot with QuillToolbarDropDown.
Any clue ?
The text was updated successfully, but these errors were encountered: