I am looking for an solution to create a context menu on selected text from contenteditable html for link creation.
Workflow: Basically users can edit text out of webpage (contenteditable="true" in div) and if they like to add a link to the selected text they have to use context menu where they can right-mouseclick upon the selected text and type URL in the input box from context menu, then boom, the selected text become hyperlink.
Appreciate your direction.