You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def get_all_items_with_tag(zot, tag=None):
if filter:
print("--filter has no effect for this action.")
items = zot.everything(zot.items(tag=tag))
for item in items:
print(json.dumps(item, indent=jsonIndent))
def get_attachment_or_note(zot):
if filter:
print("--filter has no effect for this action.")
items = zot.everything(zot.items(itemType=["-attachment","-note"]))
print(json.dumps(items, indent=jsonIndent))
Note - this doesn't seem to work!
urschrei/pyzotero#93
The text was updated successfully, but these errors were encountered: