Sharing a simple fix for path issues with pandoc-citeproc
I'm not sure if this is the right place for this, but there are a bunch of problems that people have run into with using pandoc with pandoc-citeproc as a processor, mostly related to getting the paths right when there's a relative URL in the command line or in document metadata. e.g. here and here.
I've banged together a quick preprocessor script in python that fixes this by swapping in the correct absolute path given a pandoc markdown document with a bibliography in the metadata, just in case it's useful to anyone! On GitHub here just in case it's useful to anyone..
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 29 May, 2020 01:52 AM
Thanks so much for sharing this!
- Brett