Skip to content

supasorn/zotero-client

Repository files navigation

zotero-client

Pdf viewer for Zotero local storage. It supports fuzzy search, horizontal scrolling, and auto-trim the white margin.

Please excuse the code mess. This software is very beta, and I didn't test it very well.

demo.mp4

Requires node.js

To install:

  1. Create zotero_credential.json with
{
  "key": "YOUR_ZOTERO_KEY",
  "userid": "YOUR_USER_ID",
  "path": "/Users/supasorn/Zotero/storage/"
}
  1. Invoke the usual node install:
npm i
node index.js
  1. Visit http://localhost:3000 or whichever port you picked.

Known problems

  1. Partial sync (sync button) only supports adding new items. To perform a full sync, http://localhost:3000/fsync.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published