项目作者: zaffnet

项目描述 :
Simple Spellcheck Demo using Quill
高级语言: JavaScript
项目地址: git://github.com/zaffnet/quill_spellcheck_demo.git
创建时间: 2021-01-17T00:43:30Z
项目社区:https://github.com/zaffnet/quill_spellcheck_demo

开源协议:

下载


Quill Spellcheck Demo

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

Click for a demo

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 :blush: