jlegewie / zotfile

Zotero plugin to manage your attachments: automatically rename, move, and attach PDFs (or other files) to Zotero items, sync PDFs from your Zotero library to your (mobile) PDF reader (e.g. an iPad, Android tablet, etc.), and extract PDF annotations.
4.06k stars 282 forks source link

Use `getSelectedItems(true)` instead of `saveSelection()` #549

Closed jmhammond closed 3 years ago

jmhammond commented 3 years ago

Zotero beta recently removed the saveSelection() function which broke zotfile. With this commit, they added it back in, but noted the function has been deprecated for years.

Zotfile should update the codeback to use getSelectedItems(true) instead of saveSelection()