-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
[FR] [Paid] Spell Check in Page Editor #1266
Comments
It's a limitation of the editor we use (CodeMirror), as it's not using a standard HTML field that supports spell check, and a JS solution would require a HUGE dictionary database in potentially every language. |
BTW, this could be solved with an alternate editor. |
Can we disable the wysiwyg editor? I'd take a spell check over wysiwyg any day. |
I've had some success with just editing stuff directly in -gulp- SSH. Vim has spellcheck that does well enough and I've been meaning to learn how to use it. ;) |
Would this plugin be reasonable to use? |
Has anyone managed to integrate this plugin with Grav? If so, any tips on how to do this? |
Do you have any news or have you started the project since the last return ? |
I feel like it would probably be done as a build of CM with the spell checker included, and that comes with all the same baggage as other Grav includes (e.g. security reviews). There's also the matter of size: the owner of CM didn't want to bundle the spellcheck by default because it's so large (sauce). Typo.js (and the CM Spell Checker link above) add ~750kb and that's just for en-us. Not commenting if that's a sufficient reason not to do it, just relaying info into this thread. :) EDIT: Now that I look, the size issue was raised in 2013, so...maybe things've changed since then? |
What one has managed to implement ? |
So what I did to "solve" the problem, was to add: |
What does your 'editor.html.twig' look like? I saw it in the first file , codemirror, but don't know where ot put the statements referenced in the editor.html.twig? |
Right now the admin plugin uses a WYSIWYG editor for pages, but it doesn't allow the browser's native spell-checker to work properly. Leaves you in a bit of a lurch.
Would be nice to alter the editor to allow that to work properly.
The text was updated successfully, but these errors were encountered: