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
- Create zotero_credential.json with
{
"key": "YOUR_ZOTERO_KEY",
"userid": "YOUR_USER_ID",
"path": "/Users/supasorn/Zotero/storage/"
}
- Invoke the usual node install:
npm i
node index.js
- Visit http://localhost:3000 or whichever port you picked.
- Partial sync (sync button) only supports adding new items. To perform a full sync, http://localhost:3000/fsync.