Get Started
Plugins
Macros
More information
|
ThesaurusDescription
Connects Big Huge Thesaurus to search for word synonyms and antonyms. Plugin type: visual, non-system. Supported editors: documents, spreadsheets, presentations. ![]() Installation
Available by default in the cloud, on-premises and desktop versions of ONLYOFFICE editors. You can remove it following the desktop, on-premises, or cloud installation instructions. The plugin guid: {BE5CBF95-C0AD-4842-B157-AC40FEDD9840}. Usage
Plugin structure
Repository on GitHub: https://github.com/ONLYOFFICE/onlyoffice.github.io/tree/master/sdkjs-plugins/content/thesaurus.
Config
{ "name": "Thesaurus", "nameLocale": { "ru": "Синонимы", "fr": "Thésaurus", "es": "Tesauro", "de": "Thesaurus" }, "guid": "asc.{BE5CBF95-C0AD-4842-B157-AC40FEDD9840}", "version": "1.0.0", "variations": [ { "description": "Search for synonyms and antonyms of a word and replace it with the selected one.", "descriptionLocale": { "ru": "Находите синонимы и антонимы для выбранного слова.", "fr": "Recherchez les synonymes et les antonymes d'un mot et remplacez-le par le mot sélectionné.", "es": "Busque sinónimos y antónimos de una palabra y sustitúyala por la seleccionada.", "de": "Finden Sie Synonyme und Antonyme eines Wortes und ersetzen Sie es durch die ausgewählte Variante." }, "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": false, "isInsideMode": true, "initDataType": "text", "initOnSelectionChanged": true, "store": { "background": { "light": "#F44725", "dark": "#F44725" }, "screenshots" : ["resources/store/screenshots/screen_1.png"], "icons" : { "light" : "resources/store/icons", "dark" : "resources/store/icons" } } } ] } Methods and events
Support
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub. |