QuickAdd Macro¶
QuickAdd Macro is a specific type of choice within the Obsidian QuickAdd plugin that allows users to perform custom actions using JavaScript.^[200-ob-plugin-quick-add.md]
Overview¶
QuickAdd offers four primary types of choices: Capture, Template, Multi, and Macro.^[200-ob-plugin-quick-add.md] While the "Capture" type is used for recording fleeting thoughts or intermittent journals, and the "Template" type is used to generate new files using the Templater plugin, the "Macro" type is designed for advanced, script-based operations.^[200-ob-plugin-quick-add.md]
Functionality¶
The Macro type enables users to utilize custom JavaScript to handle tasks within Obsidian.^[200-ob-plugin-quick-add.md] This allows for a high degree of automation and customization beyond standard template insertion or text capture, effectively acting as a programmable interface within the QuickAdd workflow.
Dependencies¶
QuickAdd relies on the Templater plugin for certain functionalities.^[200-ob-plugin-quick-add.md] It is important to note that when QuickAdd is active, Templater's own "Create new file" template command may be disabled, though its "Insert content" command remains functional.^[200-ob-plugin-quick-add.md]
Related Concepts¶
- [[Obsidian]]
- [[Templater]]
- Documentation Workflow
- [[Templates]]
Sources¶
^[200-ob-plugin-quick-add.md]