Get Started
Plugins
Macros
More information
|
TypografDescription
Connects the Typograf assistant to prepare text for publishing by correcting typographical errors. It helps automatically place non-breaking spaces, remove extra spaces, correct minor typos, insert correct quotes, replace hyphens with dashes, and much more. Supported languages are listed here. Plugin type: visual, non-system. Supported editors: documents. ![]() Installation
Available by default in ONLYOFFICE Enterprise Edition and Community Edition (Document Server + Community Server). You can also download this plugin from the ONLYOFFICE App Directory and install it following the desktop or cloud installation instructions. Usage
Known issues
Plugin structure
Repository on GitHub: https://github.com/ONLYOFFICE/onlyoffice.github.io/tree/master/sdkjs-plugins/content/typograf.
Config
{ "name": "Typograf", "nameLocale": { "ru": "Типограф", "fr": "Typograf", "es": "Typograf", "de": "Typograf" }, "guid": "asc.{55159EC6-C91A-4DDB-8E1E-558454666461}", "version": "1.0.0", "variations": [ { "description": "Prepare your texts for publishing by correcting typography.", "descriptionLocale": { "ru": "Подготовьте свои тексты к публикации, исправив типографические ошибки.", "fr": "Préparez vos textes pour la publication en corrigeant la typographie.", "es": "Prepare sus textos para la publicación corrigiendo la tipografía.", "de": "Bereiten Sie Ihre Texte für die Veröffentlichung vor, indem Sie Typografie korrigieren." }, "url": "index.html", "icons": [ "resources/img/icon.png", "resources/img/icon@2x.png" ], "icons2": [ { "100%": { "normal": "resources/img/icon.png" }, "125%": { "normal": "resources/img/icon@1.25x.png" }, "150%": { "normal": "resources/img/icon@1.5x.png" }, "175%": { "normal": "resources/img/icon@1.75x.png" }, "200%": { "normal": "resources/img/icon@2x.png" } } ], "isViewer": true, "EditorsSupport": [ "word", "slide", "cell" ], "isVisual": true, "isModal": false, "isInsideMode": true, "initDataType": "text", "initData": "", "buttons": [], "initOnSelectionChanged": true, "store": { "background": { "light" : "#AE1717", "dark" : "#AE1717" }, "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. |