GetRD / academic-file-converter

📚 Import Bibtex publications and Jupyter Notebook blog posts into your Markdown website or book. 将Bibtex转换为Markdown网站
https://docs.hugoblox.com/reference/content-types/#automatically-import-publications-from-bibtex
MIT License
352 stars 102 forks source link

Add support for extra hugo fields to be setup by extra bibtex fields. #125

Closed lrnv closed 10 months ago

lrnv commented 10 months ago

Hey,

Bacisally the url_XXX fields from hugo could be filled directly by corresponding hugo_url_XXX fields in the bibtex. Recall that bibtex allows for any field to be defined.

Moreover, this will not stop the bib file to be used for any other purposes as those filds would simply be ignored by reference managers that do not know them.

gcushen commented 10 months ago

Closing as it appears to be a duplicate of the existing issue #48 . Feel free to contribute to that issue. First we need to decide a strategy for mapping attributes. E.g. how would you represent nested page options like image > caption.