Skip to content

Commit 10f1c4e

Browse files
authored
Add files via upload
1 parent 9871a6a commit 10f1c4e

19 files changed

+170
-130
lines changed

Templates/3_Note Template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ visual: "![[image.jpg]]"
99
created: {{DATE:YYYY-MM-DD, HH:mm}}
1010
modified: {{DATE:YYYY-MM-DD, HH:mm}}
1111
template_type: Note
12-
template_version: "1.31"
13-
license: © 2022-2024 by Edmund Gröpl under CC BY-NC-SA 4.0
12+
template_version: "1.35"
13+
license: © 2022-2025 by Edmund Gröpl under CC BY-NC-SA 4.0
1414
---
1515
<!-- See "Template Help" below for using properties -->
1616

1717
# {{Title}}
1818
<!-- Clear and descriptive title -->
1919

2020
<!-- My sketchnote if available -->
21-
2221
```dataviewjs
2322
dv.paragraph(dv.current().visual);
2423
```
24+
<small>_Zoom: [[]] | Edit: [[]]_</small>
2525

2626
<!-- Most essential idea from "lead"-key in properties section -->
2727

@@ -44,8 +44,7 @@ dv.paragraph(dv.current().visual);
4444
- based_on::
4545

4646
**References**
47-
<!-- Links to pages not referenced in the content.
48-
- see:: [[related note]] and <why you made this connection> -->
47+
<!-- Links to pages not referenced in the content. see: [[related note]] because <reason> -->
4948
- see::
5049

5150
**Terms**
@@ -54,15 +53,16 @@ dv.paragraph(dv.current().visual);
5453

5554
**Target**
5655
<!-- Link to project note or externaly published content. -->
57-
-
56+
- used_in::
57+
5858
---
5959
**Tasks**
6060
<!-- What remains to be done with this note? -->
6161
-
6262

6363
**Questions**
6464
<!-- What remains for you to consider? -->
65-
-
65+
- question::
6666

6767
---
6868
**Template Help**

Templates/3_Prompt Template.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ tags:
44
- theme/xyz
55
- source/chatgpt
66
aliases:
7+
question: +++ Question goes here +++
78
lead: +++ Lead paragraph goes here +++
89
visual: "![[image.jpg]]"
910
created: {{DATE:YYYY-MM-DD, HH:mm}}
1011
modified: {{DATE:YYYY-MM-DD, HH:mm}}
1112
template_type: Prompt
12-
template_version: "1.15"
13+
template_version: "1.17"
1314
---
1415
<!-- See "Template Help" below for using properties -->
1516

@@ -36,25 +37,27 @@ template_version: "1.15"
3637
- based_on::
3738

3839
**References**
39-
<!-- Links to pages not referenced in the content. -->
40-
-
40+
<!-- Links to pages not referenced in the content. see: [[related note]] because <reason> -->
41+
- see::
4142

4243
**Terms**
4344
<!-- Links to definition pages. -->
4445
-
4546

4647
**Target**
4748
<!-- Link to project note or externaly published content. -->
48-
-
49+
- used_in::
4950

51+
---
5052
**Tasks**
5153
<!-- What remains to be done with this note? -->
5254
-
5355

5456
**Questions**
5557
<!-- What remains for you to consider? -->
56-
-
58+
- question::
5759

