<h1 align="center">Joplin BibTeX Plugin</h1>
npm install joplin-plugin-bibtexMany users use Joplin for research purposes, so it is natural for them to do citation all the time. Therefore, adding a feature that supports citing references in BibTeX format will be of great benefit to Joplin. And here it is :)
- For more info: https://discourse.joplinapp.org/c/gsoc-projects/bibtex-plugin
.bib file).bibtexBibTeX file (if you are using Zotero, you can export your library as a .bib file).Tools > Options > BibTeX Plugin Section..bib file and click Apply.OK./dist. A JPL archive will also be created at the root, which can use to distribute the plugin.To build the plugin, simply run npm run dist.
The project is setup to use TypeScript, although you can change the configuration to use plain JavaScript.
npm test. The testing library used is Jest.