Specify certain format for epub annotations
Hi,
thanks a lot for your great work.
I wonder if we could specify epub annotations format, so that we could write our own script to transfer our exported annotations from different readers (kindle, yomu, moon+, etc, bookfusion....) but not only import from calibre.
If we have a certain epub annotations definition we could then easily import/export annotations from/to zetero
Also, looks that exporting epub to disk doesn't keep the annotations anyway. If we have a predefined open format epub annotations, things would be more easy and clear for the workflow.
thanks a lot for your great work.
I wonder if we could specify epub annotations format, so that we could write our own script to transfer our exported annotations from different readers (kindle, yomu, moon+, etc, bookfusion....) but not only import from calibre.
If we have a certain epub annotations definition we could then easily import/export annotations from/to zetero
Also, looks that exporting epub to disk doesn't keep the annotations anyway. If we have a predefined open format epub annotations, things would be more easy and clear for the workflow.
Basically, there is a standard format for EPUB annotations, and we use it to store annotations internally, but no other EPUB reader is able to import it (AFAIK). Most EPUB readers can't import external annotations at all. If we implement an export function that writes a format no one else can read, we'll just be making the problem worse. We need another reader to support a usable, standards-based interchange format first.
If you're interested in writing your own script, you can already access Zotero's EPUB annotations in WADM format using the API (
/children
on an EPUB attachment item).