Convert a DOI (or PMID or PMCID) to a bibtex entry in vscode.
- Open a file (e.g.,
.bib
file) you want to edit in vscode. - In a new line, paste the DOI (e.g., 10.1038/nphys1170), or PMID, or PMCID.
- Run
DOI2Bib
using the Command Palette.
Optional: create a shortcut for DOI2Bib
request
: https://github.com/request/request- Internet connection to NCBI (https://www.ncbi.nlm.nih.gov) and doi.org (https://doi.org)
Initial release.