github chhoumann/quickadd 2.9.2

latest release: 2.9.3
one day ago

2.9.2 (2025-12-14)

Highlights (Templater integration overhaul)

This release makes QuickAdd’s Templater integration deterministic and safe-by-default, addressing long-standing reports around cursor placement, double execution, and unexpected <% %> execution during captures.

  • tp.file.cursor() / cursor jumping now works reliably when QuickAdd opens the target file (respects Templater’s auto-jump setting).
  • Captures no longer execute unrelated <% %> elsewhere in the destination note (including inside fenced code blocks).
  • “Insert after” on newly created files is more reliable when the anchor is created by Templater (includes / trigger-on-create).
  • Reduced “template runs twice / duplicate prompts” by removing unnecessary whole-file renders and locking whole-file processing per file.
  • Template append/prepend now runs Templater only on the inserted snippet (not the entire destination note).

Behavior change (important)

Captures into existing files no longer run Templater across the entire destination file by default.

  • If you relied on the legacy behavior, enable Run Templater on entire destination file after capture in the capture choice settings.

Bug Fixes

Don't miss a new quickadd release

NewReleases is sending notifications on new releases.