jekyll-pandoc icon indicating copy to clipboard operation
jekyll-pandoc copied to clipboard

bib references on a per page basis

Open elotroalex opened this issue 8 years ago • 1 comments

hi @mfenner, thanks for such a great plugin. it promises to allow us to do print and web based on the same markdown. that is a huge win in my neck of the woods. quick question, is there any way as-is to add separate .bib reference files, per post? we're designing a journal, with issues, so it would be nice to have separate .bib files, at the very least at the issue level. am i missing something obvious?

elotroalex avatar Mar 02 '16 01:03 elotroalex

I'll second this. Ideally, one would be able to specify the bibliography file in a bibliography YAML attribute, like in the pandoc spec (perhaps also the csl attr as well).

It looks like there is not straight-forward way of passing YAML front matter directly to the converter, but, I found this SO workaround.

jackweinbender avatar Jul 11 '16 17:07 jackweinbender