Releases: chhoumann/quickadd
Releases · chhoumann/quickadd
0.2.6
0.2.5
- Fix spelling mistake in 0.2.4
0.2.4
New features
- Add option for Template choices to be prompted for folder when creating a new note.
0.2.3
New features
- Support
\n
linebreaks in format syntax - Reword choice options - clarify
- Use Obsidian link generator
0.2.2
New features
- Add
checkboxPrompt
to API.
0.2.1
New features
- Macros can now execute choices.
- Variables are 'global' for that execution sequence (for 'nested' choices with variables).
0.2.0
New features
- When adding a new choice, it now empties the 'name' input
- Change choice names by clicking on their header
- Added an 'Add' button for the folder list in Template choices (as per #7)
- Selecting macros is now done through a dropdown
- Only searches for template files in your template folders (auto-detects Templater/core Templates settings)
- Capture choices can now create the file for you, if it doesn't already exist. You can specify a template to create the file with
Fixes
- Fix modal sizing (now has scrollbar)
- Refactor event listening to activate startup macros
0.1.16
New features
- You can now
module.exports
multiple functions & variables. - Member access for multiple
module.exports
functions - quickly access what you need. - Added variable support for user scripts which allows you to access variables in your format syntax and in subsequent macros.
You can read all about it in the README.
0.1.15
0.1.14
Fix execution of Obsidian commands in macros.