You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: