Language tools / spell checkers
  • Hi forum,

    I am wondering if it is difficult/possible to install a spell checker / language tool like https://languagetool.org/ into superdesk?


    https://languagetool.org/ is an EU funded program.

    Trond

  • 1 Comment sorted by
  • Hi Trond,
    you can enable the following in /client/superdesk.config.js 
    It will let the browser spell checking plugins run on the editor 3 text fields. 

    Enable browser spell checker in editor

    editor3: { browserSpellCheck: true, },

    when enabled, users can use the browser spell checker as well as Superdesk's spell checker. By default, the option to use browser spell checker is disabled an users can only use the internal one.