60+
---
5861
**Template Help**
5962
<!-- Links to external help pages on GitHub. -->
6063
- [Basic Template Structure](https://github.com/groepl/Obsidian-Templates#basic-template-structure)

Templates/3_Question Template.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ tags:
33
- type/question
44
- theme/xyz
55
aliases:
6-
lead: +++ Question goes here +++
6+
question: +++ Question goes here +++
7+
lead: +++ Lead paragraph goes here +++
78
visual: "![[image.jpg]]"
89
created: {{DATE:YYYY-MM-DD, HH:mm}}
910
modified: {{DATE:YYYY-MM-DD, HH:mm}}
1011
template_type: Question
11-
template_version: "1.23"
12+
template_version: "1.25"
1213
---
1314
<!-- See "Template Help" below for using properties -->
1415

@@ -17,10 +18,11 @@ template_version: "1.23"
1718
<!-- Detailed question from "lead"-key in properties section -->
1819

1920
> [!Question]
20-
> `= this.lead`
21+
> `= this.question`
2122
2223
<!-- Answer the detailed question -->
23-
24+
> [!Answer]
25+
> `= this.lead`
2426
2527

2628
---
@@ -31,8 +33,7 @@ template_version: "1.23"
3133
- based_on::
3234

3335
**References**
34-
<!-- Links to pages not referenced in the content.
35-
- see:: [[related note]] and <why you made this connection> -->
36+
<!-- Links to pages not referenced in the content. see: [[related note]] because <reason> -->
3637
- see::
3738

3839
**Terms**
@@ -41,7 +42,8 @@ template_version: "1.23"
4142

4243
**Target**
4344
<!-- Link to project note or externaly published content. -->
44-
-
45+
- used_in::
46+
4547
---
4648
**Tasks**
4749
<!-- What remains to be done with this note? -->

Templates/4_Book Template.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ isbn13: {{isbn13}}
2121
isbn10: {{isbn10}}
2222
link: {{link}}
2323
preview_link: {{preview_link}}
24-
bibliography: +++ Copy here from Zotero +++
24+
bibliography: +++ Copy and paste citation from Zotero +++
2525
rating:
2626
date:
2727
read:
2828
status: undefined
2929
created: {{DATE:YYYY-MM-DD, HH:mm}}
3030
modified: {{DATE:YYYY-MM-DD, HH:mm}}
3131
template_type: Book
32-
template_version: "1.18"
32+
template_version: "1.21"
3333
---
3434
<!-- 
3535
rating: ⭐️⭐️⭐️ // 1 to 3 stars
@@ -71,20 +71,21 @@ by [[{{author}}]]
7171

7272
**Source**
7373
<!-- Always keep a link to the source- -->
74-
-
74+
- based_on::
7575

7676
**References**
77-
<!-- Links to pages not referenced in the content. -->
78-
-
77+
<!-- Links to pages not referenced in the content. see: [[related note]] because <reason> -->
78+
- see::
7979

8080
**Terms**
8181
<!-- Links to definition pages. -->
8282
-
8383

8484
**Target**
8585
<!-- Link to project note or externaly published content. -->
86-
-
86+
- used_in::
8787

88+
---
8889
**Tasks**
8990
<!-- What remains to be done with this note? -->
9091
-
@@ -93,6 +94,7 @@ by [[{{author}}]]
9394
<!-- What remains for you to consider? -->
9495
-
9596

97+
---
9698
**Template Help**
9799
<!-- Links to external help pages on GitHub. -->
98100
- [Basic Template Structure](https://github.com/groepl/Obsidian-Templates#basic-template-structure)

Templates/4_Person Template.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ visual: "![[image.jpg]]"
1212
created: {{DATE:YYYY-MM-DD, HH:mm}}
1313
modified: {{DATE:YYYY-MM-DD, HH:mm}}
1414
template_type: Person
15-
template_version: "1.18"
15+
template_version: "1.20"
1616
---
1717
<!-- See "Template Help" below for using properties -->
1818

@@ -41,22 +41,24 @@ template_version: "1.18"
4141

4242
---
4343
# Back Matter
44+
4445
**Source**
4546
<!-- Always keep a link to the source- -->
4647
- based_on::
4748

4849
**References**
49-
<!-- Links to pages not referenced in the content. -->
50-
-
50+
<!-- Links to pages not referenced in the content. see: [[related note]] because <reason> -->
51+
- see::
5152

5253
**Terms**
5354
<!-- Links to definition pages. -->
5455
-
5556

5657
**Target**
5758
<!-- Link to project note or externaly published content. -->
58-
-
59+
- used_in::
5960

61+
---
6062
**Tasks**
6163
<!-- What remains to be done with this note? -->
6264
-
@@ -65,6 +67,7 @@ template_version: "1.18"
6567
<!-- What remains for you to consider? -->
6668
-
6769

70+
---
6871
**Template Help**
6972
<!-- Links to external help pages on GitHub. -->
7073
- [Basic Template Structure](https://github.com/groepl/Obsidian-Templates#basic-template-structure)

Templates/4_Quote Template.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ visual: "![[image.jpg]]"
1010
created: {{DATE:YYYY-MM-DD, HH:mm}}
1111
modified: {{DATE:YYYY-MM-DD, HH:mm}}
1212
template_type: Quote
13-
template_version: "1.15"
13+
template_version: "1.17"
1414
---
1515

1616
# {{Title}}
@@ -32,17 +32,18 @@ template_version: "1.15"
3232
- based_on::
3333

3434
**References**
35-
<!-- Links to pages not referenced in the content. -->
36-
-
35+
<!-- Links to pages not referenced in the content. see: [[related note]] because <reason> -->
36+
- see::
3737

3838
**Terms**
3939
<!-- Links to definition pages. -->
4040
-
4141

4242
**Target**
4343
<!-- Link to project note or externaly published content. -->
44-
-
44+
- used_in::
4545

46+
---
4647
**Tasks**
4748
<!-- What remains to be done with this note? -->
4849
-
@@ -51,6 +52,7 @@ template_version: "1.15"
5152
<!-- What remains for you to consider? -->
5253
-
5354

55+
---
5456
**Template Help**
5557
<!-- Links to external help pages on GitHub. -->
5658
- [Basic Template Structure](https://github.com/groepl/Obsidian-Templates#basic-template-structure)

Templates/4_Recipe Template.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
tags:
3-
- type/recipe
4-
- theme/cooking
5-
aliases:
2+
tags:
3+
- type/recipe
4+
- theme/cooking
5+
aliases:
66
lead: +++ Lead paragraph goes here +++
77
visual: "![[image.jpg]]"
88
created: {{DATE:YYYY-MM-DD, HH:mm}}
99
modified: {{DATE:YYYY-MM-DD, HH:mm}}
1010
template_type: Note
11-
template_version: "1.8"
11+
template_version: "1.11"
1212
---
1313
<!-- See "Template Help" below for using properties -->
1414

@@ -25,33 +25,36 @@ template_version: "1.8"
2525
## Preparation
2626

2727

28+
2829
---
2930
# Back Matter
3031

3132
**Source**
3233
<!-- Always keep a link to the source- -->
33-
- source::
34+
- based_on::
3435

3536
**References**
36-
<!-- Links to pages not referenced in the content. -->
37-
-
37+
<!-- Links to pages not referenced in the content. see: [[related note]] because <reason> -->
38+
- see::
3839

3940
**Terms**
4041
<!-- Links to definition pages. -->
4142
-
4243

4344
**Target**
4445
<!-- Link to project note or externaly published content. -->
45-
-
46+
- used_in::
4647

48+
---
4749
**Tasks**
4850
<!-- What remains to be done with this note? -->
4951
-
5052

5153
**Questions**
5254
<!-- What remains for you to consider? -->
53-
-
55+
- question::
5456

57+
---
5558
**Template Help**
5659
<!-- Links to external help pages on GitHub. -->
5760
- [Basic Template Structure](https://github.com/groepl/Obsidian-Templates#basic-template-structure)

0 commit comments

Comments
 (0)