Connects the LanguageTool assistant, multilingual grammar, and style checker to check the text for grammar, style, and spell errors.
Plugin type: visual, non-system.
Supported editors: documents, spreadsheets, presentations.
Analogue: Glavred, Grammalecte.
Download this plugin from GitHub and install it following the desktop, on-premises, or cloud installation instructions.
Repository on GitHub: https://github.com/ONLYOFFICE/onlyoffice.github.io/tree/master/sdkjs-plugins/content/languagetool.
{ "name": "LanguageTool", "nameLocale": { "fr": "LanguageTool", "es": "LanguageTool", "de": "LanguageTool" }, "guid": "asc.{7CDB02C9-A0BF-4B56-9A1A-71C860B8498F}", "version": "1.0.0", "variations": [ { "description": "Improve spelling, grammar, and style in your texts.", "descriptionLocale": { "fr": "Améliorez l'orthographe, la grammaire et le style de vos textes.", "es": "Mejore la ortografía, la gramática y el estilo de sus textos.", "de": "Verbessern Sie Rechtschreibung, Grammatik und Stil in Ihren Texten." }, "url": "index.html", "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ], "icons2": [ { "style" : "light", "100%": { "normal": "resources/light/icon.png" }, "125%": { "normal": "resources/light/icon@1.25x.png" }, "150%": { "normal": "resources/light/icon@1.5x.png" }, "175%": { "normal": "resources/light/icon@1.75x.png" }, "200%": { "normal": "resources/light/icon@2x.png" } }, { "style" : "dark", "100%": { "normal": "resources/dark/icon.png" }, "125%": { "normal": "resources/dark/icon@1.25x.png" }, "150%": { "normal": "resources/dark/icon@1.5x.png" }, "175%": { "normal": "resources/dark/icon@1.75x.png" }, "200%": { "normal": "resources/dark/icon@2x.png" } } ], "isViewer": true, "EditorsSupport": [ "word", "cell", "slide" ], "isVisual": true, "isModal": true, "isInsideMode": true, "initDataType": "text", "initData": "", "buttons": [], "initOnSelectionChanged": true, "store": { "background": { "light" : "#357EE5", "dark" : "#357EE5" }, "screenshots" : ["resources/store/screenshots/screen_1.png"], "icons" : { "light" : "resources/store/icons", "dark" : "resources/store/icons" } } }, { "description": "About", "descriptionLocale": { "fr": "À propos", "es": "Sobre programa", "de": "Über" }, "url": "index_about.html", "icons": [ "resources/img/icon.png", "resources/img/icon@2x.png", "resources/img/icon.png", "resources/img/icon@2x.png" ], "isViewer": false, "EditorsSupport": [ "word", "cell", "slide" ], "isVisual": true, "isModal": true, "isInsideMode": false, "initDataType": "none", "initData": "", "buttons": [ { "text": "Ok", "primary": true } ], "size": [ 400, 50 ] } ] }
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub.