Releases: joplin/plugin-bibtex
Releases · joplin/plugin-bibtex
Release v0.5.0 🚀
Release v0.4.0 🚀
Features
- Enhance the search experience:
- Search by author and year of publication.
- Show author and year of publication in the citation popup.
Release v0.3.0 🚀
New features
- Render a full duplicate-free list of all the included references at the bottom of the note viewer in APA format (#16)
- Parse and store references on startup (and show an alert if the provided data is not valid or the file doesn't exist)
- Render inline (part of a larger paragraph) and block-level (standalone) references.
Bug fixes
- Focus on the search field right after opening the citation popup (#15)
- Display reference citekey instead of "author+publication year" combination
Release v0.2.0 🚀
New features
- Search through the list of references using a given query (#12)
- Improved styling.
- Setup Github actions CI
Bug fixes
Initial Release v0.1.0
This is the first release ever of the BibTeX Plugin v0.1.0 🚀
What has been done
- Register the "BibTeX Plugin" section in the config screen to allow the user to specify the source of references.
- Parse the
.bib
file specified by the user into JSON format. - Added a toolbar button that triggers the main command of the plugin:
addBibTeXRefernce
Command. - Added a dialog that pops up when the command is invoked to display a list of imported references.
- Allow the user to choose a reference from the list in order to be inserted into the note content.