diff --git a/templates/Book (Template).md b/templates/Book (Template).md index 1ec744d..d672dc2 100644 --- a/templates/Book (Template).md +++ b/templates/Book (Template).md @@ -1,10 +1,10 @@ -<% tp.file.include('[[Frontmatter (Section Template)]]') %> +<% tp.file.include('[[Frontmatter (Template)]]') %> # [[<% tp.file.title %>]] ## 📝 Notes -- +- ## 📋 Table of Contents diff --git a/templates/Frontmatter (Template).md b/templates/Frontmatter (Template).md new file mode 100644 index 0000000..fd9be82 --- /dev/null +++ b/templates/Frontmatter (Template).md @@ -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: +--- diff --git a/templates/Starter Note (Template).md b/templates/Starter Note (Template).md index e65f9b9..6681ab7 100644 --- a/templates/Starter Note (Template).md +++ b/templates/Starter Note (Template).md @@ -1,5 +1,5 @@ -<% tp.file.include('[[Frontmatter (Section Template)]]') %> - +<% tp.file.include('[[Frontmatter (Template)]]') %> + # [[<% tp.file.title %>]] <% tp.file.cursor() %> @@ -8,4 +8,4 @@ ## 📇 Additional Metadata -- 🗂 Type:: #type/note \ No newline at end of file +- 🗂 Type:: #type/note