Short version: is there a simple guide on how to get a document with citekeys out of scrivener and into word, preserving live citations?
Details:
I was using a workflow where I would write in Scrivener and then eventually have a word document with live citations (necessary for my supervisor etc.). Basically:
- Have a scrivener doc, and write.
- Use an Apple script to insert citations from Zotero into Scrivener (which still works),
- Compile to multimarkdown.
- Open the multimarkdown using DocDown, which would convert the file (using Pandoc) to a Word doc with live citations based on my preferred template.
It wasnāt perfect, I needed to adjust some formatting, but it got me there. Since the last Mac update (15.3) this no longer works. The citekeys are just copied as plain text and Zotero no longer recognises them. When I try to refresh I get this error: You must insert a citation before performing this operation.
Iāve spent the last two days trying to fix this, to no avail. Iāve even gone the full Pandoc route, installing it using home-brew and getting it to convert the compiled file to .docx but the citations are still plain text.
Below is the most recent command I tried.
pandoc "path to scrivener compile file" --citeproc --bibliography="path to zotero bib file" -o "path to output"
When it is converting from a multimarkdown compile, it converts the citations but theyāre not live (or formatted as needed). When converting from an rtf, the citations are plain text and not reformatted at all.
Iāve seen the Scrivener templates with some setup for pandoc on here, but Iām now so overwhelmed and lost (especially as I canāt figure out the cause of the problem) that I canāt figure out how to use them or where to begin.
Iām now 2-days behind on an incredibly tight deadline. Iām really hoping I can avoid having to manually enter the citations into Word (although in hindsight, it would have been faster).
Can anyone point me to a simple guide?
Note: Iām using zotero 7, my citations are formated in Scrivener as [@authorshortitleYYYY]