Releases: chhoumann/quickadd
Releases Β· chhoumann/quickadd
1.13.3
1.13.3 (2025-05-22)
Bug Fixes
- add support for value variable from QuickAdd API (e7ac211)
- ensure templater commands execute correctly with all capture settings (76a8438), closes #801 #793 #787
- handle tp.file.cursor() in template choices (ef23c78), closes #795
1.13.2
1.13.2 (2025-03-17)
Bug Fixes
- improve error propagation with better stack traces (#789) (ab09346)
1.13.1
1.13.1 (2025-03-16)
Bug Fixes
- templater commands not executing correctly with QuickAdd (e14abd3), closes #787
1.13.0
1.13.0 (2025-03-05)
Bug Fixes
- prevent duplicate prompts when using Templater in Capture choices (7e3a380), closes #533
Features
QuickAdd choices can now be launched from external scripts or apps such as Shortcuts on Mac and iOS, through the use of the obsidian://quickadd
URI.
1.12.0
1.12.0 (2025-02-26)
Bug Fixes
- prevent creating new tab when file is already opened (e897804)
Features
- QuickAdd will now reuse the existing tab for files when capturing to them, instead of opening the file again. Thanks to @JayPritchet (1bf50d6)
1.11.5
1.11.5 (2024-11-17)
Bug Fixes
- fix RTL text direction in multi-line input field (6dda1a0), closes #739 #169
1.11.4
1.11.4 (2024-11-03)
Bug Fixes
- heading regex pattern in getEndOfSection (69f5cf2)
- modify heading regex pattern to change optional capture of whitespace to match one or more (99bc7ef)
1.11.3
1.11.3 (2024-11-03)
Bug Fixes
- use frontmatterPosition end line (1119b60)
1.11.2
1.11.2 (2024-11-01)
Bug Fixes
- Plugin failed to load on first install due to attempting to copy a function (fix #728, #746, #749) (ad97d1e)
1.11.1
1.11.1 (2024-08-28)
This release reduces the size of the QuickAdd plugin, which should help speed up loading your Obsidian vaults.
Going forward, all new releases will be minified, keeping the plugin small and your load times fast. :)