feature: update templates with new templater v1

This commit is contained in:
Ben Hong
2021-05-06 15:00:21 -04:00
parent 2b703c8bf2
commit a6f9279b65
63 changed files with 3505 additions and 23990 deletions

View File

@@ -1 +0,0 @@
{{tp_creation_date:f=YYYY-MM-DDTHH:mm:ss}}

View File

@@ -1 +0,0 @@
{{date:YYYY-MM-DD}}T{{time:HH:mm:ss}}

View File

@@ -1 +0,0 @@
2021-02-07T15:07:01

View File

@@ -1 +0,0 @@
🍱 #i/ate/brunch

View File

@@ -1 +0,0 @@
🍱 #i/ate/snack

View File

@@ -1 +0,0 @@
💡 #i-discovered — {{date:YYYYMMDD}}{{time:HHmmss}}

View File

@@ -1 +0,0 @@
💧 #i/drank/water — 8oz

View File

@@ -1 +0,0 @@
#i-question — {{date:YYYYMMDD}}{{time:HHmmss}}

View File

@@ -0,0 +1 @@
<% tp.file.creation_date("YYYY-MM-DDTHH:mm:ss") %>

View File

@@ -0,0 +1 @@
<% tp.date.now("YYYY-MM-DDTHH:mm:ss") %>

View File

@@ -0,0 +1 @@
💡 #i/discovered

View File

@@ -0,0 +1 @@
💧 #i/drank/water — 8oz

View File

@@ -0,0 +1 @@
<% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>