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

Support inserting multiple citations at once #405

Open zawadzkim opened 3 weeks ago

zawadzkim commented 3 weeks ago

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?