Kirby 3 plugin to access bibliographies from Zotero.
The zotero plugin...
- Kirby 3
You can install this plugin via one of the following methods:
-
Composer
composer require adspectus/zotero
-
Manual
Clone this repository or download the current release and extract at least the files
index.php
andindex.js
, as well as the directoriesblueprints
,lib
,snippets
,templates
, andtranslations
into a new foldersite/plugins/k3-zotero
of your Kirby installation.
This plugin comes with blocks blueprints and corresponding snippets to work with Kirby's panel. See Extended Usage in the docs how you can use and adapt this blueprint and snippet.
The plugin has been tested with a single zotero bibliography. If you encounter issues and this plugin is not working as intended, open an issue. Of course, you can also clone this repo and provide a fix.