inkdropapp / inkdrop-spell-checker

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

Suggest correct spellings? #3

Open JISyed opened 4 years ago

JISyed commented 4 years ago

Hello,

I was trying out this spell-checking plugin, and there seems to be a very important feature missing. If I see a misspelled word, I should be able to right click on that word and be given a few suggestions that are correct spellings. There also should be an option to ignore the misspelling and to "learn" it (which forever considers this word spelled correctly).

I think that would make the spell checker more useful. Kind regards!

craftzdog commented 4 years ago

Hi JISyed,

Thank you for the suggestion. Spell correction would be nice to have, but the current implementation seems to be hard to support it. So it would take time to implement it. I'm currently working on features of the current roadmap. Please suggest me this when we discuss the next roadmap.

It looks like Atom's spellchecker would be promising.

JISyed commented 4 years ago

Hello Takuya-san,

Sorry for the late response. I understand it won't be implemented right away. Hopefully it will eventually come along :) And hopefully Atom's spellchecker will be very helpful in implementing this.

venikman commented 1 year ago

Curious if landscape have changes in 3.5 years? I would be happy to help but not sure if I can identify how to add this. I know for VSCode now you have some support by Spellchecker . Is there is a way it can be imported to Inkdrop?

craftzdog commented 1 year ago

I'm currently working on the new mobile version as you may know. It is built on top of CodeMirror 6, and I'm planning to upgrade the desktop app to it as well in the future. If we were to support suggestions, it'd be great to wait for CM6 to be built into the app for longevity.