Batch create note from annotations for different attachment types

In Zotero I can create a child note for an item from my annotations (e.g., in the notes interface, by selecting 'Add item note from annotations'.

Using the Developer JavaScript tool I can batch this for items with:

`return await ZoteroPane.addNotesFromAnnotationsFromSelected();`

But I think this only works for PDF attachments, not annotations on snapshots (Error, "Error: Item must be a PDF attachment").

Possibly `isAttachmentWithExtractableAnnotations` filters out non-PDF?

Is there a way to do this batch 'annotations -> child notes' for snapshots?
Sign In or Register to comment.