phyllisstein / Pandown

A powerful, versatile, highly Subliminal Pandoc build wrapper for ST2/3
64 stars 12 forks source link

suspected conflict with bibliography metadata and sublime-settings #18

Closed Gittim89531 closed 8 years ago

Gittim89531 commented 10 years ago

When using citations in a pandown-md doc, the citations and bibliography are successfully generated when I point the pandown.sublime-settings to a .bib file thus:

"bibliography": "bibliography.bib"

But I don't get success when I comment-out that line and replace it with metadata at the front of my md file:


---
title: some doc
author: Who
date: 1 Jan 2009
bibliography: bibliography.bib

...

It seems I am forced to use the pandown.sublime-settings to specify the bib file. Interestingly, the .csl file can be specified either in the settings file or in the metadata, and both work.

tim

phyllisstein commented 9 years ago

Hey Tim! Thanks for bringing this to my attention, and please forgive me for how long it took to get there. I'd never used Pandoc's citations, but I'm going to review the docs and the code and look into this tonight.