Skip to content
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

Browser SpellCheck disabled with tinymce plugin #28

Closed
dryland404 opened this issue Nov 23, 2018 · 2 comments
Closed

Browser SpellCheck disabled with tinymce plugin #28

dryland404 opened this issue Nov 23, 2018 · 2 comments

Comments

@dryland404
Copy link

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

@newbthenewbd
Copy link
Owner

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants