mblode / vscode-zotero

Zotero Better Bibtex citations for VS Code
https://marketplace.visualstudio.com/items?itemName=mblode.zotero
MIT License
79 stars 11 forks source link

multiple citation styles #33

Open pfaffrob opened 1 year ago

pfaffrob commented 1 year ago

Hey, thanks for the neat plugin.

I was wondering if it is possible to use multiple in-text citation styles.

Let me make an example: My current citation Style is stored in my_citation_style.csl ad the bibliography in my_bibliography.bib

In my .qmd i use: @citationkey In the rendered Document it looks like this: Author et al. year

What i want additionally be able to do is that in my final document, I can choose whether my citation looks like the one above or: Author et al. here is my sentence year and still is crossrefed to the references.

I'm quite new to programming and I'm not sure if this is the right place to post this question. Thanks for replying anyways.