JonasLoos / bibtex-to-hayagriva-webapp

A webapp to convert from Bibtex to Hayagriva
https://jonasloos.github.io/bibtex-to-hayagriva-webapp/
MIT License
3 stars 0 forks source link

Allow Hayagriva to BibTeX conversion #2

Open TheChilliPL opened 1 month ago

TheChilliPL commented 1 month ago

A useful feature could be implementing the conversion the other way: from the Hayagriva YAML file to .bib file

JonasLoos commented 1 month ago

Interesting idea! Do you have a suggestion on how it should be used?

An idea would be to make both sides editable and the last edited side gets converted.

JonasLoos commented 1 month ago

I just checked the hayagriva repo and it seems like there is sadly no to_biblatex function. As this project is basically just a small wrapper around the haragriva lib, I guess the Hayariva to BibTeX conversion has to wait until someone implements a to_biblatex function there

TheChilliPL commented 1 month ago

Interesting idea! Do you have a suggestion on how it should be used?

An idea would be to make both sides editable and the last edited side gets converted.

Yeah that would make sense.

Made an issue in typst/hayagriva#171