Schema Template
Summary
Automatically apply a template when it matches a particular hierarchy pattern This is extremely useful whenever you want to re-use the outline of a note. Examples include daily journals, weekly shopping lists, and weekly reviews.
Getting Started
Template Variables
From Template Variables
Go to text β
Summary
Pre-defined template variables that are automatically included in your templates at run time
You can apply template variables by using the following syntax: {{ VARIABLE }}
Variable Substitution
To use variable substitution in your template, use {{ VARIABLE }}
.
NOTE: the text enclosed in
{{ VARIABLE }}
will not be replaced but rendered dynamically in the preview/publishing based on the value in the frontmatter.
-
input:
--- name: John --- Hello {{fm.name}}
-
output (in preview):
Hello John!
Backlinks