New Page templates in Core
parent
58b0a5b8fb
commit
d36c04361f
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
description: Create a New Page template
|
||||||
|
tags: template
|
||||||
|
hooks.newPage:
|
||||||
|
suggestedName: "Library/Personal/New Page/"
|
||||||
|
confirmName: true
|
||||||
|
frontmatter: |
|
||||||
|
tags: template
|
||||||
|
displayName: "|^|"
|
||||||
|
hooks.newPage:
|
||||||
|
suggestedName: ""
|
||||||
|
---
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
tags: template
|
||||||
|
description: Create a new Snippet template
|
||||||
|
hooks.newPage:
|
||||||
|
suggestedName: Library/Personal/Snippet/
|
||||||
|
confirmName: true
|
||||||
|
frontmatter: |
|
||||||
|
tags: template
|
||||||
|
hooks.snippet:
|
||||||
|
slashCommand: "|^|"
|
||||||
|
---
|
Loading…
Reference in New Issue