wshanks / Zutilo

Zotero plugin providing some additional editing features
Other
1.49k stars 70 forks source link

Find Available PDF shortcut #178

Closed masteranza closed 3 years ago

masteranza commented 3 years ago

Hi @wshanks ! I've began working on my own fork thinking this repo was dead :)

Anyway, if you like you can include this functionality to keys.js:

keys.categories.findPDF = 'attachments' keys.shortcuts.findPDF = function(win) { var items = win.ZoteroPane_Local.getSelectedItems(); win.Zotero.Attachments.addAvailablePDFs(items); };

(and also stub or better localizations)

I'm pasting the code here because my js formatter mangled the original file and the addition is small.

wshanks commented 3 years ago

Thanks! It's not dead. I don't have time to respond to all the feature requests, but I try to keep Zutilo working and merge PR's if the code is okay.