-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
Spell checking #28
Comments
Hi @jsteel44 , That will be very helpful indeed. You can probably implement this by using this module https://github.com/electron-userland/electron-spellchecker. It doesn't look that tricky but currently I have not time for improvements. Give it a try and see if you can get it to work. I will review it and I am happy to help. Its only me and many of you so any help is more than welcome! Thanks! |
Seems like that page that I put before is a bit of a dead page. I am trying to add it in the spellchecker branch using this fork https://github.com/ccnokes/electron-spellchecker-fork and seems to be working. I might add yet another option to enable/disable it. I will let you know once is out there. thanks for the suggestion! |
Seems like this is bigger than expected. I am giving it a try to introduce a basic version of it, but, if proves to be to complex, it might drop to the wonfix category. |
This should be ready for the next release 0.1.11. This is hoped to be release fairly soon. |
OK great thank you! |
Hi @jsteel44 , Version 0.1.11 is ready (pre-release) and should have cover this issue. Can you test it and reopen if is not the case? Thanks, |
@IsmaelMartinez I'm not sure how to reopen this but I've just tried 0.1.11 and it doesn't seem to be highlighting misspelt words. Is there a trick to get it going or a new dependency? Thanks |
Hi, that library that I am using only support en_US (America 1st and all that stuff...). The way of making it work will be to add the dictionary to the package manually. This is not feasible. Node-spellchecker has those 2 issues that are related to atom/node-spellchecker#54 and atom/node-spellchecker#51 In theory, and ideally, electron should pick up the dictionaries from hunspell that you got installed in your system as explain in here: https://github.com/atom/spell-check#debian-ubuntu-and-mint but that doesn't work because of the 2 issues that I mentioned before. I will update the release notes indicating only US at the moment. |
I have added a "request" to an old issue https://github.com/mixmaxhq/electron-spell-check-provider/issues/17 in the electron-spell-check-provider and asked in the pull request from atom/node-spellchecker... I can't do anymore at this moment in time. Ta |
@IsmaelMartinez does that mean with hunspell-en_US installed and I run "LANG=en_US.UTF-8 teams-for-linux" it should work? As it doesn't for me. Having the US spell checker would be better than nothing. Were you able to get it working? Thanks |
I had it working from source code. It might not be working on the packaged version. I saw something that might be related in the node-spellcheck repo. I am afraid I will mark this as "won't fix" at least until I get more clarity from the upstream projects. Sorry about that. If you run it from source you can add your dictionaris fairly easily (copy or simbolic link). But that is dirty. I can explain how to if you are "ready". Otherwise I will park it until electron implements their part |
OK sure, yes how would I add my own (where does the symlink need to be and point to)? Thanks |
Hi @jsteel44 , I added some info in the main README.md. Basically the following: In short, node_spellchecker only ships with en_US dictionary. As a work around, only valid when running from source, you can enable the use of local dictionaries by following the next steps:
Starting the app with Unfortunately, at this moment in time it is not possible to use local dictionaries with the packaged app. Fixing issue 51 in node-spellchecker should solve this issue. Let me know how you get on but I will not spend more time at the moment on this. Thanks |
@IsmaelMartinez perfect, thanks! That worked a treat. Would be nice to be able to get this into the Arch Linux package but I can make do with this solution for now, cheers! |
Glad to heard it worked. Hopefully once electron 4 is out someone form that area can fix that part. I suspect they are fairly busy at the moment with the big release. I will keep an eye on what happens and/or push a fix at some point in early next year if I see no movement. |
I have version 0.4.0 now and would like to know if there is an option to disable spell checker. |
you can disable the rightClickWithSpellcheck. That includes the right click menu. More info here: |
Thank you so much, I didn't realize that I should pass |
hello, any option to disable spell check completely? i'm using 1.0.20 appimage and it just doesn't work well the spellchecker. |
That is strange. The config option is clearly that one.
I wonder if the config option is just not working and or loading too late.
Can you build from source and put a few console.log messages in?
I am in MacOs and can't be considered representative. Apologies.
Also maybe try with a space instead of = (but I think is =).
I can see in the browser/index.js the following if statement:
```
if (config.rightClickWithSpellcheck) {
```
…On Sat, 12 Mar 2022, 20:04 alfredoivan, ***@***.***> wrote:
you can disable the rightClickWithSpellcheck. That includes the right
click menu.
More info here:
https://github.com/IsmaelMartinez/teams-for-linux/tree/develop/app/config
hello, any option to disable spell check completely? i'm using 1.0.20
appimage and it just doesn't work well the spellchecker.
it seems you right click on the text field and it does nothing.
i tried with and without --rightClickWithSpellcheck=false and with or
without modifying config.json
—
Reply to this email directly, view it on GitHub
<#28 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADJHECG35BKJB52VAWED6TU7T2DXANCNFSM4GJNMO5A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
i check and come back to you. |
Hi,
Is there a way to enable spell checking on this? Just an underlined miss-spelt word would be very helpful. Thanks
The text was updated successfully, but these errors were encountered: