A lot more templates and examples

This commit is contained in:
Steph Ango
2023-09-13 09:44:12 -07:00
parent a3aa9b684f
commit a06824db78
41 changed files with 338 additions and 45 deletions

View File

@@ -1,13 +1,14 @@
---
category: "[[Albums]]"
category:
- "[[Albums]]"
tags:
- music
- albums
- reference
genre: ""
genre: []
artist: ""
year:
created: {{date}}
rating:
rating:
---

View File

@@ -1,16 +1,17 @@
---
cover:
category: "[[Books]]"
genre: ""
author: ""
length:
isbn:
isbn13:
topics: ""
year:
category:
- "[[Books]]"
cover:
genre: []
author: []
length:
isbn:
isbn13:
topics: []
year:
rating:
created: {{date}}
last: ""
last:
via: ""
tags:
- books

View File

@@ -1,6 +1,4 @@
---
previous: "[[{{date-1d}}]]"
next: "[[{{date+1d}}]]"
tags:
- daily
---

View File

@@ -1,4 +1,8 @@
#meetings/type
---
tags:
- meetings/type
---
```dataview
table without id file.link as Meeting, people as People, date as Date

View File

@@ -1,4 +1,7 @@
#music/genres
---
tags:
- music/genres
---
```dataview
table without id file.link as Album, artist as "Artist", genre as "Genre", rating as "Rating"

View File

@@ -5,13 +5,13 @@ tags:
- people
birthday:
org: []
created:
"{ date }":
created: {{date}}
---
## Meetings
```dataview
table without id file.link as Meeting, date as Date
from #meetings
where contains(people,this.file.link)
sort file.name desc
```

View File

@@ -1,6 +1,5 @@
---
tags:
- lists
- places/types
---

View File

@@ -6,14 +6,11 @@ tags:
- episodes
show:
guests:
topics:
- ""
topics: []
episode:
url:
rating:
published:
last:
"{ date }":
last: {{date}}
---
-

View File

@@ -9,7 +9,7 @@ tags:
## Episodes
```dataview
table without id link(file.link, "Ep. " + string(episode)) as Episode, guest as "Guest", rating as "Rating"
table without id link(file.link, "Ep. " + string(episode)) as Episode, guests as "Guest", rating as "Rating"
from #podcast and #episodes
where show = this.file.link
sort episode desc

View File

@@ -3,11 +3,12 @@ category:
- "[[Posts]]"
tags:
- posts
author: "[[Me]]"
author:
- "[[Me]]"
url:
created: {{date}}
created:
"{ date }":
published:
topics:
- ""
topics: []
status:
---

View File

@@ -1,8 +1,7 @@
---
attribution: []
source:
created:
"{ date }":
created: {{date}}
tags:
- quotes
topics: []

View File

@@ -6,7 +6,7 @@ tags:
type: []
address:
rating:
created: "{{date}}"
created: {{date}}
url:
year:
price:

View File

@@ -1,5 +1,7 @@
#games/genres
---
tags:
- games/genres
---
```dataview
table maker as "Maker", year as "Year", rating as "Rating"
from #games