Just to update everyone on this (the following is a bit technical) - the official electron-spellchecker has been un-maintained for over a year and no longer works. Most of the other ones derive from electron-spellchecker, such as mixmaxhq/electron-spell-check-provider.
The good news is that weâve been able to implement almost everything from scratch based on electron-spellcheckerâs code along with a lot of help from stackoverflow and electronâs official documentation.
We have everything working already, and weâre on our way to figure out how to deploy it to everybody.
Thanks to everybody for your patience! It will be rewarded very soon!
So relieved to see this come through. As some others have stated, the desktop app was âfunctionlessâ for me without a spell check, and itâs been a pleasure to use it since this was added. One question:
I accidentally added a mispelled word to the dictionary and wanted to remove it, but it doesnât seem to be the Mac default dictionaryâŚso itâs somewhere else? Any suggestions on where this is stored?
It looks like Macâs dictionary is the âLocalDictionaryâ file in that hidden folder, but not the one we want.
There is another doc called âenâ which ended up having the word that I had misspelled. So it looks like that document is the one associated with Dynalistâs dictionary.
this may be old news on spellcheck for windows laptop on dynalist. I also suffered from this. My workaround was to select misspelled word and right click it. It works for me. YMMV
@Shida Is that any way to make spell check work for few languages?
Iâm not a native English speaker. So I use 2-3 languages. Manually go to settings each time just make it unusable for multiple languages.
(That a lot of people that non English native but do work in it)
It that any way to set proper language spellcheck like it works in chrome/Firefox?
Iâm not sure what the electron team is up to but that issue I reported still hasnât been fixed - In the meantime, it might actually be possible for me to hack together multi-language support to our temporary spellchecker. Iâll keep you updated on this.
Seems like thereâs finally some attention to the issue given that a lot of people is now running into it. There was an attempted fix by the electron team but several reported that it wasnât yet solved. Iâm guessing it should be resolved really soon.