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