Get Started
Plugins
Macros
More information
|
ZoteroDescription
Connects a Zotero account for adding references to the document in full accordance with the chosen style guides. Plugin type: visual, non-system. Supported editors: documents. ![]() Installation
Available by default in ONLYOFFICE Enterprise Edition, Community Edition (Document Server + Community Server), and ONLYOFFICE cloud. You can also download this plugin from the ONLYOFFICE App Directory and install it following the desktop installation instruction. Connect ONLYOFFICE to Zotero account
Usage
Known issues
For CentOS users with SELinx enabled, after copying the src folder to sdkjs-plugins, plugins may not work due to the variable file security context. To restore the rights, use the following command: sudo restorecon -Rv /var/www/onlyoffice/documentserver/sdkjs-plugins/ After that restart the services: sudo supervisorctl restart ds:docservice Plugin structure
Repository on GitHub: https://github.com/ONLYOFFICE/onlyoffice.github.io/tree/master/sdkjs-plugins/content/zotero.
Config
{ "name": "Zotero", "nameLocale": { "ru": "Zotero", "fr": "Zotero", "es": "Zotero", "de": "Zotero" }, "guid" : "asc.{BFC5D5C6-89DE-4168-9565-ABD8D1E48711}", "version": "1.0.0", "variations" : [ { "description": "Create bibliographies in the required style using Zotero service.", "descriptionLocale": { "ru": "Оформляйте библиографические списки в нужном стиле с помощью Zotero.", "fr": "Créez des bibliographies dans le style nécessaire avec Zotero.", "es": "Cree bibliografías en el estilo requerido utilizando el servicio Zotero.", "de": "Erstellen Sie Literaturverzeichnisse im gewünschten Stil mittels Zotero." }, "url": "index.html", "icons": [ "resources/light/icon.png", "resources/light/icon@2x.png" ], "icons2": [ { "style" : "light", "100%": { "normal": "resources/light/icon.png" }, "125%": { "normal": "resources/light/icon@1.25x.png" }, "150%": { "normal": "resources/light/icon@1.5x.png" }, "175%": { "normal": "resources/light/icon@1.75x.png" }, "200%": { "normal": "resources/light/icon@2x.png" } }, { "style" : "dark", "100%": { "normal": "resources/dark/icon.png" }, "125%": { "normal": "resources/dark/icon@1.25x.png" }, "150%": { "normal": "resources/dark/icon@1.5x.png" }, "175%": { "normal": "resources/dark/icon@1.75x.png" }, "200%": { "normal": "resources/dark/icon@2x.png" } } ], "isViewer": false, "EditorsSupport": [ "word" ], "initDataType": "text", "initData": "", "isVisual": true, "isModal": false, "isInsideMode": true, "initOnSelectionChanged": false, "store": { "background": { "light" : "#2D3037", "dark" : "#2D3037" }, "screenshots" : ["resources/store/screenshots/screen_1.png"], "icons" : { "light" : "resources/store/icons", "dark" : "resources/store/icons" } } } ] } Methods and events
Support
If you want to request a feature or report a bug regarding this plugin, use the issues section on GitHub. |