phcode-dev / phoenix

Phoenix is a modern open-source Code Editor for the web, built for the browser.
https://phcode.io
GNU Affero General Public License v3.0
1.65k stars 115 forks source link

Feature request: Suppot for spell checker #171

Open charlypa opened 2 years ago

charlypa commented 2 years ago

Phoenix should support spellchecket

abose commented 2 years ago

Library available: https://github.com/cfinke/Typo.js Check for alternative libraries too.

https://npm.io/search/keyword:spellcheck

abose commented 2 years ago

https://github.com/wooorm/dictionaries#main

abose commented 1 year ago

https://cspell.org/docs/getting-started/ looks pretty great and is node standalone. May be browser compatible.