Skip to content

Releases: joplin/plugin-bibtex

Release v0.5.0 🚀

02 Aug 10:41
9453560
Compare
Choose a tag to compare

New Features

  • Add support for custom bibliography styles #21
  • Add support for Importing multiple .bib files #20
  • Add Description under the CSL and BibTeX fields in the config screen

Bug Fixes

  • The year of publication appears as -1 in some references #22

Release v0.4.0 🚀

19 Jul 14:13
ea4d94f
Compare
Choose a tag to compare

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 🚀

10 Jul 19:05
38a34ec
Compare
Choose a tag to compare

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 🚀

03 Jul 12:12
a346cb3
Compare
Choose a tag to compare

New features

  • Search through the list of references using a given query (#12)
  • Improved styling.
  • Setup Github actions CI

Bug fixes

  • Fix "Reference not found" error message when not selecting any references (#11)
  • Adjust the window size according to content (#9)
  • Fix parsing errors (#7)
  • Improve the readability of error messages

Initial Release v0.1.0

24 Jun 12:52
0a6c48b
Compare
Choose a tag to compare

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.