Plugin that creates medium style popup toolbar

Hello,

I merged the example Menu Plugin and the Selection Plugin to create one that works as a toolbar menu that pops up upon selecting text. Sharing it in case anyone finds useful.

Thanks, Bahadir

2 Likes

Nice! Thanks for sharing.

very nice.

i used the css from the tooltip example to show the toolbox on top of the selected area but clicking the buttons does not work because i am guessing it de-selects the text instead of firing the mousedown listener.

is there a way to fix that?