Overview of QuickAdd Format Syntax
masterQuickAdd uses placeholders (e.g., {{DATE}}, {{VALUE}}) that are replaced with real values when a choice runs. These placeholders can be used in file name fields, capture formats, folder paths, "Insert after" targets, and inside template files.
Quick Reference Table
Ask for input
| Placeholder | What it does |
|---|---|
{{VALUE}} | Ask for text |
{{VALUE:title}} | Ask for text once, reuse the answer anywhere as title |
{{VALUE:Red,Green,Blue}} | Pick from a list |
{{VDATE:due,YYYY-MM-DD}} | Ask for a date ("tomorrow" works) |
{{FIELD:project}} | Suggest values that property already has in your vault |
{{FILE:People}} | Pick a note from a folder |
{{MVALUE}} | Write a math formula (LaTeX) |
Dates
| Placeholder | What you get |
|---|---|
{{DATE}} | Today, like 2026-07-08 |
{{DATE:MMMM Do}} | Today, formatted your way: July 8th |
{{DATE+7}} | Seven days from today |
{{DATE:YYYY-MM|startof:week}} | The week's starting month, for weekly notes |
{{TIME}} | The current time, like 14:05 |
The note you ran QuickAdd from
| Placeholder | What you get |
|---|---|
{{LINKCURRENT}} | A link to it: [[That note]] |
{{LINKSECTION}} | A link to the section your cursor is in |
{{FILENAMECURRENT}} | Its file name |
{{FOLDERCURRENT}} | Its folder |
{{SELECTED}} | The text you had selected |
The note being created
| Placeholder | What you get |
|---|---|
{{TITLE}} | The new note's file name |
{{FOLDER}} | The folder the new note lands in |
Other content
| Placeholder | What it inserts |
|---|---|
{{CLIPBOARD}} | Whatever you copied last |
{{TEMPLATE:Templates/Meeting.md}} | The contents of a template file |
{{MACRO:My Macro}} | Whatever a macro returns |
{{GLOBAL_VAR:Header}} | A snippet you defined in settings |
{{RANDOM:6}} | A random ID like x7k2p9 |
- {{DATE:HH:mm}} {{VALUE}}