Switch to separate base files

This commit is contained in:
Steph Ango
2025-05-26 17:38:24 -07:00
parent c4300a86dd
commit 66fdb29fbc
22 changed files with 250 additions and 181 deletions

View File

@@ -3,21 +3,4 @@ tags:
- categories - categories
--- ---
```base ![[Board games.base]]
display:
file.name: Game
property.rating: Rating
property.last: Last
views:
- type: table
name: Table
filters:
and:
- contains(categories, concat("[[", this.file.name, "]]"))
- not(contains(file.name, "Template"))
order:
- file.name
- rating
- last
```

View File

@@ -3,19 +3,4 @@ tags:
- categories - categories
--- ---
```base ![[Companies.base]]
display:
file.name: Company
property.url: Link
views:
- type: table
name: Table
filters:
and:
- contains(categories, concat("[[", this.file.name, "]]"))
- not(contains(file.name, "Template"))
order:
- file.name
- url
```

View File

@@ -3,23 +3,4 @@ tags:
- categories - categories
--- ---
```base ![[Events.base]]
filters:
and:
- contains(categories, concat("[[", this.file.name, "]]"))
- not(contains(file.name, "Template"))
display:
file.name: Event
property.type: Type
property.start: Start
property.loc: Location
views:
- type: table
name: Table
order:
- file.name
- loc
- type
- start
```

View File

@@ -4,18 +4,4 @@ tags:
--- ---
An evergreen note is an idea. It doesn't have to be something that I agree with, but something is [[Composability|composable]]. In a way, every idiom is a kind of evergreen idea. An evergreen note is an idea. It doesn't have to be something that I agree with, but something is [[Composability|composable]]. In a way, every idiom is a kind of evergreen idea.
```base ![[Evergreen.base]]
display:
file.name: Name
property.created: Created
views:
- type: table
name: Table
filters:
and:
- contains(property.tags, "0🌲")
- not(contains(file.name, "Template"))
order:
- file.name
- created
```

View File

@@ -3,19 +3,4 @@ tags:
- categories - categories
--- ---
```base ![[Journal.base]]
filters:
and:
- contains(property.tags, "journal")
- not(contains(file.name, "Template"))
display:
file.name: Entry
property.created: Created
views:
- type: table
name: Table
order:
- file.name
- created
```

View File

@@ -3,19 +3,4 @@ tags:
- categories - categories
--- ---
```base ![[People.base]]
filters:
and:
- contains(property.categories, "[[People]]")
- not(contains(file.name, "Template"))
display:
file.name: Name
property.tags: Tags
views:
- type: table
name: Table
order:
- file.name
- tags
```

View File

@@ -2,19 +2,4 @@
related: "[[Podcast episodes]]" related: "[[Podcast episodes]]"
--- ---
```base ![[Podcasts.base]]
display:
file.name: Podcast
property.host: Host
views:
- type: table
name: Table
filters:
and:
- contains(categories, concat("[[", this.file.name, "]]"))
- not(contains(file.name, "Template"))
order:
- file.name
- host
```

View File

@@ -3,21 +3,4 @@ tags:
- categories - categories
--- ---
```base ![[Posts.base]]
display:
file.name: Title
property.status: Status
property.published: Published
views:
- type: table
name: Table
filters:
and:
- contains(categories, concat("[[", this.file.name, "]]"))
- not(contains(file.name, "Template"))
order:
- file.name
- status
- published
```

View File

@@ -3,25 +3,4 @@ tags:
- categories - categories
--- ---
```base ![[Projects.base]]
filters:
and:
- contains(categories, concat("[[", this.file.name, "]]"))
- not(contains(file.name, "Template"))
display:
property.status: Status
property.url: URL
file.name: Name
property.type: Type
property.year: Year
views:
- type: table
name: Table
order:
- file.name
- type
- year
- status
- url
```

View File

@@ -2,21 +2,5 @@
tags: tags:
- categories - categories
--- ---
```base
filters:
and:
- contains(categories, concat("[[", this.file.name, "]]"))
- not(contains(file.name, "Template"))
display:
file.name: Name
property.rating: Rating
property.last: Last
views:
- type: table
name: Table
order:
- file.name
- rating
- last
``` ![[Shows.base]]

View File

@@ -0,0 +1,15 @@
filters:
and:
- contains(property.categories, "[[Board games]]")
- not(contains(file.name, "Template"))
display:
file.name: Game
property.rating: Rating
property.last: Last
views:
- type: table
name: Table
order:
- file.name
- rating
- last

View File

@@ -0,0 +1,13 @@
display:
file.name: Company
property.url: Link
views:
- type: table
name: Table
filters:
and:
- contains(categories, concat("[[", this.file.name, "]]"))
- not(contains(file.name, "Template"))
order:
- file.name
- url

View File

