deanishe / zothero

Rapidly search and cite Zotero entries from Alfred
MIT License
478 stars 31 forks source link

Expand the copy citation to "Quick Copy" #20

Closed specter119 closed 1 month ago

specter119 commented 5 years ago

the open issues are mostly related to the markdown citation.

It seems that ZotHero get citation/bibliography from cpjs. but Zotero also has a build in function called "Quick Copy", it contains "Export" formats and the "Citation Style" formats.

the "Export" formats contains more such like BetterBibTex citation key, json, csv and so on. which is more broad than CSL export. what's more, it is easily customized, for example https://zoteromusings.wordpress.com/2013/04/23/zotero-item-uris-from-client/.

Quick Copy will directly return bibliography if I choose csl style, I also think copy the citations of csl will be less useful than citation-key.

So, I think remain the bibliography function as it is and expand the citation export to "Quick Copy" will be better.

deanishe commented 5 years ago

Zotero also has a build in function called "Quick Copy", it contains "Export" formats and the "Citation Style" formats.

Do you know how an external program can access this internal function?

specter119 commented 5 years ago

I don't know yet, I will find if some api can do this later.