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
---
```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
```
![[Board games.base]]

View File

@@ -3,19 +3,4 @@ tags:
- categories
---
```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
```
![[Companies.base]]

View File

@@ -3,23 +3,4 @@ tags:
- categories
---
```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
```
![[Events.base]]

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.
```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
```
![[Evergreen.base]]

View File

@@ -3,19 +3,4 @@ tags:
- categories
---
```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
```
![[Journal.base]]

View File

@@ -3,19 +3,4 @@ tags:
- categories
---
```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
```
![[People.base]]

View File

@@ -2,19 +2,4 @@
related: "[[Podcast episodes]]"
---
```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
```
![[Podcasts.base]]

View File

@@ -3,21 +3,4 @@ tags:
- categories
---
```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
```
![[Posts.base]]

View File

@@ -3,25 +3,4 @@ tags:
- categories
---
```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
```
![[Projects.base]]

View File

@@ -2,21 +2,5 @@
tags:
- 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)
display:
file.name: Entry
property.category: Categories
property.created: Created
property.categories: Categories
views:
- type: table
name: Daily notes
filters:
and:
- not(contains(property.tags, "monthly"))
- not(taggedWith(file.file, "daily"))
- not(taggedWith(file.file, "monthly"))
order:
- file.name
- category
- categories
- created
sort:
- column: file.name
direction: ASC
- column: property.category
direction: ASC
- column: property.created
direction: ASC
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:
and:
- contains
- not(contains(file.name, "Template"))
- contains(property.categories, "[[Movies]]")
display:
file.name: Name
property.last: Last
@@ -32,6 +32,11 @@ views:
- last
- director
- genre
sort:
- column: file.name
direction: ASC
- column: property.director
direction: ASC
- type: table
name: Last seen
filters:
@@ -46,7 +51,8 @@ views:
- genre
sort:
- column: property.last
direction: ASC
direction: DESC
limit: 20
- type: table
name: Actor
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