Skip to content

Commit 66fdb29

Browse files
committed
Switch to separate base files
1 parent c4300a8 commit 66fdb29

22 files changed

Lines changed: 250 additions & 181 deletions

Categories/Board games.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,4 @@ tags:
33
- categories
44
---
55

6-
```base
7-
display:
8-
file.name: Game
9-
property.rating: Rating
10-
property.last: Last
11-
views:
12-
- type: table
13-
name: Table
14-
filters:
15-
and:
16-
- contains(categories, concat("[[", this.file.name, "]]"))
17-
- not(contains(file.name, "Template"))
18-
order:
19-
- file.name
20-
- rating
21-
- last
22-
23-
```
6+
![[Board games.base]]

Categories/Companies.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,4 @@ tags:
33
- categories
44
---
55

6-
```base
7-
display:
8-
file.name: Company
9-
property.url: Link
10-
views:
11-
- type: table
12-
name: Table
13-
filters:
14-
and:
15-
- contains(categories, concat("[[", this.file.name, "]]"))
16-
- not(contains(file.name, "Template"))
17-
order:
18-
- file.name
19-
- url
20-
21-
```
6+
![[Companies.base]]

Categories/Events.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,4 @@ tags:
33
- categories
44
---
55

6-
```base
7-
filters:
8-
and:
9-
- contains(categories, concat("[[", this.file.name, "]]"))
10-
- not(contains(file.name, "Template"))
11-
display:
12-
file.name: Event
13-
property.type: Type
14-
property.start: Start
15-
property.loc: Location
16-
views:
17-
- type: table
18-
name: Table
19-
order:
20-
- file.name
21-
- loc
22-
- type
23-
- start
24-
25-
```
6+
![[Events.base]]

Categories/Evergreen.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,4 @@ tags:
44
---
55
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.
66

7-
```base
8-
display:
9-
file.name: Name
10-
property.created: Created
11-
views:
12-
- type: table
13-
name: Table
14-
filters:
15-
and:
16-
- contains(property.tags, "0🌲")
17-
- not(contains(file.name, "Template"))
18-
order:
19-
- file.name
20-
- created
21-
```
7+
![[Evergreen.base]]

Categories/Journal.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,4 @@ tags:
33
- categories
44
---
55

6-
```base
7-
filters:
8-
and:
9-
- contains(property.tags, "journal")
10-
- not(contains(file.name, "Template"))
11-
display:
12-
file.name: Entry
13-
property.created: Created
14-
views:
15-
- type: table
16-
name: Table
17-
order:
18-
- file.name
19-
- created
20-
21-
```
6+
![[Journal.base]]

Categories/People.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,4 @@ tags:
33
- categories
44
---
55

6-
```base
7-
filters:
8-
and:
9-
- contains(property.categories, "[[People]]")
10-
- not(contains(file.name, "Template"))
11-
display:
12-
file.name: Name
13-
property.tags: Tags
14-
views:
15-
- type: table
16-
name: Table
17-
order:
18-
- file.name
19-
- tags
20-
21-
```
6+
![[People.base]]

Categories/Podcasts.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,4 @@
22
related: "[[Podcast episodes]]"
33
---
44

5-
```base
6-
display:
7-
file.name: Podcast
8-
property.host: Host
9-
views:
10-
- type: table
11-
name: Table
12-
filters:
13-
and:
14-
- contains(categories, concat("[[", this.file.name, "]]"))
15-
- not(contains(file.name, "Template"))
16-
order:
17-
- file.name
18-
- host
19-
```
20-
5+
![[Podcasts.base]]

Categories/Posts.md

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,4 @@ tags:
33
- categories
44
---
55

6-
```base
7-
display:
8-
file.name: Title
9-
property.status: Status
10-
property.published: Published
11-
views:
12-
- type: table
13-
name: Table
14-
filters:
15-
and:
16-
- contains(categories, concat("[[", this.file.name, "]]"))
17-
- not(contains(file.name, "Template"))
18-
order:
19-
- file.name
20-
- status
21-
- published
22-
23-
```
6+
![[Posts.base]]

Categories/Projects.md

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,4 @@ tags:
33
- categories
44
---
55

6-
```base
7-
filters:
8-
and:
9-
- contains(categories, concat("[[", this.file.name, "]]"))
10-
- not(contains(file.name, "Template"))
11-
display:
12-
property.status: Status
13-
property.url: URL
14-
file.name: Name
15-
property.type: Type
16-
property.year: Year
17-
views:
18-
- type: table
19-
name: Table
20-
order:
21-
- file.name
22-
- type
23-
- year
24-
- status
25-
- url
26-
27-
```
6+
![[Projects.base]]

Categories/Shows.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,5 @@
22
tags:
33
- categories
44
---
5-
```base
6-
filters:
7-
and:
8-
- contains(categories, concat("[[", this.file.name, "]]"))
9-
- not(contains(file.name, "Template"))
10-
display:
11-
file.name: Name
12-
property.rating: Rating
13-
property.last: Last
14-
views:
15-
- type: table
16-
name: Table
17-
order:
18-
- file.name
19-
- rating
20-
- last
215

22-
```
6+
![[Shows.base]]

0 commit comments

Comments
 (0)