-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request - Add tags and modify comments of annotations #154
Comments
This isn't currently supported by the Zotero API. See #148 |
Thanks for your speedy response! From what I saw it looks like the issue is that they haven't documented it yet. |
Hmm. I'll have to think about what the API looks like, and I'm hesitant to add public API methods for undocumented features. In the mean time, v1.5.3 (just released to pypi) now supports annotation fields, so you can modify annotation items (retrieved as per #148), by altering their |
Ok I have upgraded to v1.5.3.
Strangely the tag is added before the template check.
Since it is updated I try the following, and of course get the same error.
I check the template on zotero.py and the
Seems strange that "annotationText" isn't here. How were you able to get things to work? |
🤦♂️ I left out |
Works perfectly now. Thank you! |
|
@EricThrift Oops. Just published 1.5.5 with a fix. |
Currently the
Zotero.add_tags()
only works for metadata tags, but it would be convenient to modify tags and even update comments of annotations. It wouldn't make much sense to modify the other items of the annotation dict, maybe annotation color. My use case is to connect Zotero notes to Dendron a note taking tool in VsCode. After importing notes to Dendron, I would like to be able to modify them there, and write the changes back to Zotero. This would be possible with the requested feature. Thanks for your consideration.The text was updated successfully, but these errors were encountered: