Releases: chhoumann/quickadd
Releases · chhoumann/quickadd
0.12.0
0.12.0 (2023-03-10)
Bug Fixes
- format display is no longer overriden by
_field_
(dfbefa1)
- make user script settings 'format' component a text area (f71537e)
- selecting 'increment file name' in suggester when file exists no longer errors (a2140d0)
Features
- allow manual entry of
{{FIELD}}
value in suggester (0f1da09), closes #337

0.11.11
Bug Fixes
- don't override file name when there is FIELD in path (cd838d9), closes #418
0.11.10
Bug Fixes
- only show unique values when suggesting for
{{FIELD}}
(b01a5d8), closes #337
0.11.9
0.11.9 (2023-03-08)
Bug Fixes
- api
format
now returns string again (b6a4d05)
0.11.8
0.11.8 (2023-03-07)
Bug Fixes
- cast field values to strings for the suggester (c005692), closes #403
- create link if file exists and 'nothing' is selected (3a12817), closes #412
- don't check for open file link if {{LINKCURRENT}} is not present (61ffb94), closes #411
- only open file once (490e93f)
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 :)
0.11.6
0.11.6 (2023-03-02)
Bug Fixes
- fix issue where migrations don't work due to macro commands not being initialized as array (a805c72), closes #405
0.11.5
0.11.5 (2023-02-22)
Bug Fixes
- prevent data loss occuring due to external file updates during capture (0b4d459), closes #210
0.11.4
0.11.4 (2023-02-21)
Bug Fixes
- fix recursion error leading to not being able to find choices for executeChoice / macros (c56c7c7)
0.11.3
0.11.3 (2023-02-21)
Bug Fixes
- file-based backup during migrations cause compatibility issues, so using memory-based instead (f8f408b), closes #397