Skip to content

Only Office

Jeffrey Scott Flesher edited this page Aug 25, 2022 · 9 revisions

Only Office

I wanted to set up Only Office https://www.onlyoffice.com/ and thought I would make a Wiki page so others could see how I did it.

I decided on the Workspace https://helpcenter.onlyoffice.com/installation/workspace-install-linux.aspx

I want Next Cloud https://nextcloud.com/ integration to save all my files on the server.

You can compare Next Cloud https://nextcloud.com/compare/ to other solutions.

You can find Next Cloud Support and Documents at https://nextcloud.com/support/

They have a Video page https://helpcenter.onlyoffice.com/video.aspx

You can use their online version for Workspace and Personal https://personal.onlyoffice.com/, I have accounts in both, and I like it so much, that I want to install it on my VPS account, so I can run the Workspace version there.

To install the Application on Linux, Windows, Mac, iOS, or Android https://www.onlyoffice.com/download-desktop.aspx

You have the Applicatoin Directory https://www.onlyoffice.com/app-directory.aspx, this is where you find plugins like Speech.

You can find Help https://helpcenter.onlyoffice.com/

You have Developers https://api.onlyoffice.com/, you can find Plugins and Macros https://api.onlyoffice.com/plugin/basic, and you will find how to add a Plugin to the Desktop https://api.onlyoffice.com/plugin/installation/desktop, there you find how to add the Speech Plugin https://api.onlyoffice.com/plugin/example/speech

Steps to install Speech Plugin

Download the Speech Plugin from GitHub https://github.com/ONLYOFFICE/plugin-speech, Click on Code, and then Download Zip, extract it, make a zip of all the files and store it in the root, rename it to plugin, now rename the folder to "{D71C2EF0-F15B-47C7-80E9-86D671F9C595}", now copy this folder to the sdkjs-plugins folder, this varies depending on OS:

  • Linux: /opt/onlyoffice/desktop editors/editors/sdkjs-plugins/
  • Windows: C:\Program Files\ONLYOFFICE\DesktopEditors\editors\sdkjs-plugins

You might need to close the App, and you can click on the Plugin tab, and you should see Speech.

If you want a Read Aloud feature so you do not have to read a web page, these will work.

Firefox has a Read Aloud Extention https://addons.mozilla.org/en-US/firefox/addon/read-aloud/

for Chrome https://chrome.google.com/webstore/detail/read-aloud-a-text-to-spee/hdhinadidafjejdhmfkjgnolgimiaplp?hl=en

These are some of the GitHub projects:

Clone this wiki locally