FrLars21 / ZoteroCitationCountsManager

Enhanced Citation Counts Manager for Zotero 7
Mozilla Public License 2.0
116 stars 6 forks source link

Fix #5 and #6 issue #8

Open BugBubbles opened 4 months ago

BugBubbles commented 4 months ago

I add another Crossref API, searched by the titles of paper, which can return the Citation Count even though there is no DOI or arXiv id., especially helpful for Conference papers. That is what issue #6 has descripted.

For issue #5, I suspect it is the reason that Zotero 7 Beta has a great change in Zotero.ProgressWindow Types and Objects' API. So, when I comment line 367 and it works. But I still don't find where the explicit documentation about Zotero 7's API. So I add five comments behind each this.icon().

Finally, for Chinese people, I add a zh-CN ftl file. I also add an icon derived from Crossref's Icon.

Thanks for your reviews!