ONLYOFFICE Zotero plugin
Zotero plugin allows users to create bibliographies in ONLYOFFICE editors using Zotero service.
The plugin is pre-installed in ONLYOFFICE Enterprise Edition, Community Edition (Document Server + Community Server), ONLYOFFICE cloud service, and ONLYOFFICE Personal.
For ONLYOFFICE Integration Edition as well as ONLYOFFICE Document Server integrated with a 3rd-party storage manual installation is required.
How to use
-
Search references by author, title or year.
-
Among search results, choose ones you want to add to your document.
-
Choose style (e.g. Chicago Manual, American Psychological Association) and language.
-
Press
Insert citation.
How to install
For Integration Edition and Document Server integrated with a 3rd-party storage two installation ways are available:
-
Put the folder with the plugin code to ONLYOFFICE Document Server folder depending on the operating system:
For Linux -
/var/www/onlyoffice/documentserver/sdkjs-plugins/.For Windows -
%ProgramFiles%\ONLYOFFICE\DocumentServer\sdkjs-plugins\.The plugins will be available to all the users users of ONLYOFFICE Document Server. No service restart is required.
-
Edit the Document Server config to add the following lines:
var docEditor = new DocsAPI.DocEditor("placeholder", { "editorConfig": { "plugins": { "autostart": [ "asc.{BFC5D5C6-89DE-4168-9565-ABD8D1E48711}", ... ], "pluginsData": [ "https://example.com/path/to/zotero/config.json", ... ] }, ... }, ... });
Important: when you integrate ONLYOFFICE Document Server with a 3rd-party storage, you need to use special connectors (integration apps). If you compile a connector from source code or create a new one, you can add plugins using Document Server config. If you use ready connectors (e.g. from ownCloud/Nextcloud marketplaces) adding plugins via config is not applicable.
Configuration
-
Find Zotero plugin in
Pluginstab of the ONLYOFFICE Document Editor and click it. -
Follow
Zotero API settingslink from the plugin’s window. -
Log in to your Zotero account, press
Create new private key. -
Fill in
Key Description, make sureAllow library accessbox is checked and pressSave Key. -
Copy the newly created key and paste to
API Keyfield in the plugin’s interface and save it.
User feedback and support
To ask questions and share feedback, use Issues in this repository.