feature: update templates with new templater v1
This commit is contained in:
@@ -1 +0,0 @@
|
||||
{{tp_creation_date:f=YYYY-MM-DDTHH:mm:ss}}
|
||||
@@ -1 +0,0 @@
|
||||
{{date:YYYY-MM-DD}}T{{time:HH:mm:ss}}
|
||||
@@ -1 +0,0 @@
|
||||
2021-02-07T15:07:01
|
||||
@@ -1 +0,0 @@
|
||||
🍱 #i/ate/brunch —
|
||||
@@ -1 +0,0 @@
|
||||
🍱 #i/ate/snack —
|
||||
@@ -1 +0,0 @@
|
||||
💡 #i-discovered — {{date:YYYYMMDD}}{{time:HHmmss}}
|
||||
@@ -1 +0,0 @@
|
||||
💧 #i/drank/water — 8oz
|
||||
@@ -1 +0,0 @@
|
||||
❓ #i-question — {{date:YYYYMMDD}}{{time:HHmmss}}
|
||||
1
templates/1 - Blocks/Created Date (Block Template).md
Normal file
1
templates/1 - Blocks/Created Date (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
<% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
@@ -0,0 +1 @@
|
||||
<% tp.date.now("YYYY-MM-DDTHH:mm:ss") %>
|
||||
1
templates/1 - Blocks/I discovered (Block Template).md
Normal file
1
templates/1 - Blocks/I discovered (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
💡 #i/discovered
|
||||
1
templates/1 - Blocks/I drank water (Block Template).md
Normal file
1
templates/1 - Blocks/I drank water (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
💧 #i/drank/water — 8oz
|
||||
@@ -0,0 +1 @@
|
||||
<% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
Reference in New Issue
Block a user