Skip to content

A simple plugin which replaces a DOI link with the corresponding BibTex entry using Crossref API.

License

Notifications You must be signed in to change notification settings

timoleistner/doi2bib.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📖 Doi2Bib

A simple plugin which replaces a DOI link with the corresponding BibTex entry using Crossrefs REST API.

⚡️ Requirements

  • Internet connection
  • curl

📦 Installation

use({ "timoleistner/doi2bib/" })

🌱 Usage

Doi2Bib comes with the command:

  • Doi2Bib: Replaces DOI (cWORD) under cursor with BibTex entry.

Example mapping:

vim.api.nvim_set_keymap(
    'n', 'gb', '<cmd>lua require("doi2bib").doi2bib()<cr>',
    { noremap = true, silent = true }
)

About

A simple plugin which replaces a DOI link with the corresponding BibTex entry using Crossref API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages