Christian Bager Bach Houmann

Results 29 issues of Christian Bager Bach Houmann

## Summary Add an option to automatically insert a newline before content when using "Insert After" mode in captures. ## Problem When using "Insert After" captures: - Content is inserted...

enhancement

## Summary Add functionality to detect and highlight macros that are no longer used or referenced anywhere in QuickAdd configurations. ## Problem Over time, users accumulate many macros and may:...

enhancement

## Summary Add an option to prevent capture operations when the target file already exists, useful for one-time note creation workflows. ## Problem Currently, if a capture target file already...

enhancement

## Summary Add a macro command that can reset or clear specific variables or all variables during macro execution. ## Problem Variables persist throughout macro execution, which can cause issues...

enhancement

## Summary Automatically detect all variables in a template ({{VALUE:name}}, {{VDATE:date}}, etc.) and present them in a single input form instead of sequential prompts. ## Current Behavior - Variables are...

enhancement

## Summary Add ability to filter and search through macros when there are many of them, making macro management more efficient. ## Problem Users with many macros currently have no...

enhancement

I received this feature request via email. Creating this issue does not mean I have thought the feature through or even endorse its implementation (yet!). I do think that this...

enhancement

Spawned from discussion #1008 — user feedback that the documentation doesn't match what they see in the plugin. ## Problem The docs have fallen out of sync with UI changes...

## Overview Triggering `MacroName::export` currently short-circuits to the first user-script command in the macro. Commands before that script run, its export executes, and any later user scripts are ignored. This...