feature: add anew templates

This commit is contained in:
Ben Hong
2021-10-07 23:06:11 -04:00
parent 3581c213ea
commit 4a4e8a047f
71 changed files with 881 additions and 61 deletions

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,8 @@
```mermaid
graph TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
```

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1 @@
📚 #i/read

View File

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

View File

@@ -0,0 +1,6 @@
```mermaid
pie title Pets
"Dogs" : 100
"Cats" : 25
"Birds" : 50
```

View File

@@ -0,0 +1,9 @@
```mermaid
stateDiagram-v2
[*] --> Still
Still --> [*]
Still --> Moving
Moving --> Still
Moving --> Crash
Crash --> [*]
```

View File

@@ -0,0 +1 @@
🏆 #wins