Templates 2.0 (#636)

Templates 2.0 and a whole bunch of other refactoring
This commit is contained in:
Zef Hemel
2024-01-20 19:16:07 +01:00
committed by GitHub
parent 0a6a0016a2
commit f30b1d3418
171 changed files with 2038 additions and 1628 deletions
@@ -0,0 +1,13 @@
---
description: Define a new Page Template
tags: template
hooks.newPage:
suggestedName: Library/Personal/Page/
forPrefix: Library/Personal/Page/
confirmName: true
frontmatter: |
tags: template
displayName: "|^|"
hooks.newPage:
suggestedName: Library/Personal/Page/
---
@@ -0,0 +1,9 @@
---
description: "Create a quick note"
tags: template
hooks.newPage:
suggestedName: "Inbox/{{today}} {{time}}"
confirmName: false
command: "Quick Note"
key: "Alt-Shift-n"
---
@@ -0,0 +1,12 @@
---
tags: template
hooks.newPage:
suggestedName: "template/snippet/"
confirmName: true
forPrefix: template/snippet/
description: Define a new Snippet Template
frontmatter: |
tags: template
hooks.snippet:
name: "|^|"
---
+10
View File
@@ -0,0 +1,10 @@
---
tags: template
description: Define a new template
hooks.newPage:
suggestedName: template/
forPrefix: template/
frontmatter:
tags: template
---
|^|