newbthenewbd / grav-plugin-tinymce-editor

TinyMCE Editor Integration Plugin for Grav
Other
60 stars 10 forks source link

Browser SpellCheck disabled with tinymce plugin #28

Closed dryland404 closed 5 years ago

dryland404 commented 5 years ago

Something's not set up right for Chrome Browser spell check is not enabled with tinymce

newbthenewbd commented 5 years ago

To enable the built-in browser spellcheck for TinyMCE, You may set browser_spellcheck to true under parameters in /user/config/plugins/tinymce-editor.yaml, like this:

parameters:
  -
    name: fontsize_formats
    value: '6pt 7pt 8pt 9pt 10pt 11pt 12pt 13pt 14pt 15pt 16pt 18pt 20pt 22pt 24pt 26pt 28pt 32pt 36pt 40pt 44pt 48pt 54pt 60pt 66pt 72pt 80pt 88pt 96pt'
  -
    name: paste_data_images
    value: '1'
  -
    name: browser_spellcheck
    value: '1'
Braintelligence commented 5 years ago

Maybe it should be mentioned that Firefox needs a dictionary for most languages other than English for spellchecking to even work at all.