Skip to content

Releases: joplin/plugin-templates

Development Version

26 Jan 12:59
b1c80fc
Compare
Choose a tag to compare
Development Version Pre-release
Pre-release

This release contains the plugin binary for the latest commit in this repository. This release is meant only for testing and development purposes. It is not heavily tested and therefore could contain some bugs (i.e. there may be some things that don't work correctly).

For regular users, it is recommended to use a stable release of the plugin. If you're a power user, want to help with the development by testing the future versions of the plugin, and are okay with some risk; feel free to download and use this binary of the plugin.

For any questions, feel free to reach out.

v2.4.0

27 May 22:07
Compare
Choose a tag to compare

Features

  • #68: format date and time variables according to user preferences (581a1da), closes #68
  • add license (a63591c)

v2.3.0

04 Jun 14:03
Compare
Choose a tag to compare

Features

  • allow using notebook for storing templates (#63) (fd8c40c), closes #62

Bug Fixes

  • do not bundle .env with npm package (51cc799)

v2.2.1

25 Jan 21:27
Compare
Choose a tag to compare

Bug Fixes

  • #55: handle empty tags in special variables (2aec687), closes #55
  • set a max height for variables form (0aa28b4)

v2.2.0

09 Oct 18:40
8744406
Compare
Choose a tag to compare

Features

  • enable template_tags variable while inserting templates (2f9863f), closes #48

v2.1.2

09 Oct 05:40
b14d906
Compare
Choose a tag to compare

Bug Fixes

  • #49: id not copied in newer versions of electron (b2cd8e2), closes #49

v2.1.1

02 Oct 14:46
7a7d671
Compare
Choose a tag to compare

Bug Fixes

v2.1.0

25 Sep 13:26
99dfc10
Compare
Choose a tag to compare

Features

  • allow setting a target notebook for a template (add6534)
  • introduce date and time variable types (55cc646), closes #43

v2.0.0

26 Aug 18:31
c33ac11
Compare
Choose a tag to compare

Features

  • add support for adding labels for custom variables (b138110), closes #30
  • allow specifying title and tags in templates (c36dea0)
  • use dropdown instead of enum for better user experience (c009fc9), closes #7

Bug Fixes

  • auto wrap special variable values in double quotes (720eea2)
  • ignore eslint errors for \S (dd98f44)
  • parser: update the regex used to find special variables (cb3d677)

v1.1.4

16 Aug 17:52
728fcf9
Compare
Choose a tag to compare

Bug Fixes

  • improve error messages in case of invalid variable names (#32) (20b71b1), closes #29
  • reorder the templates menu (c698d33), closes #25
  • sort the templates according to locale and enable numeric sorting (#34) (91a4d0c)