Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 661 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 661 Bytes

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 😊