24 lines
766 B
Markdown
24 lines
766 B
Markdown
---
|
|
tags: "meta/template/page"
|
|
## Uncomment any of the single-commented lines to set options
|
|
#############################################################
|
|
## Offer a suggested name when triggered
|
|
#suggestedName: "Meeting Notes/"
|
|
## Whether or not to confirm the suggestedName or go there directly
|
|
#confirmName: false
|
|
## To open a page if it already exists rather than create it fresh
|
|
#openIfExists: true
|
|
## To trigger the page template with a custom command
|
|
#command: Create My Custom Page
|
|
## To trigger the page template with a custom key
|
|
#key: "Ctrl-q c"
|
|
#mac: "Cmd-Alt-q"
|
|
## To prefill frontmatter
|
|
#frontmatter: |
|
|
# date: "${date.today()}"
|
|
## To manage the order in which the page templates appear
|
|
#priority: 10
|
|
---
|
|
# Your page template title
|
|
Page template body
|