@@ -6,23 +6,22 @@ filters:
- contains(property.end, this.file.name) - contains(property.end, this.file.name)
display: display:
file.name: Entry file.name: Entry
property.category: Categories
property.created: Created property.created: Created
property.categories: Categories
views: views:
- type: table - type: table
name: Daily notes name: Daily notes
filters: filters:
and: and:
- not(contains(property.tags, "monthly")) - not(taggedWith(file.file, "daily"))
- not(taggedWith(file.file, "monthly"))
order: order:
- file.name - file.name
- category - categories
- created - created
sort: sort:
- column: file.name - column: file.name
direction: ASC direction: ASC
- column: property.category
direction: ASC
- column: property.created - column: property.created
direction: ASC direction: ASC
columnSize: columnSize:

View File

@@ -0,0 +1,29 @@
filters:
and:
- contains(property.categories, "[[Events]]")
- not(contains(file.name, "Template"))
display:
file.name: Event
property.loc: Location
views:
- type: table
name: Events
order:
- file.name
- loc
- start
- type: table
name: Type
filters:
and:
- contains(type, concat("[[", this.file.name, "]]"))
order:
- file.name
- loc
- start
columnSize:
file.name: 226
property.loc: 199
sort:
- column: property.start
direction: DESC

View File

@@ -0,0 +1,13 @@
display:
file.name: Name
property.created: Created
views:
- type: table
name: Table
filters:
and:
- contains(property.tags, "0🌲")
- not(contains(file.name, "Template"))
order:
- file.name
- created

View File

@@ -0,0 +1,13 @@
filters:
and:
- contains(property.tags, "journal")
- not(contains(file.name, "Template"))
display:
file.name: Entry
property.created: Created
views:
- type: table
name: Table
order:
- file.name
- created

View File

@@ -1,7 +1,7 @@
filters: filters:
and: and:
- contains
- not(contains(file.name, "Template")) - not(contains(file.name, "Template"))
- contains(property.categories, "[[Movies]]")
display: display:
file.name: Name file.name: Name
property.last: Last property.last: Last
@@ -32,6 +32,11 @@ views:
- last - last
- director - director
- genre - genre
sort:
- column: file.name
direction: ASC
- column: property.director
direction: ASC
- type: table - type: table
name: Last seen name: Last seen
filters: filters:
@@ -46,7 +51,8 @@ views:
- genre - genre
sort: sort:
- column: property.last - column: property.last
direction: ASC direction: DESC
limit: 20
- type: table - type: table
name: Actor name: Actor
filters: filters:

View File

@@ -0,0 +1,13 @@
filters:
and:
- contains(property.categories, "[[People]]")
- not(contains(file.name, "Template"))
display:
file.name: Name
property.tags: Tags
views:
- type: table
name: Table
order:
- file.name
- tags

View File

@@ -0,0 +1,13 @@
filters:
and:
- contains(property.categories, "[[Podcasts]]")
- not(contains(file.name, "Template"))
display:
file.name: Podcast
property.host: Host
views:
- type: table
name: Table
order:
- file.name
- host

View File

@@ -0,0 +1,15 @@
display:
file.name: Title
property.status: Status
property.published: Published
views:
- type: table
name: Table
filters:
and:
- contains(categories, concat("[[", this.file.name, "]]"))
- not(contains(file.name, "Template"))
order:
- file.name
- status
- published

View File

@@ -0,0 +1,19 @@
filters:
and:
- contains(categories, concat("[[", this.file.name, "]]"))
- not(contains(file.name, "Template"))
display:
property.status: Status
property.url: URL
file.name: Name
property.type: Type
property.year: Year
views:
- type: table
name: Table
order:
- file.name
- type
- year
- status
- url

View File

@@ -0,0 +1,85 @@
filters:
and:
- not(contains(file.name, "Template"))
- contains(property.categories, "[[Shows]]")
display:
file.name: Name
property.last: Last
property.rating: Rating
property.year: Year
property.director: Director
property.genre: Genre
property.cast: Cast
views:
- type: table
name: Favorites
filters:
and:
- property.rating > 6
order:
- file.name
- year
- rating
- last
- director
- genre
- type: table
name: All
order:
- file.name
- year
- rating
- last
- director
- genre
sort:
- column: file.name
direction: ASC
- column: property.director
direction: ASC
- type: table
name: Last seen
filters:
and:
- not(empty(property.last))
order:
- file.name
- year
- rating
- last
- director
- genre
sort:
- column: property.last
direction: DESC
limit: 20
- type: table
name: Actor
filters:
and:
- contains(cast, concat("[[", this.file.name, "]]"))
order:
- file.name
- year
- director
- genre
- type: table
name: Genre
filters:
and:
- contains(genre, concat("[[", this.file.name, "]]"))
order:
- file.name
- year
- director
- genre
- type: table
name: Director
filters:
and:
- contains(director, concat("[[", this.file.name, "]]"))
order:
- file.name
- year
- cast
- genre