executablebooks / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
172 stars 50 forks source link

🎓 Configure citation-js to keep original citation labels #1322

Closed fwkoch closed 2 weeks ago

fwkoch commented 2 weeks ago

This addresses #1318

By default citation-js uses computed labels when exporting bibtex. However, there is a config setting to persist original id as label. This setting also requires an update to citation-js version to work correctly.