renerocksai / sublimeless_zk

A note taking app, Markdown editor, and text browser, featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like sophisticated tag search, note transclusion, support for note templates, bibliography support, etc. to make working in your Zettelkasten a joy 😄
GNU General Public License v3.0
196 stars 24 forks source link

Autobib does note generate with pandoc v2.11+ #122

Open JustinW80 opened 3 years ago

JustinW80 commented 3 years ago

Pandoc v2.11 changed from using pandoc-citeproc to including citeproc as a library.

autobib.py needs an update to call pandoc with --citeproc instead of --filter pandoc-citeproc in order to generate bibliographies when you have pandoc v2.11 or greater installed.

Otherwise you get:

<!-- references (auto)

[@your-cite-key-here]: (no bib generated)

-->