fix: include proper frontmatter template
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
<% tp.file.include('[[Frontmatter (Template)]]') %>
|
||||||
|
|
||||||
# [[<% tp.file.title %>]]
|
# [[<% tp.file.title %>]]
|
||||||
|
|
||||||
## 📝 Notes
|
## 📝 Notes
|
||||||
|
|
||||||
-
|
-
|
||||||
|
|
||||||
## 📋 Table of Contents
|
## 📋 Table of Contents
|
||||||
|
|
||||||
|
|||||||
6
templates/Frontmatter (Template).md
Normal file
6
templates/Frontmatter (Template).md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
uuid: <% tp.file.creation_date("YYYYMMDDHHmmss") %>
|
||||||
|
created: <% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||||
|
last-modified: <% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||||
|
alias:
|
||||||
|
---
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
<% tp.file.include('[[Frontmatter (Section Template)]]') %>
|
<% tp.file.include('[[Frontmatter (Template)]]') %>
|
||||||
|
|
||||||
# [[<% tp.file.title %>]]
|
# [[<% tp.file.title %>]]
|
||||||
|
|
||||||
<% tp.file.cursor() %>
|
<% tp.file.cursor() %>
|
||||||
@@ -8,4 +8,4 @@
|
|||||||
|
|
||||||
## 📇 Additional Metadata
|
## 📇 Additional Metadata
|
||||||
|
|
||||||
- 🗂 Type:: #type/note
|
- 🗂 Type:: #type/note
|
||||||
|
|||||||
Reference in New Issue
Block a user