2023-09-13 13:53:07

This commit is contained in:
Steph Ango
2023-09-13 13:53:07 -07:00
parent e9db93f3f9
commit 3150bc526d
20 changed files with 46 additions and 16 deletions

View File

@@ -3,6 +3,6 @@ tags:
- databases
---
```dataview
table rating as Rating, last as Last
table without id file.link as Game, rating as Rating, last as Last
where contains(category,[[Board games]]) and !contains(file.name,"Template")
```

View File

@@ -3,6 +3,7 @@ tags:
- databases
---
```dataview
table from #events
table without id file.link as Event
from #events
where !contains(file.name,"Template")
```

View File

@@ -2,3 +2,10 @@
tags:
- databases
---
```dataview
table without id file.link as Game, maker as Maker, genre as Genre, year as Year, rating as Rating, last as "Last played"
from #games
where !contains(file.name, "Template")
sort last desc
```

View File

@@ -30,7 +30,7 @@ I use very few folders. My personal notes are primarily in the root, these are m
- **Attachments** for images, PDFs, etc
- **Clippings** for articles and other pages captured with my [web clipper](https://stephango.com/obsidian-web-clipper) written by other people
- **Daily** for my daily notes, all named `YYYY-MM-DD.md`
- **References** for anything that refers to something that exists outside of my vault, e.g. books, movies, places, people, podcasts, etc.
- **referencess** for anything that refers to something that exists outside of my vault, e.g. books, movies, places, people, podcasts, etc.
- **Templates** for templates. This is actually nested under "Meta" in my personal vault, but I've moved it to the top-level for clarity. Meta also contains my personal style guide and other random things that are about the vault.
## Style guide

View File

@@ -0,0 +1,6 @@
```dataview
table without id file.link as Recipe, type as Type, author as Author, ingredients as Ingredients, rating as Rating
from #recipes
where !contains(file.name,"Template")
sort created desc
```

View File

@@ -4,7 +4,7 @@ category:
tags:
- music
- albums
- reference
- references
genre:
- "[[Jazz]]"
artist: "[[Paul Chambers]]"

View File

@@ -18,5 +18,5 @@ last: 2023-09-12
rating: 7
tags:
- books
- reference
- references
---

View File

@@ -0,0 +1,16 @@
---
category:
- "[[Games]]"
system: "[[Nintendo Switch]]"
maker: "[[Nintendo]]"
genre:
- "[[Open world]]"
aliases:
- BOTW
last: "[[2022-04]]"
rating: 7
year: 2017
tags:
- games
- references
---

View File

@@ -14,7 +14,7 @@ created: 2023-09-12
last: 2023-09-12
tags:
- books
- reference
- references
- to-read
---

View File

@@ -4,7 +4,7 @@ category:
tags:
- music
- albums
- reference
- references
genre: []
artist: ""
year:

View File

@@ -8,5 +8,5 @@ rating:
last: {{date}}
tags:
- board-games
- reference
- references
---

View File

@@ -15,6 +15,6 @@ last:
via: ""
tags:
- books
- reference
- references
- to-read
---

View File

@@ -10,5 +10,5 @@ rating:
last:
tags:
- coffee
- reference
- references
---

View File

@@ -3,7 +3,7 @@ category:
- "[[Food]]"
tags:
- food
- reference
- references
maker:
rating:
price:

View File

@@ -4,7 +4,7 @@ tags:
---
```dataview
table ratingImdb as "Rating"
from #reference
from #references
where genre = this.file.link or contains(genre,this.file.link)
sort ratingImdb desc
```

View File

@@ -12,7 +12,7 @@ imdbId:
via:
tags:
- movies
- reference
- references
---
[[{{date}}]]

View File

@@ -9,7 +9,7 @@ published:
tags:
- shows
- episodes
- reference
- references
---
## [[{{date}}]]

View File

@@ -9,7 +9,7 @@ created: {{date}}
last: {{date}}
tags:
- shows
- reference
- references
---
## [[{{date}}]]

View File

@@ -10,7 +10,7 @@ created: {{date}}
last: {{date}}
tags:
- games
- reference
- references
---
## [[{{date}}]]