martinec / grav-plugin-bibtexify

The BibTeXify plugin for Grav turn a list of BibTeX references into an interactive page
MIT License
9 stars 4 forks source link

Added DOI link/field support - closes issue #2 #14

Open rouben opened 1 year ago

rouben commented 1 year ago

This implements DOI link support as requested in #2. Very simple modification which adds an extra if statement looking for doi fields in the BiBTeX data and prepending https://dx.doi.org/ to the doi field as well as output a URL in HTML format.

rouben commented 1 year ago

Bump! Any chance this will be reviewed/considered for an upstream merge?