Switch to separate base files
This commit is contained in:
@@ -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]]
|
||||
@@ -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]]
|
||||
|
||||
@@ -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]]
|
||||
@@ -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]]
|
||||
@@ -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]]
|
||||
|
||||
@@ -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]]
|
||||
@@ -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]]
|
||||
|
||||
@@ -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]]
|
||||
@@ -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]]
|
||||
|
||||
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user