Skip to content

zaffnet/quill_spellcheck_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 😊