2023-09-13 13:53:07
This commit is contained in:
@@ -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")
|
||||
```
|
||||
@@ -3,6 +3,7 @@ tags:
|
||||
- databases
|
||||
---
|
||||
```dataview
|
||||
table from #events
|
||||
table without id file.link as Event
|
||||
from #events
|
||||
where !contains(file.name,"Template")
|
||||
```
|
||||
7
Games.md
7
Games.md
@@ -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
|
||||
```
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
```
|
||||
@@ -4,7 +4,7 @@ category:
|
||||
tags:
|
||||
- music
|
||||
- albums
|
||||
- reference
|
||||
- references
|
||||
genre:
|
||||
- "[[Jazz]]"
|
||||
artist: "[[Paul Chambers]]"
|
||||
|
||||
@@ -18,5 +18,5 @@ last: 2023-09-12
|
||||
rating: 7
|
||||
tags:
|
||||
- books
|
||||
- reference
|
||||
- references
|
||||
---
|
||||
|
||||
16
References/The Legend of Zelda Breath of the Wild.md
Normal file
16
References/The Legend of Zelda Breath of the Wild.md
Normal 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
|
||||
---
|
||||
@@ -14,7 +14,7 @@ created: 2023-09-12
|
||||
last: 2023-09-12
|
||||
tags:
|
||||
- books
|
||||
- reference
|
||||
- references
|
||||
- to-read
|
||||
---
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ category:
|
||||
tags:
|
||||
- music
|
||||
- albums
|
||||
- reference
|
||||
- references
|
||||
genre: []
|
||||
artist: ""
|
||||
year:
|
||||
|
||||
@@ -8,5 +8,5 @@ rating:
|
||||
last: {{date}}
|
||||
tags:
|
||||
- board-games
|
||||
- reference
|
||||
- references
|
||||
---
|
||||
|
||||
@@ -15,6 +15,6 @@ last:
|
||||
via: ""
|
||||
tags:
|
||||
- books
|
||||
- reference
|
||||
- references
|
||||
- to-read
|
||||
---
|
||||
|
||||
@@ -10,5 +10,5 @@ rating:
|
||||
last:
|
||||
tags:
|
||||
- coffee
|
||||
- reference
|
||||
- references
|
||||
---
|
||||
|
||||
@@ -3,7 +3,7 @@ category:
|
||||
- "[[Food]]"
|
||||
tags:
|
||||
- food
|
||||
- reference
|
||||
- references
|
||||
maker:
|
||||
rating:
|
||||
price:
|
||||
|
||||
@@ -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
|
||||
```
|
||||
@@ -12,7 +12,7 @@ imdbId:
|
||||
via:
|
||||
tags:
|
||||
- movies
|
||||
- reference
|
||||
- references
|
||||
---
|
||||
|
||||
[[{{date}}]]
|
||||
|
||||
@@ -9,7 +9,7 @@ published:
|
||||
tags:
|
||||
- shows
|
||||
- episodes
|
||||
- reference
|
||||
- references
|
||||
---
|
||||
## [[{{date}}]]
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ created: {{date}}
|
||||
last: {{date}}
|
||||
tags:
|
||||
- shows
|
||||
- reference
|
||||
- references
|
||||
---
|
||||
## [[{{date}}]]
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ created: {{date}}
|
||||
last: {{date}}
|
||||
tags:
|
||||
- games
|
||||
- reference
|
||||
- references
|
||||
---
|
||||
## [[{{date}}]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user