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]]
|
||||
|
||||
15
Templates/Bases/Board games.base
Normal file
15
Templates/Bases/Board games.base
Normal 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
|
||||
13
Templates/Bases/Companies.base
Normal file
13
Templates/Bases/Companies.base
Normal 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
|
||||
@@ -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:
|
||||
|
||||
29
Templates/Bases/Events.base
Normal file
29
Templates/Bases/Events.base
Normal 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
|
||||
13
Templates/Bases/Evergreen.base
Normal file
13
Templates/Bases/Evergreen.base
Normal 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
|
||||
13
Templates/Bases/Journal.base
Normal file
13
Templates/Bases/Journal.base
Normal 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
|
||||
@@ -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:
|
||||
|
||||
13
Templates/Bases/People.base
Normal file
13
Templates/Bases/People.base
Normal 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
|
||||
13
Templates/Bases/Podcasts.base
Normal file
13
Templates/Bases/Podcasts.base
Normal 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
|
||||
15
Templates/Bases/Posts.base
Normal file
15
Templates/Bases/Posts.base
Normal 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
|
||||
19
Templates/Bases/Projects.base
Normal file
19
Templates/Bases/Projects.base
Normal 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
|
||||
85
Templates/Bases/Shows.base
Normal file
85
Templates/Bases/Shows.base
Normal 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
|
||||
Reference in New Issue
Block a user