gingko / client

Gingko Writer. Tree-based writing software, written in Elm.
https://gingkowriter.com
MIT License
359 stars 49 forks source link

Enable Spell-check #45

Open AdrianoFerrari opened 6 years ago

Jos512 commented 6 years ago

This is a good idea, but besides simply enabling spell-check we also need the option to choose and switch dictionaries. Preferably that setting is remembered per Gingko tree (.gko file).

In my case, for instance, I have trees in English and in my native language.

AdrianoFerrari commented 6 years ago

Agreed. And in general, I want to make Gingko multi-lingual, including translations in as many languages as we can support... (but that's a separete issue).

Since this is written in Electron, which uses a Chrome wrapper, it's possible to use a spell-checker just like the one available in the Chrome browser.

These would be two possible starting points for this:

shimakid commented 6 years ago

In V1 online, I enjoy the smooth integration of Grammarly extension on Chrome browser for spelling check. As a heavy user of Grammarly, I appreciate similar functionality could be implemented in the Desktop version as well.

gottlike commented 4 years ago

Currently there seems to be a spell checker enabled (probably built-in Chromium/Electron one) when editing and I am not able to disable it:

image

My system uses English, but I write in German most of the time. An option to switch this off would be very much appreciated, as the markings distract from the text pretty much.

JPhB commented 3 years ago

Same problem here, I use an English interface but write in French, and red wiggles are very annoying.

How do we get rid of that?