2020-11-13 13:35:26 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Replace a word by 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 = "../editor.css" / >
2022-03-21 04:19:43 +00:00
< link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" / >
2020-11-13 13:35:26 +00:00
< 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 > Replace a word by a synonym< / h1 >
< p >
2021-04-30 14:19:11 +00:00
If you are using the same word multiple times, or a word is just not quite the word you are looking for, ONLYOFFICE < a target = "_blank" href = "https://www.onlyoffice.com/en/presentation-editor.aspx" onclick = "onhyperlinkclick(this)" > < b > Presentation Editor< / b > < / a > lets you look up synonyms.
2020-11-13 13:35:26 +00:00
It will show you the antonyms too.
< / p >
< ol >
< li > Select the word in your presentation.< / li >
2022-03-21 04:19:43 +00:00
< li > Switch to the < b > Plugins< / b > tab and choose < div class = "icon icon-thesaurus_icon" > < / div > < b > Thesaurus< / b > .< / li >
2020-11-13 13:35:26 +00:00
< li > The synonyms and antonyms will show up in the left sidebar.< / li >
< li > Click a word to replace the word in your presentation.< / li >
< / ol >
2022-06-06 01:17:16 +00:00
< img class = "gif" alt = "Thesaurus plugin gif" src = "../../images/thesaurus_plugin.gif" width = "600" / >
2020-11-13 13:35:26 +00:00
< / div >
< / body >
< / html >