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
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)
-->
Pandoc v2.11 changed from using
pandoc-citeproc
to includingciteproc
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: