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

Bibliography: No bib generated #102

Open patowod opened 6 years ago

patowod commented 6 years ago

Hi @renerocksai

loving your sublimeless_zk more and more — I'm new to the zk business but feeling at home. That said, I installed pandoc via homebrew. Version: pandoc 2.3.1 on Mac OS High Sierra 10.13.6

Generated a bib file via Mendeley and citations are inserted fine, once I want to insert the bibliography, I get "[@citation]: (no bib generated)". I tried playing with the export settings but had no luck. The structure of the exported bib file is as follows:

@article{Author2018, abstract = {LoremIpsum}, author = {Author name}, issn = {1234-5678}, journal = {journalname}, keywords = {somekeyword}, mendeley-tags = {sometag}, month = {oct}, number = {3}, pages = {131--140}, title = {{Some funky title}}, url = {http://www.google.com}, volume = {1}, year = {2005} }

Do you have any ideas on how to solve this? Any help would be appreciated. :)


EDIT: I was curious and just tried a Zotero generated Bibfile, also without luck. Just for reference, this is the format I got out of the export:

@book{fast_zettelkastenmethode:_2015, address = {Bielefeld}, title = {Die {Zettelkastenmethode}: kontrolliere dein {Wissen}}, isbn = {978-1-5177-3431-2}, shorttitle = {Die {Zettelkastenmethode}}, language = {ger}, publisher = {Sascha Fast}, author = {Fast, Sascha}, year = {2015}, note = {OCLC: 965623234}, file = {Table of Contents PDF:/Users/patowod/Zotero/storage/X8HZXGJP/Fast - 2015 - Die Zettelkastenmethode kontrolliere dein Wissen.pdf:application/pdf} }

adamkw commented 5 years ago

Hello. Did you install the pandoc citation-parser (pandoc-citeproc)? Here's the relevant section in the documentation: https://github.com/renerocksai/sublimeless_zk#automatic-bibliographies

craymichael commented 4 years ago

Thanks @adamkw this was definitely the issue for me - missed this in the docs