mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 09:47:17 +08:00
32 lines
1.9 KiB
HTML
32 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Find a synonym</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="The description of Thesaurus plugin for ONLYOFFICE editors, which helps you find synonyms" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/editor.css" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../../../../../../common/main/resources/help/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>Find a synonym</h1>
|
|
<p>
|
|
If you are using the same word multiple times, or a word is just not quite the word you are looking for, ONLYOFFICE <!--<a href="https://www.onlyoffice.com/en/document-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)">--><b>PDF Editor</b><!--</a>--> lets you look up synonyms.
|
|
It will show you the antonyms too.
|
|
</p>
|
|
<p class="note">Starting with ONLYOFFICE Docs 8.2, no plugins come with the editors by default. The plugins shall be installed via <a href="https://helpcenter.onlyoffice.com/ONLYOFFICE-Editors/Editors-User-Guides/AllEditors/Plugin-manager.aspx" target="_blank">Plugin Manager</a>.</p>
|
|
<ol>
|
|
<li>Select the word in your document.</li>
|
|
<li>Switch to the <b>Plugins</b> tab and choose <div class="icon icon-thesaurus_icon"></div> <b>Thesaurus</b>.</li>
|
|
<li>The synonyms and antonyms will show up in the left sidebar.</li>
|
|
<!--<li>Click a word to replace the word in your document.</li>-->
|
|
</ol>
|
|
<p><img alt="Thesaurus plugin" src="../images/thesaurus_plugin.png" /></p>
|
|
</div>
|
|
</body>
|
|
</html> |