zotero.koplugin
zotero.koplugin copied to clipboard
FR: File Uploads back to Zotero
This is rather a large Feature Request, so, I don't know if it feasible at all or not. For now, this ticket can be used mainly for discussion.
The idea behind this is following:
- Use Zotero to get an article from the Zotero account.
- Read it in KOReader, make highlights, notes, write them into the file and save locally.
- Upload the file as per
Zotero API - File Uploads
: https://www.zotero.org/support/dev/web_api/v3/file_upload - For consistency and clean order, have Zotero plugin only upload and maintain one such file. Maybe, with a suffix
KOReader
in the filename.
Now, there are still some problems in KOReader.
- Not all PDF viewers are able to display KOReader-written highlights: https://github.com/koreader/koreader/issues/12473#issuecomment-2333835311 , but some of them are good: https://github.com/koreader/koreader/issues/12186#issuecomment-2326335356
- Not related to this FR directly, Statistics in KOReader might start over if highlights are written into file: https://github.com/koreader/koreader/issues/11318#issuecomment-2355873635
P.S.
A side question, is there a particular reason why zotero/storage
needs to be in koreader
folder, and not in the HOME
folder?
It doesn't directly affect my work flow (except occasionally in such cases: https://github.com/koreader/contrib/issues/25), I am mostly just curious.