e-alizadeh / Zotero2Readwise-Sync

An automated and scheduled trigger of Zotero2Readwise Python library (https://github.com/e-alizadeh/Zotero2Readwise)
MIT License
63 stars 151 forks source link

Using `include_notes=True` in Zotero2Readwise-Sync #4

Closed melat0nin closed 7 months ago

melat0nin commented 1 year ago

I wondered how to use this option when utilising Zotero2Readwise-Sync -- I have many manually-written notes in Zotero that it would be really helpful to have in Readwise, alongside the annotations (which are working great!).

e-alizadeh commented 7 months ago

@melat0nin sorry for the late response. You can add --include_notes y to the "🚀 Run Automation" step in .github/workflows/automation.yml file so that it becomes:

python script.py <readwise_token> <zotero_key> <zotero_library_id> --include_notes y