A plato extension to read papers via zotero
Find a file
2024-12-29 17:46:30 +01:00
src ported code to upstream zotero library 2024-12-29 17:46:30 +01:00
.gitignore initial commit 2022-09-06 00:27:20 +02:00
Cargo.lock ported code to upstream zotero library 2024-12-29 17:46:30 +01:00
Cargo.toml ported code to upstream zotero library 2024-12-29 17:46:30 +01:00
gen_cargo_config.py initial commit 2022-09-06 00:27:20 +02:00
README.md getting items children working … WIP downloading of papers 2022-10-23 14:43:34 +02:00

Zotero Plato Sync

This program is an extension to the plato reader. It enables reading papers managed with zotero with plato.

Usage

This extension queries the Zotero Api for Items with the Tag plato-read. These items are downloaded to the plato device.

Configuration

The configuration of the extension lives in the ZoteroSettings.toml file:

zotero_id = "123456"
zotero_key = "ZoteroApiKey"
webdav_user = "user"
webdav_password = "password"
webdav_url = "https://<nextcloud_url>/remote.php/files/<user>/<subdir>"