In the newest version of zotero and zotero integration there is no option to choose "Quick copy" as import format. I need to use custom template [@{{ citekey }}] to insert references in obsidian to work with Citations plugin.
When I choose multiple references. the tool inserts them separately, like so:
[@authorShortTitle1][@authorShortTitle2]
What I would like to achieve is to get something like:
[@authorShortTitle2024; @authorShortTitle2023]
With Citations it would produce a nice representation:
(Author, 2024; Author 2023)
Any ideas how to achieve this without meddling in the code?
In the newest version of zotero and zotero integration there is no option to choose "Quick copy" as import format. I need to use custom template
[@{{ citekey }}]
to insert references in obsidian to work with Citations plugin.When I choose multiple references. the tool inserts them separately, like so:
[@authorShortTitle1][@authorShortTitle2]
What I would like to achieve is to get something like:
[@authorShortTitle2024; @authorShortTitle2023]
With Citations it would produce a nice representation:
(Author, 2024; Author 2023)
Any ideas how to achieve this without meddling in the code?