/quill_spellcheck_demo

Simple Spellcheck Demo using Quill

Primary LanguageJavaScript

Quill Spellcheck Demo

Spellcheck in a WYSIWYG Editor. I have modified the Tooltip provided by Quill to suggest words.

Dependencies

  • quill.js - WYSIWYG Text Editor
  • fuzzyset.js - A fuzzy string matching algorithm to determine likely misspellings and approximate string matching

Notes

  1. The dictionary is located at js/words.js. It can be downloaded from here.
  2. The code is not tested thoroughly for edge cases.

PRs welcome 😊