项目作者: zaffnet
项目描述 :
Simple Spellcheck Demo using Quill
高级语言: JavaScript
项目地址: git://github.com/zaffnet/quill_spellcheck_demo.git
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
- The dictionary is located at
js/words.js
. It can be downloaded from here. - The code is not tested thoroughly for edge cases.
PRs welcome 