Templates 2.0 (#636)
Templates 2.0 and a whole bunch of other refactoring
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
description: "Your daily note template"
|
||||
tags: template
|
||||
hooks.newPage:
|
||||
suggestedName: "Journal/Day/{{today}}"
|
||||
confirmName: false
|
||||
openIfExists: true
|
||||
forPrefix: "Journal/Day/"
|
||||
command: "Open Daily Note"
|
||||
key: "Alt-Shift-d"
|
||||
---
|
||||
* |^|
|
||||
@@ -0,0 +1,13 @@
|
||||
---
|
||||
description: "Open your weekly note page"
|
||||
tags: template
|
||||
hooks.newPage:
|
||||
suggestedName: "Journal/Week/{{weekStart}}"
|
||||
forPrefix: "Journal/Week/"
|
||||
confirmName: false
|
||||
openIfExists: true
|
||||
command: "Open Weekly Note"
|
||||
key: "Alt-Shift-w"
|
||||
---
|
||||
# Goals
|
||||
* |^|
|
||||
Reference in New Issue
Block a user