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 wanted to create custom spell checker website in uzbek language. Site imlowithit.uz is in beta. I used Quill as document editor. But i have hard time to fit spell checker to this editor.
What do i have
Quill based document editor
Spell Checker API (word checking, word suggestion)
Expected behavior:
Need for marking words (Splitting in low-level)
Markup 3 distinct states of every word:
checked correct word
checked wrong word
not checked word
Events for word change (When word is written)
The text was updated successfully, but these errors were encountered:
This is tricky because my custom spell check API gives me start and end positions of words. Whereas Quill seems to wrap in HTML, so I'm not sure how to do the custom markings.
Quill 2.0 has been released (announcement post) with many changes and fixes. If this is still an issue please create a new issue after reviewing our updated Contributing guide 🙏
I wanted to create custom spell checker website in uzbek language. Site imlowithit.uz is in beta. I used Quill as document editor. But i have hard time to fit spell checker to this editor.
What do i have
Expected behavior:
The text was updated successfully, but these errors were encountered: