In Panopoly 1.x for Drupal 7, we had a WYSIWYG button for a spell checker. Do we want to include this in Drupal 8? If so, we'll need to include a CKEditor plugin to provide it, as it appears that Drupal 8 doesn't bundle anything for it.

Comments

dsnopek created an issue.

dsnopek’s picture

So, there isn't a free plugin for CKEditor to do this - only a paid 3rd party service:

https://ckeditor.com/cke4/addon/scayt

However, we don't really want to do that in upstream Panopoly.

Perhaps we could just enable the browser spellchecker by default (with an admin UI to disable it) per this setting:

config.disableNativeSpellChecker = false;

See https://ckeditor.com/docs/ckeditor4/latest/guide/dev_spellcheck.html