Skip to content

Releases: chhoumann/quickadd

0.15.0

21 Mar 17:36
Compare
Choose a tag to compare

0.15.0 (2023-03-21)

Features

  • show release notes when plugin is updated (4d36e49)

0.14.0

18 Mar 08:43
Compare
Choose a tag to compare

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:
Obsidian_c1w5DpFn8W

0.13.0

17 Mar 14:00
Compare
Choose a tag to compare

0.13.0 (2023-03-17)

Features

  • render markdown & HTML in choice names (21cfb8a), closes #415

0.12.0

10 Mar 10:16
Compare
Choose a tag to compare

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

Obsidian_ZJWyUxpX1w

0.11.11

09 Mar 13:41
Compare
Choose a tag to compare

0.11.11 (2023-03-09)

Bug Fixes

  • don't override file name when there is FIELD in path (cd838d9), closes #418

0.11.10

08 Mar 13:19
Compare
Choose a tag to compare

0.11.10 (2023-03-08)

Bug Fixes

  • only show unique values when suggesting for {{FIELD}} (b01a5d8), closes #337

0.11.9

08 Mar 07:58
Compare
Choose a tag to compare

0.11.9 (2023-03-08)

Bug Fixes

  • api format now returns string again (b6a4d05)

0.11.8

07 Mar 19:16
Compare
Choose a tag to compare

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

07 Mar 13:39
Compare
Choose a tag to compare

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

02 Mar 05:02
Compare
Choose a tag to compare

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