From b988a7e43802a35afb483657c8ba088104296835 Mon Sep 17 00:00:00 2001 From: Steph Ango <10565871+kepano@users.noreply.github.com> Date: Tue, 16 Sep 2025 09:10:30 -0700 Subject: [PATCH] Small fixes --- References/Kyoto.md | 2 +- References/Paul Chambers.md | 2 +- Templates/Bases/Albums.base | 20 +++++++++++++------- Templates/Bases/Movies.base | 1 - Templates/Bases/Podcast episodes.base | 25 ++++++++++++++++--------- Templates/Bases/Trips.base | 2 +- 6 files changed, 32 insertions(+), 20 deletions(-) diff --git a/References/Kyoto.md b/References/Kyoto.md index d8b803c..d02e97e 100644 --- a/References/Kyoto.md +++ b/References/Kyoto.md @@ -16,7 +16,7 @@ created: 2023-09-12 --- ## Trips -![[Trips.base#Related trips]] +![[Trips.base#Location]] ## Map diff --git a/References/Paul Chambers.md b/References/Paul Chambers.md index ce5a141..55ca450 100644 --- a/References/Paul Chambers.md +++ b/References/Paul Chambers.md @@ -8,4 +8,4 @@ created: 2023-09-13 --- ## Albums -![[Albums.base#Related albums]] \ No newline at end of file +![[Albums.base#Artist]] \ No newline at end of file diff --git a/Templates/Bases/Albums.base b/Templates/Bases/Albums.base index 23a4867..f16c39a 100644 --- a/Templates/Bases/Albums.base +++ b/Templates/Bases/Albums.base @@ -2,13 +2,19 @@ filters: and: - note.categories.contains(link("Albums")) - '!file.name.contains("Template")' -display: - file.name: Album - note.year: Year - note.artist: Artist - note.created: Added - note.rating: Rating - note.genre: Genre +properties: + file.name: + displayName: Album + note.year: + displayName: Year + note.artist: + displayName: Artist + note.created: + displayName: Added + note.rating: + displayName: Rating + note.genre: + displayName: Genre views: - type: table name: Albums diff --git a/Templates/Bases/Movies.base b/Templates/Bases/Movies.base index eef8704..55ea4c8 100644 --- a/Templates/Bases/Movies.base +++ b/Templates/Bases/Movies.base @@ -2,7 +2,6 @@ filters: and: - categories.contains(link("Movies")) - '!file.name.contains("Template")' -formulas: {} properties: file.name: displayName: Name diff --git a/Templates/Bases/Podcast episodes.base b/Templates/Bases/Podcast episodes.base index b1f2bb3..9f1a06b 100644 --- a/Templates/Bases/Podcast episodes.base +++ b/Templates/Bases/Podcast episodes.base @@ -2,14 +2,21 @@ filters: and: - note.categories.contains(link("Podcast episodes")) - '!file.name.contains("Template")' -display: - file.name: Podcast - note.show: Show - note.guests: Guests - note.episode: Episode - note.rating: Rating - note.published: Published - note.guest: Guest +properties: + file.name: + displayName: Podcast + note.show: + displayName: Show + note.guests: + displayName: Guests + note.episode: + displayName: Episode + note.rating: + displayName: Rating + note.published: + displayName: Published + note.guest: + displayName: Guest views: - type: table name: All episodes @@ -21,7 +28,7 @@ views: - rating - published sort: - - column: note.published + - property: published direction: DESC - type: table name: Show diff --git a/Templates/Bases/Trips.base b/Templates/Bases/Trips.base index 6ff685c..ddb324d 100644 --- a/Templates/Bases/Trips.base +++ b/Templates/Bases/Trips.base @@ -23,7 +23,7 @@ views: - end - loc sort: - - column: note.end + - property: end direction: DESC columnSize: file.name: 255