Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spell checking toggle #238

Open
dolwup opened this issue Aug 30, 2022 · 4 comments
Open

Add spell checking toggle #238

dolwup opened this issue Aug 30, 2022 · 4 comments
Assignees
Labels
type:feat New feature or request

Comments

@dolwup
Copy link

dolwup commented Aug 30, 2022

WebCord uses the default chromium/electron spell checker which can be disabled in normal discord and in chromium by just right clicking on the message box. WebCord currently does not have the ability to disable the spell checker

@dolwup dolwup added the type:feat New feature or request label Aug 30, 2022
@AlexeyShaferov
Copy link

AlexeyShaferov commented Jan 13, 2023

Another related question is how to enable spell checking for other languages, not English only?

@K4zoku
Copy link

K4zoku commented Mar 16, 2023

My temporary solution is put this line of code on line 371

mainWindow.webContents.session.setSpellCheckerEnabled(false);

@Potajito
Copy link

Another workaround is edit /home/pablo/.config/WebCord/Preferences
with something like
{"electron":{"media":{"device_id_salt":"A267D7E33C450DD743629AF815A81DFB"}},"spellcheck":{"dictionaries":["es-ES"],"dictionary":""}}
(for Spanish (es-ES) in this case)

@SpacingBat3 SpacingBat3 pinned this issue Oct 20, 2023
@FelixFourcolor
Copy link

Another workaround is edit /home/pablo/.config/WebCord/Preferences with something like {"electron":{"media":{"device_id_salt":"A267D7E33C450DD743629AF815A81DFB"}},"spellcheck":{"dictionaries":["es-ES"],"dictionary":""}} (for Spanish (es-ES) in this case)

You can also set "spellcheck":false to disable spellchecking entirely.

I still prefer a toggle, but this is the best workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feat New feature or request
Development

No branches or pull requests

6 participants