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
Ok so I just did a quick hack to get the number in the Call Number field.
What I did:
I turned the .xpi file to a zip.
I went to "chrome\content\scripts\zoterocitationcounts.js" and I added item.setField('callNumber', count); below line 58.
This adds the count to the Call Number category.
It still puts the data in Extras field but it also puts the cite count in the callNumber field so you can sort by times cited. There's some extra features I added as well.
Currently, Zotero beta has a special field called "Call Number " for the number of citations, which might be a better field to store.
The text was updated successfully, but these errors were encountered: