Skip to content

QuickAdd Template

A QuickAdd Template refers to a specific choice type within the QuickAdd plugin for [[Obsidian]] that leverages the [[Templater]] plugin to generate new files.^[200-ob-plugin-quick-add.md]

Core Characteristics

The QuickAdd Template type functions as a creation engine, allowing users to rapidly generate a new note using a pre-configured Templater script.^[200-ob-plugin-quick-add.md] Unlike standard capture methods which append content to existing files, the Template feature is designed to "create new file" based on the specified template.^[200-ob-plugin-quick-add.md]

Integration with Templater

This feature relies on a dependency relationship with the [[Templater]] plugin.^[200-ob-plugin-quick-add.md] Because of this interaction, enabling the QuickAdd Template type causes the native "create new file" function within Templater to become inoperable.^[200-ob-plugin-quick-add.md] However, the standard "insert content" functionality within Templater remains available for use.^[200-ob-plugin-quick-add.md]

  • Documentation Workflow: Templates are often used to streamline the creation and maintenance of documentation.
  • [[Capture]]: A complementary QuickAdd choice type used for recording thoughts to existing files.
  • [[Macro]]: A QuickAdd choice type for executing custom JavaScript scripts.

Sources

  • 200-ob-plugin-quick-add.md