web-apps/apps/documenteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm
Julia Radzhabova bd3c2650de Update help
2020-09-14 15:21:50 +03:00

45 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Plugins tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Document Editor user interface - Plugins tab" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
<script type="text/javascript" src="../search/js/page-search.js"></script>
</head>
<body>
<div class="mainpart">
<div class="search-field">
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>Plugins tab</h1>
<p>The <b>Plugins</b> tab allows accessing the advanced editing features using the available third-party components. This tab also makes it possible to use macros to simplify routine operations.</p>
<div class="onlineDocumentFeatures">
<p>The corresponding window of the Online Document Editor:</p>
<p><img alt="Plugins tab" src="../images/interface/pluginstab.png" /></p>
</div>
<div class="desktopDocumentFeatures">
<p>The corresponding window of the Desktop Document Editor:</p>
<p><img alt="Plugins tab" src="../images/interface/desktop_pluginstab.png" /></p>
</div>
<p class="desktopDocumentFeatures">The <b>Settings</b> button allows viewing and managing all the installed plugins as well as adding new ones.</p>
<p>The <b>Macros</b> button allows you to create and run your own macros. To learn more about macros, please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/macros" onclick="onhyperlinkclick(this)">API Documentation</a>.</p>
<p>Currently, the following plugins are available by default:</p>
<ul>
<li class="desktopDocumentFeatures"><b>Send</b> allows sending a document via email using the default desktop mail client (available in the <em>desktop version</em> only),</li>
<li><b>Highlight code</b> allows highlighting the code syntax selecting the required language, style and background color,</li>
<li><b>OCR</b> recognizing text in any picture and inserting the recognized text to the document,</li>
<li><b>PhotoEditor</b> allows editing images: cropping, flipping, rotating, drawing lines and shapes, adding icons and text, loading a mask and applying filters such as Grayscale, Invert, Sepia, Blur, Sharpen, Emboss, etc.,</li>
<li class="onlineDocumentFeatures"><b>Speech</b> allows converting the selected text to speech (available in the <em>online version</em> only),</li>
<li><b>Thesaurus</b> allows finding synonyms and antonyms for the selected word and replacing it with the chosen one,</li>
<li><b>Translator</b> allows translating the selected text into other languages,</li>
<li><b>YouTube</b> allows embedding YouTube videos into the document,</li>
<li><b>Mendeley</b> allows managing papers researches and generating bibliographies for scholarly articles,</li>
<li><b>Zotero</b> allows managing bibliographic data and related research materials.</li>
</ul>
<p class="onlineDocumentFeatures">The <b>Wordpress</b> and <b>EasyBib</b> plugins can be used if you connect the corresponding services in your portal settings. You can use the following instructions <a target="_blank" href="https://helpcenter.onlyoffice.com/server/windows/community/authorization-keys.aspx" onclick="onhyperlinkclick(this)">for the server version</a> or <a target="_blank" href="https://helpcenter.onlyoffice.com/tipstricks/authorization-keys-saas.aspx" onclick="onhyperlinkclick(this)">for the SaaS version</a>. </p>
<p>To learn more about plugins, please refer to our <a target="_blank" href="https://api.onlyoffice.com/plugin/basic" onclick="onhyperlinkclick(this)">API Documentation</a>. All the existing examples of open source plugins are currently available on <a target="_blank" href="https://github.com/ONLYOFFICE/sdkjs-plugins" onclick="onhyperlinkclick(this)">GitHub</a>.</p>
</div>
</body>
</html>