Releases: joplin/plugin-templates
Releases · joplin/plugin-templates
v2.4.0
Features
- #68: format date and time variables according to user preferences (581a1da), closes #68
- add license (a63591c)
v2.3.0
Features
- allow using notebook for storing templates (#63) (fd8c40c), closes #62
Bug Fixes
- do not bundle .env with npm package (51cc799)
v2.2.1
Bug Fixes
- #55: handle empty tags in special variables (2aec687), closes #55
- set a max height for variables form (0aa28b4)
v2.2.0
Features
- enable template_tags variable while inserting templates (2f9863f), closes #48
v2.1.2
Bug Fixes
- #49: id not copied in newer versions of electron (b2cd8e2), closes #49
v2.1.0
Features
- allow setting a target notebook for a template (add6534)
- introduce date and time variable types (55cc646), closes #43
v2.0.0
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
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)
v1.1.3
Bug Fixes
- reduce the width of input fields (7acc4b8), closes #28