#### [[Pandoc]] --- #!/bin/zsh # Go to the correct directory cd "/path/to/manuscript" # Generate the Word file pandoc "Test doc.md" --bibliography "/Users/gestalt/OneDrive - University of Wisconsin-Stout/My Library.json" --citeproc --csl "/Users/gestalt/OneDrive - University of Wisconsin-Stout/APA.csl" -o Output.docx OK so use wikilinks but then find/replace [( and )] in word final copy. This way the backlink is retained. Also note must create the lit note in the first place too so it is linkable. -- This is diff when using style sheet and filter: # Open the Word file open Output.docx pandoc manuscript.md -s -o Output.docx --reference-doc "./Style Sheet.docx" --filter pandoc-citeproc --bibliography "./MyLibrary.bib" --csl "./apa-6th-edition.csl" --- Tags: Reference: [[@ObsidianMDPhDWorkflow]] Related: