2020-03-25 15:20:51 +03:00
2020-03-18 14:05:27 +03:00
2020-03-18 13:53:42 +03:00
2020-03-18 13:53:42 +03:00
2020-03-18 13:53:42 +03:00
2020-03-20 13:44:59 +03:00

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

  1. Search references by author, title or year.

  2. Among search results, choose ones you want to add to your document.

  3. Choose style (e.g. Chicago Manual, American Psychological Association) and language.

  4. Press Insert citation.

How to install

For Integration Edition and Document Server integrated with a 3rd-party storage two installation ways are available:

  1. 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.

  2. 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

  1. Find Zotero plugin in Plugins tab of the ONLYOFFICE Document Editor and click it.

  2. Follow Zotero API settings link from the plugins window.

  3. Log in to your Zotero account, press Create new private key.

  4. Fill in Key Description, make sure Allow library access box is checked and press Save Key.

  5. Copy the newly created key and paste to API Key field in the plugins interface and save it.

User feedback and support

To ask questions and share feedback, use Issues in this repository.

Description
ONLYOFFICE plugins. Code, resources, and styling for the Plugin Marketplace and Plugins Manager.
Readme Apache-2.0 1.2 GiB
Languages
JavaScript 97.5%
HTML 1.9%
CSS 0.6%