inkdropapp / inkdrop-spell-checker

Spell checker plugin for inkdrop
https://www.inkdrop.app/
MIT License
10 stars 5 forks source link

Allow users to define custom dictionaries #6

Open brizzbuzz opened 3 years ago

brizzbuzz commented 3 years ago

Developers (and many people) sometimes have funky pseudo-words that crop up repeatedly as they take notes / document. I think it would be really neat to allow users to mark words as "correct" on a note, book, or even application wide basis.

craftzdog commented 3 years ago

Electron is going to expose its spellcheck API in v12 or v11. I'm planning to rebuild it using this. Then, I'll consider supporting dictionaries.

brizzbuzz commented 3 years ago

Ahh very cool I did some digging on spell check APIs and it's a surprising sparse sector... I guess most big companies build things in house and then just keep it there

craftzdog commented 3 years ago

In fact, I tried to do it myself but couldn't. Then, another developer has done it, thankfully:

https://github.com/electron/electron/issues/22829