Capture: Insert a Base Template into the Active File
Use this pattern when you want QuickAdd to insert .base syntax into your
current note.
Why this pattern​
Capture does not write directly to .base files, but it can still pull content
from a .base template and insert that content into the active markdown note.
Setup​
- Create a Capture choice.
- Enable Capture to active file.
- In Capture format, reference your
.basetemplate with an explicit file extension.
Example:
## New Board Snippet
```base
{{TEMPLATE:Templates/Kanban Board.base}}
```
Note: {{VALUE}}
- Run the Capture choice while the destination note is active.
QuickAdd will resolve the .base template and insert it into the active note.