Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Provides access to the data of the configured SpellCheck-Tool (e.g. LanguageTool).

Special URLs

URLMethodsParametersDescription

/editor/plugins_spellcheck_spellcheckquery/languages

GET

targetLangCode: string; the language-code of the language that is supposed to be checked by the tool (eg. "de-AT")

returns a JSON with the found language, format see below. If the language is not supported, the SpellCheck is not started.
/editor/plugins_spellcheck_spellcheckquery/matchesPOST

text: string; the text that is checked (eg. "Xyz.")
language: string; the code of the language for the check (eg. "de-AT")

returns a JSON with the results of the check, including the matches found (format of matches see below)

...