more bases

This commit is contained in:
Steph Ango
2025-05-25 15:17:10 -07:00
parent b160d8bec5
commit 3372f128c3
52 changed files with 477 additions and 541 deletions

View File

@@ -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]]

View File

@@ -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]]

View File

@@ -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]]

View File

@@ -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]]

View File

@@ -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]]

View File

@@ -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]]

View File

@@ -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]]

View File

@@ -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]]