Docs

Templates

Templates are a way to modify the text of your newly created notes. Just place a _template.md in a folder to enable the feature.

For example, you can create a new default for all your notes by creating a inbox/_template.md file:

# {{title}}
{{date}}

{{caret}}

Example result: (| indicates the position of the text cursor)

# compound effect
2022-05-06

|

Variables

When creating a template, you can use the variables below in order to insert dynamic values in your note:

Use cases