2023-09-14 12:51:51
This commit is contained in:
@@ -13,7 +13,7 @@ table without id
|
||||
director as Director
|
||||
where
|
||||
contains(category,this.file.link)
|
||||
and rating > 9
|
||||
and rating > 6
|
||||
sort rating desc
|
||||
```
|
||||
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
---
|
||||
tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Show,
|
||||
rating as Rating,
|
||||
last as "Last seen"
|
||||
where
|
||||
contains(category, this.file.link) and
|
||||
!contains(file.name, "Template")
|
||||
sort last desc
|
||||
```
|
||||
20
References/Blade Runner.md
Normal file
20
References/Blade Runner.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
category:
|
||||
- "[[Movies]]"
|
||||
cover: https://m.media-amazon.com/images/M/MV5BNzQzMzJhZTEtOWM4NS00MTdhLTg0YjgtMjM4MDRkZjUwZDBlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_SX300.jpg
|
||||
genre:
|
||||
- "[[Sci-fi]]"
|
||||
director:
|
||||
- "[[Ridley Scott]]"
|
||||
cast:
|
||||
- "[[Harrison Ford]]"
|
||||
rating: 7
|
||||
year: 1982
|
||||
last: 2023-09-14
|
||||
imdbId: tt0083658
|
||||
tags:
|
||||
- movies
|
||||
- references
|
||||
---
|
||||
|
||||
|
||||
12
References/Futurama.md
Normal file
12
References/Futurama.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
category:
|
||||
- "[[Shows]]"
|
||||
genre:
|
||||
- "[[Sci-fi]]"
|
||||
rating: 7
|
||||
created: 2023-09-12
|
||||
last: 2023-09-12
|
||||
tags:
|
||||
- shows
|
||||
- references
|
||||
---
|
||||
Reference in New Issue
Block a user