pcooksey/bibtex-js

Cite single item

Closed this issue · 4 comments

Is it somehow possible to create a full citation for a single entry from a longer bibtex database with this?

Yes, this is possible but it hasn't been added to the master branch yet. This is a duplicate issue of #14. Check out this branch. Below is the usage to display a single entry (or multiple single entries throughout the page):

<bibtex src="mybibfile.bib"></bibtex>
<div class="bibtex_display" bibtexkeys="knuth1890math"></div>
<div class="bibtex_display" bibtexkeys="key2"></div>

Ok thank you. That looks like what I need.

Any chance to get this feature merged into master?

Yes, I have added the feature to master in abeec72