QuickAdd¶
QuickAdd is an [[Obsidian]] plugin designed to streamline workflow creation and file management through customizable macros, templates, and capture mechanisms^[200-ob-plugin-quick-add.md].
Features and Types¶
QuickAdd allows users to create "Choices," which function as commands that can be configured in one of four distinct ways^[200-ob-plugin-quick-add.md]:
- Capture: Used to record fleeting thoughts or input content directly into a specific file without necessarily creating a new one^[200-ob-plugin-quick-add.md]. This is suitable for tasks like maintaining an intermittent diary^[200-ob-plugin-quick-add.md].
- Template: Integrates with the [[Templates]] plugin to generate new files^[200-ob-plugin-quick-add.md]. It utilizes the Templater syntax to create new documents rapidly^[200-ob-plugin-quick-add.md].
- Macro: Allows for advanced functionality by using custom JavaScript to handle complex logic and actions^[200-ob-plugin-quick-add.md].
- Multi: Functions as a submenu or nested menu, organizing other QuickAdd commands into a selectable list^[200-ob-plugin-quick-add.md].
Technical Considerations¶
QuickAdd operates with dependencies on other plugins. Notably, it relies on the [[Templater]] plugin for its functionality^[200-ob-plugin-quick-add.md]. When active, QuickAdd may interfere with Templater's specific "Create new file" template command (causing it to fail), although standard content insertion features remain usable^[200-ob-plugin-quick-add.md].
Sources¶
- 200-ob-plugin-quick-add.md
Related Concepts¶
- [[Obsidian]]
- [[Templater]]
- [[Templates]]
- Documentation Workflow
- [[Macro]]