Overview
The Typograf plugin allows preparing your text for publishing by correcting typography. It helps automatically place non-breaking spaces, remove extra spaces, correct minor typos, insert correct quotes, replace hyphens with dashes, and much more.
The plugin is based on JavaScript Typograf and can be added to ONLYOFFICE Docs manually. Supported languages are listed on this page.
How to use
- Find Typograf in the Plugins tab and click on it.
- Choose the locale and the rules you want to apply to your text.
- Select the text you want to correct.
- Click the Correct text button.
How to install
Put the folder with the plugin code to ONLYOFFICE Document Server folder:
-
For Linux -
/var/www/onlyoffice/documentserver/sdkjs-plugins/
.
-
For Windows -
%ProgramFiles%\ONLYOFFICE\DocumentServer\sdkjs-plugins\
.
For desktop editors
-
Archive the plugin files (it must contain config.json, index.html, and pluginCode.js).
-
Change the file extension to .plugin.
-
Go to the Plugins tab, click Manage Plugins >> Add plugin, browse for the .plugin file.
For the cloud version
Turn your plugin into a browser extension. Currently, it works for Chrome users only.