Citation.js converts formats like BibTeX, Wikidata JSON and ContentMine JSON to CSL-JSON to convert to other formats like APA, Vancouver and back to BibTeX.
Caused by CSL.Engine#updateItems()calling the CSL.Registry#renumber() function. Solution is basically that the order is determined by either the initial order or the template sort (see the nosort option).
Steps to fix:
Fix #85
Sort automatically before Cite#get()? (or just make it easy in some way) by citation-number. (see #85)
Caused by
CSL.Engine#updateItems()
calling theCSL.Registry#renumber()
function. Solution is basically that the order is determined by either the initial order or the template sort (see thenosort
option).Steps to fix:
Cite#get()
? (or just make it easy in some way) bycitation-number
. (see #85)