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.
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 addedbibliography: "C:\\Work\\zotero_all.json"
andbibliography: C:\Work\zotero_all.json"
in YAML.I am not sure if this is a bug, or if I am missing something.
EDIT: grammar