KelSolaar
About
- Username
- KelSolaar
- Joined
- Roles
- Member
Comments
-
Awesome and thanks, this worked great! I just added an extra check to just apply on Document Type: `|| item.itemTypeID != 12`
-
Hi, I tried to get attachments from an item using the following code: ```javascript var item = ZoteroPane.getSelectedItems()[0]; var fulltext = []; if (item.isRegularItem()) { // not an attachment already let attachmentIDs = item.getAttachment…
-
Hi, Thanks for coming back to me, appreciated! In the collection I'm currently dealing with, I have a bit under a hundred of them to deal with currently and have many more in other collections. I use those documents as references in our code, here …