e-alizadeh / Zotero2Readwise

A Python Library to retrieve annotations and notes from Zotero and upload them to your Readwise.
MIT License
131 stars 24 forks source link

Fixes key error in metadata and ignores ink #71

Closed jmhammond closed 10 months ago

jmhammond commented 10 months ago

This implements default values for metadata keys used elsewhere in code (avoiding key errors)

It also raises an exception for ink annotations for handwritten notes, effectively ignoring them.

jmhammond commented 10 months ago

This fixes #70

e-alizadeh commented 10 months ago

Thanks for your contribution @jmhammond