Skip to content

Commit 4f23d36

Browse files
authored
Merge pull request #10 from kepano/bases
Bases
2 parents 831af0d + 66fdb29 commit 4f23d36

80 files changed

Lines changed: 942 additions & 655 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.obsidian/app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"attachmentFolderPath": "Attachments"
2+
"attachmentFolderPath": "Attachments",
3+
"alwaysUpdateLinks": true
34
}

.obsidian/core-plugins.json

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,33 @@
1-
[
2-
"file-explorer",
3-
"global-search",
4-
"switcher",
5-
"graph",
6-
"backlink",
7-
"canvas",
8-
"tag-pane",
9-
"page-preview",
10-
"daily-notes",
11-
"templates",
12-
"note-composer",
13-
"command-palette",
14-
"editor-status",
15-
"bookmarks",
16-
"markdown-importer",
17-
"zk-prefixer",
18-
"random-note",
19-
"outline",
20-
"workspaces",
21-
"file-recovery"
22-
]
1+
{
2+
"file-explorer": true,
3+
"global-search": true,
4+
"switcher": true,
5+
"graph": true,
6+
"backlink": true,
7+
"outgoing-link": false,
8+
"tag-pane": true,
9+
"page-preview": true,
10+
"daily-notes": true,
11+
"templates": true,
12+
"note-composer": true,
13+
"command-palette": true,
14+
"slash-command": false,
15+
"editor-status": true,
16+
"markdown-importer": true,
17+
"zk-prefixer": true,
18+
"random-note": true,
19+
"outline": true,
20+
"word-count": false,
21+
"slides": false,
22+
"audio-recorder": false,
23+
"workspaces": true,
24+
"file-recovery": true,
25+
"publish": false,
26+
"sync": false,
27+
"canvas": true,
28+
"properties": false,
29+
"bookmarks": true,
30+
"footnotes": false,
31+
"bases": true,
32+
"webviewer": false
33+
}

Categories/Albums.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,4 @@ tags:
44
- categories
55
---
66

7-
```dataview
8-
table without id
9-
file.link as Album,
10-
artist as Artist,
11-
rating as Rating,
12-
year as Year,
13-
genre as Genre
14-
where
15-
contains(categories,this.file.link) and
16-
!contains(file.name, "Template")
17-
sort rating desc
18-
```
7+
![[Albums.base]]

Categories/Board games.md

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

6-
```dataview
7-
table without id
8-
file.link as Game,
9-
rating as Rating,
10-
last as Last
11-
where
12-
contains(categories,this.file.link) and
13-
!contains(file.name,"Template")
14-
```
6+
![[Board games.base]]

Categories/Books.md

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

6-
```dataview
7-
table without id
8-
file.link as Book,
9-
author as Author,
10-
year as Year,
11-
rating as Rating,
12-
created as Added,
13-
genre as Genre
14-
where
15-
contains(categories,this.file.link) and
16-
!contains(file.name, "Template")
17-
sort rating desc, date asc
18-
```
6+
![[Books.base]]

Categories/Clippings.md

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

6-
```dataview
7-
table without id
8-
file.link as Title,
9-
author as Author,
10-
created as Clipped,
11-
published as Published
12-
where
13-
contains(categories,this.file.link) and
14-
!contains(file.name, "Template")
15-
sort clipped desc
16-
```
6+
![[Clippings.base]]

Categories/Companies.md

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

6-
```dataview
7-
table without id
8-
file.link as Company,
9-
url as Link
10-
where
11-
contains(categories,this.file.link)
12-
and !contains(file.name, "Template")
13-
sort file.mtime desc
14-
```
6+
![[Companies.base]]

Categories/Events.md

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

6-
```dataview
7-
table without id
8-
file.link as Event
9-
where
10-
contains(categories,this.file.link) and
11-
!contains(file.name,"Template")
12-
```
6+
![[Events.base]]

Categories/Evergreen.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +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-
```dataview
8-
table without id
9-
file.link as Name,
10-
created as Created
11-
from #0🌲
12-
where
13-
!contains(file.name,"Template")
14-
sort created desc
15-
```
7+
![[Evergreen.base]]

Categories/Games.md

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

6-
```dataview
7-
table without id
8-
file.link as Game,
9-
maker as Maker,
10-
genre as Genre,
11-
year as Year,
12-
rating as Rating,
13-
last as "Last played"
14-
where
15-
contains(categories,this.file.link) and
16-
!contains(file.name, "Template")
17-
sort last desc
18-
```
6+
![[Games.base]]

0 commit comments

Comments
 (0)