Small fixes

This commit is contained in:
Steph Ango
2025-09-16 09:10:30 -07:00
parent de7764aa87
commit b988a7e438
6 changed files with 32 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ created: 2023-09-12
--- ---
## Trips ## Trips
![[Trips.base#Related trips]] ![[Trips.base#Location]]
## Map ## Map

View File

@@ -8,4 +8,4 @@ created: 2023-09-13
--- ---
## Albums ## Albums
![[Albums.base#Related albums]] ![[Albums.base#Artist]]

View File

@@ -2,13 +2,19 @@ filters:
and: and:
- note.categories.contains(link("Albums")) - note.categories.contains(link("Albums"))
- '!file.name.contains("Template")' - '!file.name.contains("Template")'
display: properties:
file.name: Album file.name:
note.year: Year displayName: Album
note.artist: Artist note.year:
note.created: Added displayName: Year
note.rating: Rating note.artist:
note.genre: Genre displayName: Artist
note.created:
displayName: Added
note.rating:
displayName: Rating
note.genre:
displayName: Genre
views: views:
- type: table - type: table
name: Albums name: Albums

View File

@@ -2,7 +2,6 @@ filters:
and: and:
- categories.contains(link("Movies")) - categories.contains(link("Movies"))
- '!file.name.contains("Template")' - '!file.name.contains("Template")'
formulas: {}
properties: properties:
file.name: file.name:
displayName: Name displayName: Name

View File

@@ -2,14 +2,21 @@ filters:
and: and:
- note.categories.contains(link("Podcast episodes")) - note.categories.contains(link("Podcast episodes"))
- '!file.name.contains("Template")' - '!file.name.contains("Template")'
display: properties:
file.name: Podcast file.name:
note.show: Show displayName: Podcast
note.guests: Guests note.show:
note.episode: Episode displayName: Show
note.rating: Rating note.guests:
note.published: Published displayName: Guests
note.guest: Guest note.episode:
displayName: Episode
note.rating:
displayName: Rating
note.published:
displayName: Published
note.guest:
displayName: Guest
views: views:
- type: table - type: table
name: All episodes name: All episodes
@@ -21,7 +28,7 @@ views:
- rating - rating
- published - published
sort: sort:
- column: note.published - property: published
direction: DESC direction: DESC
- type: table - type: table
name: Show name: Show

View File

@@ -23,7 +23,7 @@ views:
- end - end
- loc - loc
sort: sort:
- column: note.end - property: end
direction: DESC direction: DESC
columnSize: columnSize:
file.name: 255 file.name: 255