OliverBalfour / obsidian-pandoc

Pandoc document export plugin for Obsidian (https://obsidian.md)
MIT License
717 stars 60 forks source link

Not processing citations #127

Closed glocalglocal closed 2 years ago

glocalglocal commented 2 years ago

Just installed v0.2.5 and it seems to work so far except that my citations are not processed at all. I tried the following formats:

[[@millsPowerElite1956]], [@millsPowerElite1956] and [@millsPowerElite1956](zotero://select/items/@millsPowerElite1956)

They appear as @millsPowerElite1956, [@millsPowerElite1956] and [@millsPowerElite1956](zotero://select/items/@millsPowerElite1956) respectively in the Word docx output.

Citations are handled by Citations plugin. The citations database is in CSL-JSON and generated by @retorquere's Better BibTeX for Zotero.

In Pandoc Plugin's 'Extra Pandoc arguments' I entered --bibliography "C:\Work\zotero_all.json" and also added bibliography: "C:\\Work\\zotero_all.json" and bibliography: C:\Work\zotero_all.json" in YAML.

I am not sure if this is a bug, or if I am missing something.

EDIT: grammar

glocalglocal commented 2 years ago

I fixed this. I had entered the wrong Extra Pandoc arguments. False alarm.