more bases
This commit is contained in:
@@ -4,26 +4,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```base
|
||||
display:
|
||||
file.name: Album
|
||||
property.year: Year
|
||||
property.artist: Artist
|
||||
property.created: Added
|
||||
property.rating: Rating
|
||||
property.genre: Genre
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
and:
|
||||
- contains(categories, concat("[[", this.file.name, "]]"))
|
||||
- not(contains(file.name, "Template"))
|
||||
order:
|
||||
- file.name
|
||||
- artist
|
||||
- rating
|
||||
- year
|
||||
- genre
|
||||
|
||||
```
|
||||
![[Albums.base]]
|
||||
@@ -3,25 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```base
|
||||
display:
|
||||
file.name: Title
|
||||
property.author: Author
|
||||
property.created: Clipped
|
||||
property.published: Published
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
and:
|
||||
- contains(categories, concat("[[", this.file.name, "]]"))
|
||||
- not(contains(file.name, "Template"))
|
||||
order:
|
||||
- file.name
|
||||
- author
|
||||
- created
|
||||
- published
|
||||
sort:
|
||||
- column: clipped
|
||||
direction: DESC
|
||||
```
|
||||
![[Clippings.base]]
|
||||
@@ -3,27 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
|
||||
```base
|
||||
display:
|
||||
file.name: Book
|
||||
property.year: Year
|
||||
property.maker: Maker
|
||||
property.rating: Rating
|
||||
property.genre: Genre
|
||||
property.last: Last played
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
and:
|
||||
- contains(property.categories, "[[Games]]")
|
||||
- not(contains(file.name, "Template"))
|
||||
order:
|
||||
- file.name
|
||||
- maker
|
||||
- genre
|
||||
- year
|
||||
- rating
|
||||
- last
|
||||
```
|
||||
![[Games.base]]
|
||||
|
||||
@@ -2,25 +2,4 @@
|
||||
tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
|
||||
```base
|
||||
filters:
|
||||
and:
|
||||
- contains(categories, concat("[[", this.file.name, "]]"))
|
||||
- not(contains(file.name, "Template"))
|
||||
display:
|
||||
file.name: Meeting
|
||||
property.type: Type
|
||||
property.people: People
|
||||
property.date: Date
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
order:
|
||||
- file.name
|
||||
- type
|
||||
- people
|
||||
- date
|
||||
|
||||
```
|
||||
![[Meetings.base]]
|
||||
@@ -11,26 +11,4 @@ height:400px
|
||||
|
||||
## Places
|
||||
|
||||
```base
|
||||
filters:
|
||||
and:
|
||||
- contains(property.categories, "[[Places]]")
|
||||
- not(contains(file.name, "Template"))
|
||||
display:
|
||||
property.type: Type
|
||||
property.rating: Rating
|
||||
property.loc: Location
|
||||
file.name: Name
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
order:
|
||||
- file.name
|
||||
- loc
|
||||
- type
|
||||
- rating
|
||||
sort:
|
||||
- column: property.loc
|
||||
direction: ASC
|
||||
|
||||
```
|
||||
![[Places.base]]
|
||||
|
||||
@@ -3,26 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```base
|
||||
display:
|
||||
file.name: Podcast
|
||||
property.show: Show
|
||||
property.guests: Guests
|
||||
property.episode: Episode
|
||||
property.rating: Rating
|
||||
property.published: Published
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
and:
|
||||
- contains(categories, concat("[[", this.file.name, "]]"))
|
||||
- not(contains(file.name, "Template"))
|
||||
order:
|
||||
- file.name
|
||||
- show
|
||||
- guests
|
||||
- episode
|
||||
- rating
|
||||
- published
|
||||
```
|
||||
![[Podcast episodes.base]]
|
||||
|
||||
@@ -3,28 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
|
||||
```base
|
||||
filters:
|
||||
and:
|
||||
- contains(categories, concat("[[", this.file.name, "]]"))
|
||||
- not(contains(file.name, "Template"))
|
||||
display:
|
||||
file.name: Name
|
||||
property.author: Author
|
||||
property.type: Type
|
||||
property.ingredients: Ingredients
|
||||
property.cuisine: Cuisine
|
||||
property.rating: Rating
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
order:
|
||||
- file.name
|
||||
- type
|
||||
- author
|
||||
- ingredients
|
||||
- cuisine
|
||||
- rating
|
||||
|
||||
```
|
||||
![[Recipes.base]]
|
||||
|
||||
@@ -3,22 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```base
|
||||
filters:
|
||||
and:
|
||||
- contains(categories, concat("[[", this.file.name, "]]"))
|
||||
- not(contains(file.name, "Template"))
|
||||
display:
|
||||
file.name: Name
|
||||
property.loc: Location
|
||||
property.end: End
|
||||
property.start: Start
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
order:
|
||||
- file.name
|
||||
- loc
|
||||
- start
|
||||
- end
|
||||
```
|
||||
![[Trips.base]]
|
||||
|
||||
Reference in New Issue
Block a user