Releases: chhoumann/quickadd
Releases · chhoumann/quickadd
0.15.0
0.14.0
0.14.0 (2023-03-18)
Bug Fixes
- ensure choiceView has latest choices & macros (8b231ba)
- macros manager adding macros (acc5ebb)
- update references by explicitly returning new obj to update state (fbd0427)
Features
- add macro from macro choice - no need to open macros manager (33d9fc6)
- button to access macro configuration from macro choice settings (29c3cc1), closes #414
- macro choices with an associated macro (same name) will now delete the macro when deleting the choice (0aca751)
This release marks the start of the macro improvements to come.
Here's a demo:
0.13.0
0.12.0
0.11.11
0.11.10
0.11.9
0.11.8
0.11.7
0.11.7 (2023-03-07)
Bug Fixes
- fix lint errors (046a8a7)
- lint errors - add field to formatters & fix types (7121d3a)
- Respect the openFile option when running a template and a file already exists #409 - Thanks @cdloh!
Features
- Enable setting variables when using the format API #410 - Thanks @cdloh!
- Added Info Dialog as part of the API #408 - Thanks @Cassian-Andor!
- Added new format syntax {{FIELD:}}, and semi tab autocomplete #403 - Thanks @qaptoR!
I am looking for feedback on the {{FIELD}}
feature. It will suggest existing field values from the YAML data across your vault.
Please leave your thoughts here: #337
The feature may change, as this is a preliminary release to get feedback :)