Skip to content

Releases: chhoumann/quickadd

0.18.2

04 Apr 16:33
Compare
Choose a tag to compare

0.18.2 (2023-04-04)

Bug Fixes

  • capture to active line captured to anywhere but active line - now fixed (107c9e1), closes #439 #196

0.18.1

03 Apr 12:20
Compare
Choose a tag to compare

0.18.1 (2023-04-03)

Bug Fixes

  • existing choice in the macro now works when using shortcut button (not MacrosManager) (78aab04), closes #433

0.18.0

03 Apr 09:56
Compare
Choose a tag to compare

0.18.0 (2023-04-03)

Bug Fixes

  • capturing to last line in file with insert at end on no longer captures above the target (2d54e33), closes #435

Features

  • all capture features (ex. opening & creating new file) now work when capturing to active file (a8a6d08), closes #73. This means you can now use features like Insert after when capturing to the active file.

New Capture features demo

0.17.1

27 Mar 19:09
Compare
Choose a tag to compare

0.17.1 (2023-03-27)

Bug Fixes

  • edge case where Consider Subsections would capture to the end of the file, instead of the second line (e1d4922)

0.17.0

27 Mar 15:33
Compare
Choose a tag to compare

0.17.0 (2023-03-27)

Bug Fixes

  • lint errors (6a42f41)
  • show error when providing empty user script (5cf3e28), closes #404

Features

  • Add setting to Captures to consider subsections in Insert After (30b66c6), closes #126 #134 #266. This will make Insert after capture also take nested headings into account when capturing with Insert at end of section. Enabling Consider subsections will insert the text to the end of the section & its subsections, rather than just at the end of the target section. A section is defined by a heading, and its subsections are all the headings 'under' that heading.

Obsidian_zPhbaZ7Gap

Previous behavior with Insert after & Insert at end enabled:

## Heading # Insert after here
- content 1
- content 2
- content 3 # captures to after this

### Nested heading 1
Content

## Another heading
Content

New behavior with Insert after & Insert at end, but not Consider subsections enabled:

## Heading # Insert after here
- content 1
- content 2
- content 3 # captures to after this = same behavior as before. Enabled by default.

### Nested heading 1
Content

## Another heading
Content

New behavior with Insert after, Insert at end, AND Consider subsections enabled:

## Heading # Insert after here
- content 1
- content 2
- content 3

### Nested heading 1
Content # captures to after this, as it's considered part of the "## Heading" section

## Another heading
Content

0.16.0

22 Mar 14:38
Compare
Choose a tag to compare

0.16.0 (2023-03-22)

Features

  • {{FIELD:fieldName}} now shows Enter value for fieldName in suggester to differentiate between prompts (5a939e2), closes #337

image

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