Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
eskaiter Posted June 6, 2018 Posted June 6, 2018 I'd like to enebale spell cheching for the editor. Since my Mac does pretty good spell checking by its own I am thinking about using Native Browser Spell Checker What are the pro an cons? https://sdk.ckeditor.com/samples/spellchecker.html How did you enable spell check?
eskaiter Posted June 18, 2018 Author Posted June 18, 2018 Answer to myself: I was able to activate the macos spell checker by right clicking in the editor field via the context menu
AndyF Posted September 13, 2018 Posted September 13, 2018 13 minutes ago, Rüdiger01 said: And how did you do this? Its usually (these days at least) built into the browser or available as an add-on. I remember years back there was something you could add to php to do it (phpspell?) , I'm not really aware if that is still used/updated given modern browsers abilities. See attached pic of part of my reply anyway. What browser are you using ? There should be something to enable spell checking with it I'd expect. Here is the Firefox one:
JohnCourt Posted January 11, 2019 Posted January 11, 2019 Tagging on to this discussion, I have come across a possible way to enable spell checker natively in ck editor, but I am not sure where to find this at, I am hunting and pecking now to find where the file is in order to make this change and see if it works. Here is the link https://ckeditor.com/docs/ckeditor4/latest/guide/dev_spellcheck.html What I need to do is change from true to false by config.disableNativeSpellChecker = false; Update line 364 in applications/core/interface/ckeditor/ckeditor.js looked promising, I made the suggested change but I did not notice any difference as I typed mispelled words in my editor. I disabled spell check in Firefox and as I typed the redline did not appear as seemed promising by the above change. But it's a starting point.
bfarber Posted January 11, 2019 Posted January 11, 2019 If you right click, you can usually enable or disable spell check in your browser (independent of any spellcheck functionality the editor itself may support).
AndyF Posted January 12, 2019 Posted January 12, 2019 My thoughts on this is its best to allow the browser spell check to deal with it usually, as nearly all browsers will have something available in a variety of languages to suit and it likely means they will probably be updated more frequently than the editor. Have a vague recollection of php_spell module too but I've not even looked to see if that still exists.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.