zaffnet / quill_spellcheck_demo

Simple Spellcheck Demo using Quill

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 😊

About

Simple Spellcheck Demo using Quill


Languages

Language:JavaScript 92.8%Language:CSS 5.6%Language:HTML 1.5%