Spellchecker in Portuguese - Alternative to Webspellchecker

2

Recently webspellchecker stopped offering the free spell-checker in Portuguese. I wonder if you guys know a free alternative to this plugin. I've tried NanoSpell, but it also does not offer free for this language.

Thank you.

    
asked by anonymous 19.07.2017 / 18:35

1 answer

2

There is a free option that is to use the browser's native fix.

According to official documentation :

  

By default, native browser spell check functionality is disabled in the editor. Use the CKEDITOR.config.disableNativeSpellChecker configuration option to enable it:

     

config.disableNativeSpellChecker = false;

"By default, the browser's native correction feature is disabled in the editor. Use the CKEDITOR.config.disableNativespellChecker setting option to enable it, as follows: [follow code in quotation English above] ".

As today's leading browsers have their own features, I believe this form is better than any plugin. Nothing will ever be cross-browser than letting the browser itself make the correction.

    
19.07.2017 / 18:45