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