feature: add anew templates
This commit is contained in:
1
templates/Blocks/Created Date (Block Template).md
Normal file
1
templates/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") %>
|
||||
8
templates/Blocks/Flow Chart (Block Template).md
Normal file
8
templates/Blocks/Flow Chart (Block Template).md
Normal 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]
|
||||
```
|
||||
1
templates/Blocks/I ate breakfast (Block Template).md
Normal file
1
templates/Blocks/I ate breakfast (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🍱 #i/ate/breakfast —
|
||||
1
templates/Blocks/I ate dinner (Block Template).md
Normal file
1
templates/Blocks/I ate dinner (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🍱 #i/ate/dinner —
|
||||
1
templates/Blocks/I ate lunch (Block Template).md
Normal file
1
templates/Blocks/I ate lunch (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🍱 #i/ate/lunch —
|
||||
1
templates/Blocks/I discovered (Block Template).md
Normal file
1
templates/Blocks/I discovered (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
💡 #i/discovered
|
||||
1
templates/Blocks/I drank water (Block Template).md
Normal file
1
templates/Blocks/I drank water (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
💧 #i/drank/water — 8oz
|
||||
1
templates/Blocks/I read (Block Template).md
Normal file
1
templates/Blocks/I read (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
📚 #i/read
|
||||
1
templates/Blocks/Last Modified Date (Block Template).md
Normal file
1
templates/Blocks/Last Modified Date (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
<% tp.file.last_modified_date("YYYY-MM-DDTHH:mm:ss") %>
|
||||
6
templates/Blocks/Pie Chart (Block Template).md
Normal file
6
templates/Blocks/Pie Chart (Block Template).md
Normal file
@@ -0,0 +1,6 @@
|
||||
```mermaid
|
||||
pie title Pets
|
||||
"Dogs" : 100
|
||||
"Cats" : 25
|
||||
"Birds" : 50
|
||||
```
|
||||
9
templates/Blocks/State Diagram Chart (Block Template).md
Normal file
9
templates/Blocks/State Diagram Chart (Block Template).md
Normal file
@@ -0,0 +1,9 @@
|
||||
```mermaid
|
||||
stateDiagram-v2
|
||||
[*] --> Still
|
||||
Still --> [*]
|
||||
Still --> Moving
|
||||
Moving --> Still
|
||||
Moving --> Crash
|
||||
Crash --> [*]
|
||||
```
|
||||
1
templates/Blocks/Wins (Block Template).md
Normal file
1
templates/Blocks/Wins (Block Template).md
Normal file
@@ -0,0 +1 @@
|
||||
🏆 #wins —
|
||||
Reference in New Issue
Block a user