A lot more templates and examples
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
---
|
||||
category: "[[Albums]]"
|
||||
category:
|
||||
- "[[Albums]]"
|
||||
tags:
|
||||
- music
|
||||
- albums
|
||||
- reference
|
||||
genre: ""
|
||||
genre: []
|
||||
artist: ""
|
||||
year:
|
||||
created: {{date}}
|
||||
rating:
|
||||
rating:
|
||||
---
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
---
|
||||
previous: "[[{{date-1d}}]]"
|
||||
next: "[[{{date+1d}}]]"
|
||||
tags:
|
||||
- daily
|
||||
---
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
#meetings/type
|
||||
---
|
||||
tags:
|
||||
- meetings/type
|
||||
---
|
||||
|
||||
|
||||
```dataview
|
||||
table without id file.link as Meeting, people as People, date as Date
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
```
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
tags:
|
||||
- lists
|
||||
- places/types
|
||||
---
|
||||
|
||||
|
||||
@@ -6,14 +6,11 @@ tags:
|
||||
- episodes
|
||||
show:
|
||||
guests:
|
||||
topics:
|
||||
- ""
|
||||
topics: []
|
||||
episode:
|
||||
url:
|
||||
rating:
|
||||
published:
|
||||
last:
|
||||
"{ date }":
|
||||
last: {{date}}
|
||||
---
|
||||
|
||||
-
|
||||
@@ -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
|
||||
|
||||
@@ -3,11 +3,12 @@ category:
|
||||
- "[[Posts]]"
|
||||
tags:
|
||||
- posts
|
||||
author: "[[Me]]"
|
||||
author:
|
||||
- "[[Me]]"
|
||||
url:
|
||||
created: {{date}}
|
||||
created:
|
||||
"{ date }":
|
||||
published:
|
||||
topics:
|
||||
- ""
|
||||
topics: []
|
||||
status:
|
||||
---
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
---
|
||||
attribution: []
|
||||
source:
|
||||
created:
|
||||
"{ date }":
|
||||
created: {{date}}
|
||||
tags:
|
||||
- quotes
|
||||
topics: []
|
||||
|
||||
@@ -6,7 +6,7 @@ tags:
|
||||
type: []
|
||||
address:
|
||||
rating:
|
||||
created: "{{date}}"
|
||||
created: {{date}}
|
||||
url:
|
||||
year:
|
||||
price:
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#games/genres
|
||||
|
||||
---
|
||||
tags:
|
||||
- games/genres
|
||||
---
|
||||
```dataview
|
||||
table maker as "Maker", year as "Year", rating as "Rating"
|
||||
from #games
|
||||
|
||||
Reference in New Issue
Block a user