Caprine: Implement spell checking

Created on 24 Sep 2015  ยท  35Comments  ยท  Source: sindresorhus/caprine


Issuehunt badges

All apps on OS X can use the system's spellchecker, but it appears to be disabled in Caprine




IssueHunt Summary

nautatva nautatva has been rewarded.

Backers (Total: $65.00)

Submitted pull Requests

- #1336 Spellcheck with electron-context-menu update!

Tips


Rewarded on Issuehunt enhancement help wanted

Most helpful comment

Coming to Electron 8.0! https://github.com/electron/electron/pull/20692 ๐ŸŽ‰

All 35 comments

I opened an Electron issue regarding this โ†’ https://github.com/atom/electron/issues/3189~~

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 electron-context-menu though, as it's what Caprine uses for the context menu, and that way it would benefit many apps, not just Caprine.

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.
Note - this module have default context menu options like - copy, paste etc so you gotta remove electron-context-menu to use it.

Looks like there's been no progress made on this. I will have a go at it using spellchecker

@archcorsair Awesome :) Note: https://github.com/sindresorhus/caprine/issues/14#issuecomment-270554932

Here's the PR for spell checking support: https://github.com/sindresorhus/caprine/pull/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 electron-spellchecker isn't an option, what other options do we have? I'd be down to give it a shot!

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.


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.)

You can use Alfred for this, it works in chrome (and thus Electron apps too)

Why electron-spellchecker isn't an option ?

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! https://github.com/electron/electron/pull/20692 ๐ŸŽ‰

@sindresorhus @nautatva any progress on this?

what's the issue state?

@sindresorhus has rewarded $58.50 to @nautatva. See it on IssueHunt

  • :moneybag: Total deposit: $65.00
  • :tada: Repository reward(0%): $0.00
  • :wrench: Service fee(10%): $6.50

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

{"spellcheck":{"dictionaries":["pl","en-US"],"dictionary":""}}

where You write Your preferred language codes instead of ones in my example ("pl" "en-US")

@alekksander
It works, thanks a lot ๐Ÿ‘

Was this page helpful?
0 / 5 - 0 ratings

Related issues

IdiosApps picture IdiosApps  ยท  3Comments

0wlyW00d picture 0wlyW00d  ยท  3Comments

bsucker98 picture bsucker98  ยท  3Comments

dmythro picture dmythro  ยท  4Comments

sindresorhus picture sindresorhus  ยท  3Comments