quickadd icon indicating copy to clipboard operation
quickadd copied to clipboard

QuickAdd for Obsidian

Results 325 quickadd issues
Sort by recently updated
recently updated
newest added

## Summary Enable date arithmetic operations on VDATE variables to calculate relative dates (e.g., add/subtract days). ## Problem Currently, VDATE values are static once set: - Cannot calculate dates relative...

enhancement

## Summary Add conditional logic (if-then-else) support in QuickAdd templates to enable dynamic content based on variable values. ## Problem Currently, templates are static and cannot adapt based on: -...

enhancement

## 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

Hi all I'd like to have multiple captures for the same purpose. In this case one for adding a task to a daily note and another one for adding it...

**Describe the bug** I use inline script and wideInputPrompt to handle multiple lines code. the scripts is ````js ```js quickadd const codeInput = await this.quickAddApi.wideInputPrompt("please input your code"); const code...

bug