timlrx / rehype-citation

Rehype plugin to add citation and bibliography from bibtex files
https://rehype-citation.netlify.app
MIT License
40 stars 9 forks source link

Feat: accept local file path or URL for CSL and locale #11

Closed timlrx closed 2 years ago

timlrx commented 2 years ago

Fix #10

@chaichontat, let me know if this works for you? As suggested, we will automatically assign a name for a CSL and locale that is provided by path.

I have also fixed it such that it throws an error for a CSL or locale that does not exist in the config.

chaichontat commented 2 years ago

That's quick. Thanks a lot! Just tested and, yes, this works great for me.