Hi, I have been having trouble getting citations imported from Zotero to Obsidian. I can copy the citation and bibliography manually from Zotero, but this does not work with Pandoc references. When I use the Zotero integration command, it generates the citekey correctly but displays the error "No citation found for (samplecitekey)". This happens in imported notes as well, the note correctly generates the citekey as the title, the citekey within the note, and the bibliography citation within the note. No in-text citation is generated, such as "(AuthorYear)" but that hasn't been a problem before. The citekeys always display the error "No citation found".
I am using Zotero 7.0.0-beta.77+adaa61f2c (64-bit) and I recently updated to the beta build
BetterBibTex is updated to version 6.7.186
Obsidian Zotero Integration is updated to version 3.1.7
My citekey format with BetterBibTex is type(encyclopediaArticle) + (shorttitle.capitalize + EncyclopediaTitle.capitalize); (authEtAl.capitalize + year) (Which is just author name + year except encyclopedias go by short title + encyclopedia title).
My citation format is Pandoc and my note input format is from a template and everything uses Chicago 17th.
Please let me know if there's any more information I can provide.
What fixed it for me was installing the pandoc reference list community plugin, and setting the options for path to bibliography file or pull bibliography from zotero
Hi, I have been having trouble getting citations imported from Zotero to Obsidian. I can copy the citation and bibliography manually from Zotero, but this does not work with Pandoc references. When I use the Zotero integration command, it generates the citekey correctly but displays the error "No citation found for (samplecitekey)". This happens in imported notes as well, the note correctly generates the citekey as the title, the citekey within the note, and the bibliography citation within the note. No in-text citation is generated, such as "(AuthorYear)" but that hasn't been a problem before. The citekeys always display the error "No citation found".
I am using Zotero 7.0.0-beta.77+adaa61f2c (64-bit) and I recently updated to the beta build BetterBibTex is updated to version 6.7.186 Obsidian Zotero Integration is updated to version 3.1.7 My citekey format with BetterBibTex is
type(encyclopediaArticle) + (shorttitle.capitalize + EncyclopediaTitle.capitalize); (authEtAl.capitalize + year)
(Which is just author name + year except encyclopedias go by short title + encyclopedia title). My citation format is Pandoc and my note input format is from a template and everything uses Chicago 17th.Please let me know if there's any more information I can provide.
Thank you!