All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.4.0 (2023-05-27)
- #68: format date and time variables according to user preferences (581a1da), closes #68
- add license (a63591c)
2.3.0 (2022-06-04)
- do not bundle .env with npm package (51cc799)
2.2.1 (2022-01-25)
- #55: handle empty tags in special variables (2aec687), closes #55
- set a max height for variables form (0aa28b4)
2.2.0 (2021-10-09)
2.1.2 (2021-10-09)
2.1.1 (2021-10-02)
2.1.0 (2021-09-25)
- allow setting a target notebook for a template (add6534)
- introduce date and time variable types (55cc646), closes #43
2.0.0 (2021-08-26)
- add support for adding labels for custom variables (b138110), closes #30
- allow specifying title and tags in templates (c36dea0)
- use
dropdown
instead ofenum
for better user experience (c009fc9), closes #7
- 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)
1.1.4 (2021-08-16)
- 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)
1.1.3 (2021-08-14)
1.1.2 (2021-08-12)
- display sorted templates in the selector (3f9a35c), closes #24
- template-variables: log the necessary info if variables form is unable to load (74d1124)
1.1.1 (2021-08-11)
- release: add scripts to sync version with manifest.json (f849fe6)
- version: update the version in manifest (d5635f1)
1.1.0 (2021-08-11)
- don't create provisional notes/todos while using templates (3399aea)
- legacy-templates: improve the readme note (#19) (7215777)
- parser: display error message when template can't be parsed (7dfcdf2), closes #15
- add a dialog for showing default templates (388e40e)
- add help option in menu (b41a964)
- add menu items and settings for default templates (a8fa7b6)
- add template variables feature (dc835d2)
- add util functions for user template selection (3ec3f98)
- allow cancelling while taking variable inputs (99d10a2)
- allow creating templates in other notebooks (beb6d63)
- automatically load previous templates (53e743e)
- complete newTodoFromTemplate, newNoteFromTemplate, insertTemplate functions (1eeed0e)
- create commands to set default templates, create notes (d826b85)
- display template name in variable input dialog (5612f36)
- integrate handlebars and ensure all existing templates are compatible (8053a5c)
- minor ui improvements (a56206a)
- remove templates notebook functionality (abd49e3)
- store templates in a special folder (ddfd51a)
- #1: typo in function name (4efaa84), closes #1
- allow users to set an existing notebook as the templates notebook (5396a4a)
- bug while creating a new template tag (21891f2)
- encode text in html (ff2bc1f)
- indentation in legacy templates readme (b47f537)
- minor fixes in default templates feature (56f9ebe)
- update legacy templates readme (f15ddd9)
- update the app_min_version (3046bc3)