-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
Implement spell checking #14
Comments
|
Follow-up issue → electron/electron#3211 |
Has there been any progress on this? I might try to tackle it using electron-spellchecker. |
@dudeofawesome No progress. A pull request would be lovely. I think it should be added to |
Any progress on that? I'm using macOS text replacement keyboard feature and it's the only thing blocking me from using Caprine. I don't think that context menu will fix that - as it's an dynamic spell checking feature. |
I have been using spellchecker for a while and it's pretty awesome. Works on all platforms. |
@sindresorhus let me know if you're up for spellchecker. |
Looks like there's been no progress made on this. I will have a go at it using spellchecker |
@archcorsair Awesome :) Note: #14 (comment) |
Here's the PR for spell checking support: #246 |
Any progress on that? I'd love to use text replacements in caprine. |
I don't think you'll ever be able to use text replacements, even Chrome doesn't support them (as a consequence of hacking the spellcheck support on instead implementing it fully.) |
I have a personal branch that has spellchecker support fully implemented/functional. I haven't had the time to fully implement it into @sindresorhus's electon-context-menu. With his permission, I can post a link to my personal build (for those who really want spellcheck support asap in caprine) until we get the context-menu issue resolved. |
Can I get an update on where we are at with this? Seems like |
I'm also very interested in this. |
Maybe I'm wrong, but I swear that spellcheck was present until the last update. It showed up in the edit menu. Now, it's gone. |
Any update on the status of this? |
I still can't see spellchecker. It's there any progress on it? |
@IssueHunt has funded $60.00 to this issue.
|
You can use Alfred for this, it works in chrome (and thus Electron apps too) |
Why I can give it a try if it's a good option |
@hazrpg has funded $5.00 to this issue.
|
Could this not be used as an option: https://www.npmjs.com/package/spellchecker |
Just a quick note, I was experimenting and registered Grammarly as an extension. While it registered just fine, it seems there are some issues with Electron support. |
Any progress on this? I'd very much like to have a spell checker in this app... |
Coming to Electron 8.0! electron/electron#20692 🎉 |
@sindresorhus @nautatva any progress on this? |
what's the issue state? |
Follow this PR for updates everyone sindresorhus/electron-context-menu#94 |
@sindresorhus has rewarded $58.50 to @nautatva. See it on IssueHunt
|
Would it be possible to combine dictionaries or only one language spell-checking at a time is possible? |
it's possible already – excluding mac os it seems, where it chooses one automatically. i don't know much about mac, but perhaps it's possible to navigate to Caprine/Preferences with file browser? if so, try editing this file and manually set it to something like
where You write Your preferred language codes instead of ones in my example ("pl" "en-US") |
@alekksander |
All apps on OS X can use the system's spellchecker, but it appears to be disabled in Caprine
IssueHunt Summary
nautatva has been rewarded.
Backers (Total: $65.00)
Submitted pull Requests
Tips
The text was updated successfully, but these errors were encountered: