slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
43.93k stars 3.41k forks source link

Hover and click event for text #2521

Open bhavyaghai opened 5 years ago

bhavyaghai commented 5 years ago

Hi, I am new to QuillJS. I want to build a spell checker kind of application based on a QuillJS text editor. On hovering over misspelled words, I want to have a tooltip with alternate suggestions. On clicking any of the alternates, it should replace the misspelled word. Furthermore, is it possible to bind onclick event with word(s). I hope QuillJS might support these features via Blots but I am not sure. Can someone please suggest the best way to approach this problem PS: I tried finding answers on StackOverflow but no luck.

Version Ubuntu 16.04 Chrome Quill Version: 1.3.6

iam-dev0 commented 4 years ago

That feature would be great

serdarfirlayis commented 2 years ago

Hi, were you able to find a solution to this problem?