Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Spell Check Support #2387

Closed
Elbek97 opened this issue Nov 5, 2018 · 3 comments
Closed

Custom Spell Check Support #2387

Elbek97 opened this issue Nov 5, 2018 · 3 comments

Comments

@Elbek97
Copy link

Elbek97 commented Nov 5, 2018

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

  1. Quill based document editor
  2. Spell Checker API (word checking, word suggestion)

Expected behavior:

  1. Need for marking words (Splitting in low-level)
  2. Markup 3 distinct states of every word:
  • checked correct word
  • checked wrong word
  • not checked word
  1. Events for word change (When word is written)
@jaska45
Copy link

jaska45 commented Jan 28, 2020

I would like to have the same features. I have my own spell check REST API. Just need Quill to support word marking and callback to check sentences.

@shamoons
Copy link

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-bot
Copy link

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 🙏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants