Skip to content

Commit

Permalink
Add annotation fields to item field template
Browse files Browse the repository at this point in the history
  • Loading branch information
urschrei committed May 1, 2022
1 parent acde552 commit 1ff50d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyzotero/version.py
@@ -1 +1 @@
__version__ = "1.5.2"
__version__ = "1.5.3"
7 changes: 7 additions & 0 deletions pyzotero/zotero.py
Expand Up @@ -1130,6 +1130,13 @@ def check_items(self, items):
"md5",
"filename",
"inPublications",
# annotation fields
"annotationColor",
"annotationType",
"annotationPageLabel",
"annotationPosition",
"annotationSortIndex",
"annotationComment",
]
)
template = template | set(self.temp_keys)
Expand Down

0 comments on commit 1ff50d4

Please sign in to comment.