mgmeyers / obsidian-zotero-integration

Insert and import citations, bibliographies, notes, and PDF annotations from Zotero into Obsidian.
GNU General Public License v3.0
1.09k stars 55 forks source link

use the better bibtex citekey when exporting the bibliography using the bibtex style #391

Closed JJJHolscher closed 2 months ago

JJJHolscher commented 2 months ago

Unfortunately, there is no better bibtex csl style that I can find. The main point of better bibtex is to get good citekeys, but the generic bibtex style you can select in zotero does not use the better bibtex citekey.

So, I edited the generic bibtex style and made a csl file that uses the better bibtex citekey instead of the generic citekey. Here it is: better-bibtex.csl.txt (be sure to remove the .txt suffix after downloading).

To use it

now, the {{bibliography}} part in your template should be populated with bibtex that uses the Better Bibtex citekey

JJJHolscher commented 2 months ago

This was just a PSA. Though feel free to share any custom csl's for bibtex here. (Though explain what they do, preferably with a screenshot because I'm not going to install and test them otherwise)