Compare commits
28 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35002d844a | ||
|
|
b75feb5d29 | ||
|
|
b988a7e438 | ||
|
|
de7764aa87 | ||
|
|
a1cf0fdc63 | ||
|
|
3debf9da8a | ||
|
|
453e98b3db | ||
|
|
aca2993b8e | ||
|
|
08da8df936 | ||
|
|
aae37bf7ca | ||
|
|
202f8e3065 | ||
|
|
d33fbe8283 | ||
|
|
dd7cb4e6f4 | ||
|
|
69bc2f5b14 | ||
|
|
b0e50255f2 | ||
|
|
a35651a27d | ||
|
|
c58f017573 | ||
|
|
4ea8f749a9 | ||
|
|
47b8b962de | ||
|
|
1ca183e879 | ||
|
|
579cdbddbf | ||
|
|
cbbfefdf7b | ||
|
|
631b90611a | ||
|
|
4f23d36c7e | ||
|
|
66fdb29fbc | ||
|
|
c4300a86dd | ||
|
|
3372f128c3 | ||
|
|
b160d8bec5 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,6 @@
|
||||
# obsidian
|
||||
.obsidian/appearance.json
|
||||
.obsidian/hotkeys.json
|
||||
.obsidian/workspace.json
|
||||
.obsidian/themes
|
||||
.obsidian/plugins
|
||||
|
||||
3
.obsidian/app.json
vendored
3
.obsidian/app.json
vendored
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"attachmentFolderPath": "Attachments"
|
||||
"attachmentFolderPath": "Attachments",
|
||||
"alwaysUpdateLinks": true
|
||||
}
|
||||
7
.obsidian/appearance.json
vendored
7
.obsidian/appearance.json
vendored
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"accentColor": "",
|
||||
"cssTheme": "",
|
||||
"enabledCssSnippets": [
|
||||
"stock-charts"
|
||||
]
|
||||
}
|
||||
55
.obsidian/core-plugins.json
vendored
55
.obsidian/core-plugins.json
vendored
@@ -1,22 +1,33 @@
|
||||
[
|
||||
"file-explorer",
|
||||
"global-search",
|
||||
"switcher",
|
||||
"graph",
|
||||
"backlink",
|
||||
"canvas",
|
||||
"tag-pane",
|
||||
"page-preview",
|
||||
"daily-notes",
|
||||
"templates",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"editor-status",
|
||||
"bookmarks",
|
||||
"markdown-importer",
|
||||
"zk-prefixer",
|
||||
"random-note",
|
||||
"outline",
|
||||
"workspaces",
|
||||
"file-recovery"
|
||||
]
|
||||
{
|
||||
"file-explorer": true,
|
||||
"global-search": true,
|
||||
"switcher": true,
|
||||
"graph": true,
|
||||
"backlink": true,
|
||||
"outgoing-link": false,
|
||||
"tag-pane": true,
|
||||
"page-preview": true,
|
||||
"daily-notes": true,
|
||||
"templates": true,
|
||||
"note-composer": true,
|
||||
"command-palette": true,
|
||||
"slash-command": false,
|
||||
"editor-status": true,
|
||||
"markdown-importer": true,
|
||||
"zk-prefixer": true,
|
||||
"random-note": true,
|
||||
"outline": true,
|
||||
"word-count": false,
|
||||
"slides": false,
|
||||
"audio-recorder": false,
|
||||
"workspaces": true,
|
||||
"file-recovery": true,
|
||||
"publish": false,
|
||||
"sync": false,
|
||||
"canvas": true,
|
||||
"properties": false,
|
||||
"bookmarks": true,
|
||||
"footnotes": false,
|
||||
"bases": true,
|
||||
"webviewer": false
|
||||
}
|
||||
68
.obsidian/hotkeys.json
vendored
68
.obsidian/hotkeys.json
vendored
@@ -1,68 +0,0 @@
|
||||
{
|
||||
"editor:toggle-source": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Shift"
|
||||
],
|
||||
"key": "E"
|
||||
}
|
||||
],
|
||||
"insert-template": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "T"
|
||||
}
|
||||
],
|
||||
"workspace:new-tab": [],
|
||||
"obsidian-outliner:move-list-item-down": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowDown"
|
||||
}
|
||||
],
|
||||
"obsidian-outliner:move-list-item-up": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowUp"
|
||||
}
|
||||
],
|
||||
"obsidian-outliner:fold": [],
|
||||
"obsidian-outliner:unfold": [],
|
||||
"app:go-back": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Alt"
|
||||
],
|
||||
"key": "ArrowLeft"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowLeft"
|
||||
}
|
||||
],
|
||||
"app:go-forward": [
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod",
|
||||
"Alt"
|
||||
],
|
||||
"key": "ArrowRight"
|
||||
},
|
||||
{
|
||||
"modifiers": [
|
||||
"Mod"
|
||||
],
|
||||
"key": "ArrowRight"
|
||||
}
|
||||
]
|
||||
}
|
||||
48
.obsidian/snippets/stock-charts.css
vendored
48
.obsidian/snippets/stock-charts.css
vendored
@@ -1,48 +0,0 @@
|
||||
/* Stocks */
|
||||
.stock-cards {
|
||||
margin: 2em 0;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
gap: 6px;
|
||||
justify-content: center;
|
||||
|
||||
& .stock-card {
|
||||
position: relative;
|
||||
a {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
&:hover .stock-card-inner {
|
||||
background-color: var(--background-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.stock-chart, .stock-financials, .stock-card-inner {
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
border: 1px solid var(--background-modifier-border);
|
||||
border-radius: var(--radius-m);
|
||||
background-color: var(--background-primary);
|
||||
}
|
||||
.stock-chart {
|
||||
width: 100%;
|
||||
min-height: 340px;
|
||||
height: 40vh;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.stock-container {
|
||||
width: var(--line-width);
|
||||
margin: 0 auto;
|
||||
}
|
||||
.stock-financials {
|
||||
width: 100%;
|
||||
height: 800px;
|
||||
}
|
||||
.stock-card-inner {
|
||||
height: 94px;
|
||||
width: 270px;
|
||||
}
|
||||
8
.obsidian/types.json
vendored
8
.obsidian/types.json
vendored
@@ -12,7 +12,7 @@
|
||||
"topics": "multitext",
|
||||
"rating": "number",
|
||||
"year": "number",
|
||||
"location": "multitext",
|
||||
"coordinates": "multitext",
|
||||
"model": "text",
|
||||
"lotsqft": "number",
|
||||
"isbn13": "number",
|
||||
@@ -33,7 +33,6 @@
|
||||
"process": "text",
|
||||
"phone": "text",
|
||||
"role": "text",
|
||||
"length": "text",
|
||||
"birthday": "date",
|
||||
"guests": "multitext",
|
||||
"cuisine": "multitext",
|
||||
@@ -48,6 +47,9 @@
|
||||
"published": "date",
|
||||
"where": "multitext",
|
||||
"loc": "multitext",
|
||||
"monthly-uses": "number"
|
||||
"monthly-uses": "number",
|
||||
"runtime": "number",
|
||||
"pages": "number",
|
||||
"acquired": "date"
|
||||
}
|
||||
}
|
||||
@@ -4,15 +4,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Album,
|
||||
artist as Artist,
|
||||
rating as Rating,
|
||||
year as Year,
|
||||
genre as Genre
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name, "Template")
|
||||
sort rating desc
|
||||
```
|
||||
![[Albums.base]]
|
||||
@@ -3,12 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Game,
|
||||
rating as Rating,
|
||||
last as Last
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name,"Template")
|
||||
```
|
||||
![[Board games.base]]
|
||||
@@ -3,16 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Book,
|
||||
author as Author,
|
||||
year as Year,
|
||||
rating as Rating,
|
||||
created as Added,
|
||||
genre as Genre
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name, "Template")
|
||||
sort rating desc, date asc
|
||||
```
|
||||
![[Books.base]]
|
||||
@@ -3,14 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
author as Author,
|
||||
created as Clipped,
|
||||
published as Published
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name, "Template")
|
||||
sort clipped desc
|
||||
```
|
||||
![[Clippings.base]]
|
||||
@@ -3,12 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Company,
|
||||
url as Link
|
||||
where
|
||||
contains(categories,this.file.link)
|
||||
and !contains(file.name, "Template")
|
||||
sort file.mtime desc
|
||||
```
|
||||
![[Companies.base]]
|
||||
|
||||
@@ -3,10 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Event
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name,"Template")
|
||||
```
|
||||
![[Events.base]]
|
||||
@@ -4,12 +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.
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Name,
|
||||
created as Created
|
||||
from #0🌲
|
||||
where
|
||||
!contains(file.name,"Template")
|
||||
sort created desc
|
||||
```
|
||||
![[Evergreen.base]]
|
||||
@@ -3,16 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Game,
|
||||
maker as Maker,
|
||||
genre as Genre,
|
||||
year as Year,
|
||||
rating as Rating,
|
||||
last as "Last played"
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name, "Template")
|
||||
sort last desc
|
||||
```
|
||||
![[Games.base]]
|
||||
|
||||
@@ -3,12 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Entry,
|
||||
created as Created
|
||||
from #journal
|
||||
where
|
||||
!contains(file.name,"Template")
|
||||
sort created desc
|
||||
```
|
||||
![[Journal.base]]
|
||||
|
||||
@@ -2,16 +2,4 @@
|
||||
tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Meeting,
|
||||
type as Type,
|
||||
people as People,
|
||||
date as Date
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name,"Template")
|
||||
sort date desc
|
||||
limit 100
|
||||
```
|
||||
![[Meetings.base]]
|
||||
@@ -4,31 +4,11 @@ tags:
|
||||
---
|
||||
## Favorites
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Movie,
|
||||
year as Year,
|
||||
rating as Rating,
|
||||
last as "Last seen",
|
||||
director as Director
|
||||
where
|
||||
contains(categories,this.file.link)
|
||||
and rating > 6
|
||||
sort rating desc
|
||||
```
|
||||
![[Movies.base#Favorites]]
|
||||
|
||||
|
||||
## Last seen
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Movie,
|
||||
year as Year,
|
||||
rating as Rating,
|
||||
last as "Last seen",
|
||||
director as Director
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
last != "" and !contains(file.name, "Template")
|
||||
sort last desc
|
||||
limit 100
|
||||
```
|
||||
![[Movies.base#Last seen]]
|
||||
|
||||
|
||||
|
||||
@@ -3,12 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Person,
|
||||
filter(file.tags, (t) => t !="#people") as Tags
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name,"Template")
|
||||
sort file.name asc
|
||||
```
|
||||
![[People.base]]
|
||||
@@ -2,24 +2,6 @@
|
||||
tags:
|
||||
- categories
|
||||
---
|
||||
```leaflet
|
||||
id: places
|
||||
markerTag: places
|
||||
maxZoom:15
|
||||
height:400px
|
||||
```
|
||||
|
||||
## Places
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Place,
|
||||
loc as Location,
|
||||
type as Type,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.tags,"places/types") and
|
||||
!contains(file.name,"Template")
|
||||
sort last desc
|
||||
```
|
||||
![[Map.base]]
|
||||
![[Places.base]]
|
||||
|
||||
@@ -3,16 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
link(file.link, "Ep. " + string(episode)) as Episode,
|
||||
show as Show,
|
||||
guests as Guest,
|
||||
episode as Ep,
|
||||
rating as Rating,
|
||||
published as "Published"
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name, "Template")
|
||||
sort published desc
|
||||
```
|
||||
![[Podcast episodes.base]]
|
||||
|
||||
@@ -1,12 +1,7 @@
|
||||
---
|
||||
tags:
|
||||
- categories
|
||||
related: "[[Podcast episodes]]"
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Podcast, host as "Host"
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name,"Template")
|
||||
sort file.name asc
|
||||
```
|
||||
![[Podcasts.base]]
|
||||
|
||||
@@ -2,13 +2,5 @@
|
||||
tags:
|
||||
- categories
|
||||
---
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
status as Status,
|
||||
published as Published
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name,"Template")
|
||||
sort published desc
|
||||
```
|
||||
|
||||
![[Posts.base]]
|
||||
@@ -3,19 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Product,
|
||||
rating as Rating,
|
||||
acquired as Acquired,
|
||||
type as Type,
|
||||
maker as Maker
|
||||
where
|
||||
!contains(file.name, "Template") and
|
||||
contains(categories, [[Products]])
|
||||
sort
|
||||
acquired desc,
|
||||
file.name,
|
||||
rating desc,
|
||||
file.mtime desc
|
||||
```
|
||||
![[Products.base]]
|
||||
|
||||
@@ -3,14 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table
|
||||
type as Type,
|
||||
year as Year,
|
||||
status as Status,
|
||||
url as URL
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name,"Template")
|
||||
sort year desc
|
||||
```
|
||||
![[Projects.base]]
|
||||
|
||||
@@ -3,11 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Recipe, type as Type, author as Author, ingredients as Ingredients, rating as Rating
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name,"Template")
|
||||
sort created desc
|
||||
```
|
||||
![[Recipes.base]]
|
||||
|
||||
@@ -3,13 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Show,
|
||||
rating as Rating,
|
||||
last as "Last seen"
|
||||
where
|
||||
contains(categories, this.file.link) and
|
||||
!contains(file.name, "Template")
|
||||
sort last desc
|
||||
```
|
||||
![[Shows.base]]
|
||||
|
||||
@@ -3,15 +3,4 @@ tags:
|
||||
- categories
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Trip,
|
||||
loc as Location,
|
||||
start as Start,
|
||||
end as End
|
||||
where
|
||||
contains(categories,this.file.link) and
|
||||
!contains(file.name, "Template") and
|
||||
!contains(file.name, "Planning")
|
||||
sort start desc
|
||||
```
|
||||
![[Trips.base]]
|
||||
|
||||
@@ -4,12 +4,4 @@ tags:
|
||||
---
|
||||
## Notes
|
||||
|
||||
```dataview
|
||||
list
|
||||
where
|
||||
!contains(file.tags, "daily") and
|
||||
contains(file.outlinks, this.file.link) or
|
||||
contains(string(file.frontmatter), string(dateformat(this.file.day,"yyyy-MM-dd")))
|
||||
sort file.ctime asc
|
||||
limit 50
|
||||
```
|
||||
![[Daily.base]]
|
||||
|
||||
@@ -4,12 +4,4 @@ tags:
|
||||
---
|
||||
## Notes
|
||||
|
||||
```dataview
|
||||
list
|
||||
where
|
||||
!contains(file.tags, "daily") and
|
||||
contains(file.outlinks, this.file.link) or
|
||||
contains(string(file.frontmatter), string(dateformat(this.file.day,"yyyy-MM-dd")))
|
||||
sort file.ctime asc
|
||||
limit 50
|
||||
```
|
||||
![[Daily.base]]
|
||||
@@ -1,19 +1,3 @@
|
||||
Analysis of cost per use, see [[Buy wisely]]
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Product,
|
||||
rating as Rating,
|
||||
"$" + round(price/(monthly-uses*((date(today) - acquired).months)),2) as "Per use",
|
||||
monthly-uses as "Uses/month",
|
||||
dateformat(acquired, "yyyy-MM") as Acquired,
|
||||
round((date(today) - acquired).months,1) as "Months",
|
||||
"$" + string(round(price, 2)) as Price,
|
||||
round(monthly-uses*((date(today) - acquired).months),0) as "Total uses",
|
||||
type as Type
|
||||
where
|
||||
monthly-uses > 0 and
|
||||
contains(categories, [[Products]])
|
||||
sort
|
||||
round(price/(monthly-uses*((date(today) - acquired).months)),2) asc
|
||||
```
|
||||
![[Products.base#Cost per use]]
|
||||
@@ -11,7 +11,7 @@ loc:
|
||||
- "[[Japan]]"
|
||||
rating: 7
|
||||
created: 2023-09-12
|
||||
location:
|
||||
coordinates:
|
||||
- "34.9689499"
|
||||
- "135.7692576"
|
||||
---
|
||||
|
||||
@@ -3,14 +3,4 @@ tags:
|
||||
- music/genres
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Album,
|
||||
artist as Artist,
|
||||
genre as Genre,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories, [[Albums]]) and
|
||||
contains(genre,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Albums.base#Genre]]
|
||||
@@ -8,37 +8,12 @@ created: 2023-09-12
|
||||
---
|
||||
## Books
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
year as Year,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Books]]) and
|
||||
contains(author,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Books.base#Author]]
|
||||
|
||||
# Clippings
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
published as Published
|
||||
where
|
||||
contains(categories,[[Clippings]]) and
|
||||
contains(author,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Clippings.base#Author]]
|
||||
|
||||
# Podcast episodes
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Podcast,
|
||||
published as Published
|
||||
where
|
||||
contains(categories,[[Podcast episodes]]) and
|
||||
contains(guests,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Podcast episodes.base#Guest]]
|
||||
@@ -8,7 +8,7 @@ tags:
|
||||
- cities
|
||||
loc:
|
||||
- "[[Japan]]"
|
||||
location:
|
||||
coordinates:
|
||||
- "35.021041"
|
||||
- "135.7556075"
|
||||
rating: 7
|
||||
@@ -16,39 +16,9 @@ created: 2023-09-12
|
||||
---
|
||||
## Trips
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Trip,
|
||||
start as Start,
|
||||
end as End
|
||||
where
|
||||
contains(categories, [[Trips]]) and
|
||||
contains(loc, this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
|
||||
## Map
|
||||
|
||||
```leaflet
|
||||
id: kyoto
|
||||
minZoom: 7
|
||||
maxZoom: 20
|
||||
defaultZoom: 11
|
||||
markerTag:
|
||||
- places
|
||||
height: 400px
|
||||
coordinates: [[Kyoto]]
|
||||
```
|
||||
![[Trips.base#Location]]
|
||||
|
||||
## Places
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Place,
|
||||
rating as Rating,
|
||||
type as Type
|
||||
where
|
||||
contains(categories, [[Places]]) and
|
||||
contains(loc, this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Map.base#Location]]
|
||||
![[Places.base#Location]]
|
||||
@@ -4,7 +4,7 @@ categories:
|
||||
cover: "[[out-of-control.jpg]]"
|
||||
isbn: 201483408
|
||||
isbn13: 9780201483406
|
||||
length: "528"
|
||||
pages: 528
|
||||
year: 1992
|
||||
author:
|
||||
- "[[Kevin Kelly]]"
|
||||
|
||||
9
References/Parks.md
Normal file
9
References/Parks.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
tags:
|
||||
- places/types
|
||||
---
|
||||
|
||||
## Places
|
||||
|
||||
![[Map.base#Type]]
|
||||
![[Places.base#Type]]
|
||||
@@ -8,13 +8,4 @@ created: 2023-09-13
|
||||
---
|
||||
## Albums
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Album,
|
||||
artist as Artist,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Albums]]) and
|
||||
contains(artist,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Albums.base#Artist]]
|
||||
@@ -2,13 +2,4 @@
|
||||
tags:
|
||||
- genres
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
categories as categories,
|
||||
rating as Rating
|
||||
where
|
||||
contains(genre,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Genre.base]]
|
||||
@@ -12,23 +12,8 @@ url: https://stephango.com/
|
||||
---
|
||||
## Clippings
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
published as Published
|
||||
where
|
||||
contains(author,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Clippings.base#Author]]
|
||||
|
||||
## Meetings
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Meeting,
|
||||
date as Date
|
||||
where
|
||||
contains(people,this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
|
||||
![[Meetings.base#Person]]
|
||||
@@ -9,13 +9,4 @@ tags:
|
||||
---
|
||||
## Episodes
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
link(file.link, "Ep. " + string(episode)) as Episode,
|
||||
guests as Guest,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Podcast episodes]]) and
|
||||
contains(show,this.file.link)
|
||||
sort episode desc
|
||||
```
|
||||
![[Podcast episodes.base#Show]]
|
||||
@@ -6,13 +6,4 @@ tags:
|
||||
---
|
||||
## Movies
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Movie,
|
||||
year as Year,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Movies]]) and
|
||||
contains(cast,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Movies.base#Actor]]
|
||||
@@ -6,13 +6,4 @@ tags:
|
||||
---
|
||||
## Books
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
year as Year,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Books]]) and
|
||||
contains(author,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Books.base#Author]]
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
```dataview
|
||||
list
|
||||
where
|
||||
contains(type, this.file.link) and
|
||||
!contains(file.name, "Template")
|
||||
sort file.ctime asc
|
||||
```
|
||||
48
Templates/Bases/Albums.base
Normal file
48
Templates/Bases/Albums.base
Normal file
@@ -0,0 +1,48 @@
|
||||
filters:
|
||||
and:
|
||||
- note.categories.contains(link("Albums"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Album
|
||||
note.year:
|
||||
displayName: Year
|
||||
note.artist:
|
||||
displayName: Artist
|
||||
note.created:
|
||||
displayName: Added
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
note.genre:
|
||||
displayName: Genre
|
||||
views:
|
||||
- type: table
|
||||
name: Albums
|
||||
order:
|
||||
- file.name
|
||||
- artist
|
||||
- rating
|
||||
- year
|
||||
- genre
|
||||
- type: table
|
||||
name: Artist
|
||||
filters:
|
||||
and:
|
||||
- list(artist).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- artist
|
||||
- rating
|
||||
- year
|
||||
- genre
|
||||
- type: table
|
||||
name: Genre
|
||||
filters:
|
||||
and:
|
||||
- list(genre).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- artist
|
||||
- rating
|
||||
- year
|
||||
- genre
|
||||
32
Templates/Bases/Attachments.base
Normal file
32
Templates/Bases/Attachments.base
Normal file
@@ -0,0 +1,32 @@
|
||||
formulas:
|
||||
Embeds: if(file.embeds[0].containsAny("jpg","gif","webp","jpeg","avif"), file.embeds[0])
|
||||
Date: if(created,created,if(start,start))
|
||||
links: file.
|
||||
views:
|
||||
- type: cards
|
||||
name: Images
|
||||
filters:
|
||||
and:
|
||||
- this.file.hasLink(file)
|
||||
- '!file.ext.containsAny("base", "canvas", "pdf", "md")'
|
||||
- file == ""
|
||||
order: []
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
image: file.file
|
||||
cardSize: 70
|
||||
- type: table
|
||||
name: Images 2
|
||||
filters:
|
||||
and:
|
||||
- '!file.ext.containsAny("base", "canvas", "pdf", "md")'
|
||||
order:
|
||||
- file.name
|
||||
- file.links
|
||||
- formula.links
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
image: file.file
|
||||
cardSize: 90
|
||||
31
Templates/Bases/Backlinks.base
Normal file
31
Templates/Bases/Backlinks.base
Normal file
@@ -0,0 +1,31 @@
|
||||
filters:
|
||||
and:
|
||||
- file.hasLink(this)
|
||||
formulas:
|
||||
Path: file.path
|
||||
properties:
|
||||
note.created:
|
||||
displayName: Date
|
||||
file.name:
|
||||
displayName: Title
|
||||
note.categories:
|
||||
displayName: Categories
|
||||
views:
|
||||
- type: table
|
||||
name: Backlinks
|
||||
order:
|
||||
- file.name
|
||||
- categories
|
||||
- created
|
||||
sort:
|
||||
- property: created
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Recent entries
|
||||
order:
|
||||
- file.name
|
||||
- created
|
||||
sort:
|
||||
- property: created
|
||||
direction: DESC
|
||||
limit: 20
|
||||
18
Templates/Bases/Board games.base
Normal file
18
Templates/Bases/Board games.base
Normal file
@@ -0,0 +1,18 @@
|
||||
filters:
|
||||
and:
|
||||
- categories.contains(link("Board games"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Game
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
note.last:
|
||||
displayName: Last
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- last
|
||||
57
Templates/Bases/Books.base
Normal file
57
Templates/Bases/Books.base
Normal file
@@ -0,0 +1,57 @@
|
||||
filters:
|
||||
and:
|
||||
- categories.contains(link("Books"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
note.author:
|
||||
displayName: Author
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.year:
|
||||
displayName: Year
|
||||
note.genre:
|
||||
displayName: Genre
|
||||
views:
|
||||
- type: table
|
||||
name: Books
|
||||
order:
|
||||
- file.name
|
||||
- author
|
||||
- length
|
||||
- year
|
||||
- rating
|
||||
- topics
|
||||
- last
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- type: table
|
||||
name: Top rated
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- last
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Author
|
||||
filters:
|
||||
and:
|
||||
- list(author).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- genre
|
||||
sort:
|
||||
- property: genre
|
||||
direction: ASC
|
||||
- type: table
|
||||
name: Genre
|
||||
filters:
|
||||
and:
|
||||
- list(genre).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- genre
|
||||
39
Templates/Bases/Clippings.base
Normal file
39
Templates/Bases/Clippings.base
Normal file
@@ -0,0 +1,39 @@
|
||||
filters:
|
||||
and:
|
||||
- note.categories.contains(link("Clippings"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Title
|
||||
note.author:
|
||||
displayName: Author
|
||||
note.created:
|
||||
displayName: Clipped
|
||||
note.published:
|
||||
displayName: Published
|
||||
views:
|
||||
- type: table
|
||||
name: Clippings
|
||||
order:
|
||||
- file.name
|
||||
- author
|
||||
- created
|
||||
- published
|
||||
sort:
|
||||
- property: created
|
||||
direction: DESC
|
||||
columnSize:
|
||||
note.author: 140
|
||||
- type: table
|
||||
name: Author
|
||||
filters:
|
||||
and:
|
||||
- list(author).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- author
|
||||
- created
|
||||
- published
|
||||
sort:
|
||||
- property: clipped
|
||||
direction: DESC
|
||||
22
Templates/Bases/Companies.base
Normal file
22
Templates/Bases/Companies.base
Normal file
@@ -0,0 +1,22 @@
|
||||
filters:
|
||||
and:
|
||||
- categories.contains(link("Companies"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Company
|
||||
property.url:
|
||||
displayName: Link
|
||||
note.url:
|
||||
displayName: URL
|
||||
note.people:
|
||||
displayName: People
|
||||
views:
|
||||
- type: table
|
||||
name: Companies
|
||||
order:
|
||||
- file.name
|
||||
- url
|
||||
- people
|
||||
columnSize:
|
||||
note.url: 239
|
||||
69
Templates/Bases/Daily.base
Normal file
69
Templates/Bases/Daily.base
Normal file
@@ -0,0 +1,69 @@
|
||||
filters:
|
||||
or:
|
||||
- file.name.contains(this.file.name)
|
||||
- created.toString().contains(this.file.name)
|
||||
- start.toString().contains(this.file.name)
|
||||
- end.toString().contains(this.file.name)
|
||||
- file.links.contains(this.file)
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Entry
|
||||
note.categories:
|
||||
displayName: Categories
|
||||
note.created:
|
||||
displayName: Created
|
||||
note.tags:
|
||||
displayName: Tags
|
||||
views:
|
||||
- type: table
|
||||
name: Daily notes
|
||||
filters:
|
||||
and:
|
||||
- '!tags.contains("daily")'
|
||||
- '!tags.contains("monthly")'
|
||||
order:
|
||||
- file.name
|
||||
- created
|
||||
- categories
|
||||
- tags
|
||||
sort:
|
||||
- property: tags
|
||||
direction: ASC
|
||||
- property: created
|
||||
direction: DESC
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- property: categories
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 287
|
||||
note.created: 128
|
||||
note.categories: 119
|
||||
- type: table
|
||||
name: Monthly
|
||||
filters:
|
||||
and:
|
||||
- '!tags.contains("daily")'
|
||||
- '!tags.contains("monthly")'
|
||||
order:
|
||||
- file.name
|
||||
- categories
|
||||
- created
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- property: created
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Yearly
|
||||
filters:
|
||||
and:
|
||||
- '!tags.contains("daily")'
|
||||
- '!tags.contains("monthly")'
|
||||
order:
|
||||
- file.name
|
||||
- categories
|
||||
- created
|
||||
sort:
|
||||
- property: created
|
||||
direction: ASC
|
||||
46
Templates/Bases/Events.base
Normal file
46
Templates/Bases/Events.base
Normal file
@@ -0,0 +1,46 @@
|
||||
filters:
|
||||
and:
|
||||
- categories.contains(link("Events"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
note.end:
|
||||
displayName: End
|
||||
note.loc:
|
||||
displayName: Location
|
||||
note.start:
|
||||
displayName: Start
|
||||
views:
|
||||
- type: table
|
||||
name: Events
|
||||
order:
|
||||
- file.name
|
||||
- start
|
||||
- end
|
||||
- loc
|
||||
sort:
|
||||
- property: start
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Type
|
||||
filters:
|
||||
and:
|
||||
- list(type).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- start
|
||||
- loc
|
||||
sort:
|
||||
- property: start
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Location
|
||||
filters:
|
||||
and:
|
||||
- list(loc).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- start
|
||||
- loc
|
||||
sort:
|
||||
- property: start
|
||||
direction: DESC
|
||||
18
Templates/Bases/Evergreen.base
Normal file
18
Templates/Bases/Evergreen.base
Normal file
@@ -0,0 +1,18 @@
|
||||
filters:
|
||||
and:
|
||||
- tags.contains("0🌲")
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.created:
|
||||
displayName: Created
|
||||
views:
|
||||
- type: table
|
||||
name: Evergreen
|
||||
order:
|
||||
- file.name
|
||||
- created
|
||||
sort:
|
||||
- column: note.created
|
||||
direction: DESC
|
||||
36
Templates/Bases/Everything.base
Normal file
36
Templates/Bases/Everything.base
Normal file
@@ -0,0 +1,36 @@
|
||||
formulas:
|
||||
Embeds: if(file.embeds[0].containsAny("jpg","gif","webp","jpeg","avif"), file.embeds[0])
|
||||
Date: if(created,created,if(start,start))
|
||||
views:
|
||||
- type: table
|
||||
name: All files
|
||||
order:
|
||||
- file.name
|
||||
- file.mtime
|
||||
- file.path
|
||||
- file.ext
|
||||
- type: cards
|
||||
name: Images
|
||||
filters:
|
||||
and:
|
||||
- '!file.ext.containsAny("base", "canvas", "pdf", "md")'
|
||||
order:
|
||||
- file.name
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
image: file.file
|
||||
- type: cards
|
||||
name: Images in posts
|
||||
filters:
|
||||
and:
|
||||
- "!formula.Embeds.isEmpty()"
|
||||
order:
|
||||
- file.name
|
||||
- formula.Date
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- property: date
|
||||
direction: DESC
|
||||
image: formula.Embeds
|
||||
45
Templates/Bases/Games.base
Normal file
45
Templates/Bases/Games.base
Normal file
@@ -0,0 +1,45 @@
|
||||
filters:
|
||||
and:
|
||||
- note.categories.contains(link("Games"))
|
||||
- '!file.name.contains("Template")'
|
||||
display:
|
||||
file.name: Games
|
||||
note.year: Year
|
||||
note.maker: Maker
|
||||
note.rating: Rating
|
||||
note.genre: Genre
|
||||
note.last: Last played
|
||||
views:
|
||||
- type: table
|
||||
name: Games
|
||||
order:
|
||||
- file.name
|
||||
- maker
|
||||
- genre
|
||||
- year
|
||||
- rating
|
||||
- last
|
||||
- type: table
|
||||
name: Studio
|
||||
filters:
|
||||
and:
|
||||
- list(maker).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- maker
|
||||
- genre
|
||||
- year
|
||||
- rating
|
||||
- last
|
||||
- type: table
|
||||
name: Genre
|
||||
filters:
|
||||
and:
|
||||
- list(genre).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- maker
|
||||
- genre
|
||||
- year
|
||||
- rating
|
||||
- last
|
||||
24
Templates/Bases/Genre.base
Normal file
24
Templates/Bases/Genre.base
Normal file
@@ -0,0 +1,24 @@
|
||||
filters:
|
||||
and:
|
||||
- list(genre).contains(this)
|
||||
display:
|
||||
note.rating: Rating
|
||||
note.categories: Category
|
||||
note.last: Last
|
||||
file.name: Name
|
||||
views:
|
||||
- type: table
|
||||
name: Genre
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- categories
|
||||
- last
|
||||
sort:
|
||||
- column: note.rating
|
||||
direction: DESC
|
||||
- column: note.last
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 248
|
||||
note.categories: 170
|
||||
15
Templates/Bases/Journal.base
Normal file
15
Templates/Bases/Journal.base
Normal file
@@ -0,0 +1,15 @@
|
||||
filters:
|
||||
and:
|
||||
- '!file.name.contains("Template")'
|
||||
- tags.contains("journal")
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Entry
|
||||
note.created:
|
||||
displayName: Created
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
order:
|
||||
- file.name
|
||||
- created
|
||||
78
Templates/Bases/Map.base
Normal file
78
Templates/Bases/Map.base
Normal file
@@ -0,0 +1,78 @@
|
||||
filters:
|
||||
and:
|
||||
- categories.contains(link("Places"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
note.type:
|
||||
displayName: Type
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
note.loc:
|
||||
displayName: Location
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.last:
|
||||
displayName: Last
|
||||
views:
|
||||
- type: map
|
||||
name: Map
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- loc
|
||||
- type
|
||||
- last
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: type
|
||||
direction: ASC
|
||||
- property: loc
|
||||
direction: ASC
|
||||
defaultZoom: 2
|
||||
coordinates: note.coordinates
|
||||
- type: map
|
||||
name: Location
|
||||
filters:
|
||||
or:
|
||||
- list(loc).contains(this)
|
||||
- list(loc).containsAny(this.related)
|
||||
order:
|
||||
- file.name
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: type
|
||||
direction: ASC
|
||||
- property: loc
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 162
|
||||
note.rating: 84
|
||||
note.loc: 145
|
||||
note.type: 199
|
||||
coordinates: note.coordinates
|
||||
defaultZoom: 10.6
|
||||
- type: map
|
||||
name: Type
|
||||
filters:
|
||||
and:
|
||||
- list(type).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- type
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: type
|
||||
direction: ASC
|
||||
- property: loc
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 162
|
||||
note.rating: 84
|
||||
note.loc: 145
|
||||
note.type: 199
|
||||
coordinates: note.coordinates
|
||||
defaultZoom: 3.1
|
||||
52
Templates/Bases/Meetings.base
Normal file
52
Templates/Bases/Meetings.base
Normal file
@@ -0,0 +1,52 @@
|
||||
filters:
|
||||
and:
|
||||
- categories.contains(link("Meetings"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
note.date:
|
||||
displayName: Date
|
||||
note.people:
|
||||
displayName: People
|
||||
note.type:
|
||||
displayName: Type
|
||||
file.name:
|
||||
displayName: Meeting
|
||||
note.org:
|
||||
displayName: Org
|
||||
views:
|
||||
- type: table
|
||||
name: Meetings
|
||||
order:
|
||||
- file.name
|
||||
- date
|
||||
- type
|
||||
- people
|
||||
sort:
|
||||
- property: date
|
||||
direction: ASC
|
||||
- type: table
|
||||
name: Person
|
||||
filters:
|
||||
and:
|
||||
- list(people).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- date
|
||||
- type
|
||||
- people
|
||||
sort:
|
||||
- property: date
|
||||
direction: ASC
|
||||
- type: table
|
||||
name: Type
|
||||
filters:
|
||||
and:
|
||||
- list(type).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- date
|
||||
- people
|
||||
- org
|
||||
sort:
|
||||
- property: date
|
||||
direction: DESC
|
||||
239
Templates/Bases/Movies.base
Normal file
239
Templates/Bases/Movies.base
Normal file
@@ -0,0 +1,239 @@
|
||||
filters:
|
||||
and:
|
||||
- categories.contains(link("Movies"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.last:
|
||||
displayName: Last
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
note.year:
|
||||
displayName: Year
|
||||
note.director:
|
||||
displayName: Director
|
||||
note.genre:
|
||||
displayName: Genre
|
||||
note.cast:
|
||||
displayName: Cast
|
||||
note.scoreImdb:
|
||||
displayName: IMDB
|
||||
note.scoreRT:
|
||||
displayName: RT
|
||||
note.runtime:
|
||||
displayName: Runtime
|
||||
note.watchlist:
|
||||
displayName: Added
|
||||
views:
|
||||
- type: table
|
||||
name: All
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- director
|
||||
- rating
|
||||
- last
|
||||
- plot
|
||||
- genre
|
||||
sort:
|
||||
- property: director
|
||||
direction: ASC
|
||||
- property: plot
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 193
|
||||
note.director: 205
|
||||
note.plot: 233
|
||||
note.genre: 261
|
||||
- type: table
|
||||
name: To-watch
|
||||
filters:
|
||||
and:
|
||||
- last.isEmpty()
|
||||
- rating.isEmpty()
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- scoreImdb
|
||||
- scoreRT
|
||||
- runtime
|
||||
- watchlist
|
||||
- director
|
||||
- genre
|
||||
sort:
|
||||
- property: scoreImdb
|
||||
direction: DESC
|
||||
- property: scoreRT
|
||||
direction: DESC
|
||||
- property: watchlist
|
||||
direction: DESC
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- property: director
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 283
|
||||
note.year: 68
|
||||
note.scoreRT: 67
|
||||
note.director: 238
|
||||
- type: table
|
||||
name: Favorites
|
||||
filters:
|
||||
and:
|
||||
- note.rating > 6
|
||||
order:
|
||||
- file.name
|
||||
- director
|
||||
- year
|
||||
- genre
|
||||
- rating
|
||||
- ratingImdb
|
||||
- last
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- property: ratingImdb
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 283
|
||||
note.director: 221
|
||||
note.year: 68
|
||||
- type: table
|
||||
name: Last seen
|
||||
filters:
|
||||
and:
|
||||
- "!last.isEmpty()"
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- rating
|
||||
- last
|
||||
- director
|
||||
- genre
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
limit: 20
|
||||
- type: table
|
||||
name: Actor
|
||||
filters:
|
||||
and:
|
||||
- list(cast).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- director
|
||||
- genre
|
||||
- ratingImdb
|
||||
sort:
|
||||
- property: ratingImdb
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Genre
|
||||
filters:
|
||||
and:
|
||||
- list(genre).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- year
|
||||
- director
|
||||
- last
|
||||
- genre
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: genre
|
||||
direction: ASC
|
||||
- property: rating
|
||||
direction: DESC
|
||||
columnSize:
|
||||
note.director: 166
|
||||
note.last: 115
|
||||
- type: table
|
||||
name: Director
|
||||
filters:
|
||||
and:
|
||||
- list(director).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- rating
|
||||
- last
|
||||
- cast
|
||||
- genre
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: rating
|
||||
direction: ASC
|
||||
- property: year
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 186
|
||||
note.year: 79
|
||||
note.rating: 96
|
||||
note.genre: 243
|
||||
- type: table
|
||||
name: Soundtrack
|
||||
filters:
|
||||
and:
|
||||
- list(music).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- rating
|
||||
- last
|
||||
- cast
|
||||
- genre
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: rating
|
||||
direction: ASC
|
||||
- property: year
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 186
|
||||
note.year: 79
|
||||
note.rating: 96
|
||||
note.genre: 243
|
||||
- type: table
|
||||
name: Theater
|
||||
filters:
|
||||
and:
|
||||
- file.links.contains(this.file)
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- last
|
||||
- year
|
||||
- scoreImdb
|
||||
- runtime
|
||||
- scoreRT
|
||||
- watchlist
|
||||
- director
|
||||
- genre
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: scoreImdb
|
||||
direction: DESC
|
||||
- property: scoreRT
|
||||
direction: DESC
|
||||
- property: watchlist
|
||||
direction: DESC
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- property: director
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 283
|
||||
note.rating: 94
|
||||
note.year: 68
|
||||
note.scoreRT: 67
|
||||
note.director: 238
|
||||
note.genre: 243
|
||||
33
Templates/Bases/People.base
Normal file
33
Templates/Bases/People.base
Normal file
@@ -0,0 +1,33 @@
|
||||
filters:
|
||||
and:
|
||||
- '!file.name.contains("Template")'
|
||||
- note.tags.contains("people")
|
||||
formulas:
|
||||
Age: (now() - birthday).years.floor()
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.tags:
|
||||
displayName: Tags
|
||||
note.birthday:
|
||||
displayName: Birthday
|
||||
views:
|
||||
- type: table
|
||||
name: All people
|
||||
order:
|
||||
- file.name
|
||||
- tags
|
||||
- birthday
|
||||
- formula.Age
|
||||
columnSize:
|
||||
note.tags: 209
|
||||
formula.Age: 99
|
||||
sort:
|
||||
- column: file.name
|
||||
direction: ASC
|
||||
- column: note.tags
|
||||
direction: ASC
|
||||
- column: formula.Age
|
||||
direction: DESC
|
||||
- column: note.birthday
|
||||
direction: DESC
|
||||
115
Templates/Bases/Places.base
Normal file
115
Templates/Bases/Places.base
Normal file
@@ -0,0 +1,115 @@
|
||||
filters:
|
||||
and:
|
||||
- note.categories.contains(link("Places"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
note.type:
|
||||
displayName: Type
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
note.loc:
|
||||
displayName: Location
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.last:
|
||||
displayName: Last
|
||||
views:
|
||||
- type: table
|
||||
name: Places
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- loc
|
||||
- type
|
||||
- last
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: type
|
||||
direction: ASC
|
||||
- property: loc
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 162
|
||||
note.loc: 145
|
||||
note.type: 199
|
||||
- type: table
|
||||
name: Location
|
||||
filters:
|
||||
and:
|
||||
- list(loc).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- type
|
||||
- rating
|
||||
- last
|
||||
sort:
|
||||
- property: rating
|
||||
direction: DESC
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: loc
|
||||
direction: ASC
|
||||
columnSize:
|
||||
note.type: 197
|
||||
- type: table
|
||||
name: Type
|
||||
filters:
|
||||
and:
|
||||
- list(type).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- type
|
||||
- rating
|
||||
- last
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: loc
|
||||
direction: ASC
|
||||
columnSize:
|
||||
note.type: 153
|
||||
- type: table
|
||||
name: Related
|
||||
filters:
|
||||
and:
|
||||
- file.hasLink(this)
|
||||
- '!tags.containsAny("cities", "countries")'
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- loc
|
||||
- type
|
||||
- last
|
||||
sort:
|
||||
- property: rating
|
||||
direction: DESC
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: type
|
||||
direction: ASC
|
||||
- property: loc
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 162
|
||||
note.rating: 65
|
||||
note.loc: 145
|
||||
note.type: 199
|
||||
- type: table
|
||||
name: Metatype
|
||||
filters:
|
||||
or:
|
||||
- list(type).contains(this)
|
||||
- list(type).containsAny(this.topics)
|
||||
order:
|
||||
- file.name
|
||||
- type
|
||||
- rating
|
||||
- last
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: loc
|
||||
direction: ASC
|
||||
columnSize:
|
||||
note.type: 153
|
||||
56
Templates/Bases/Podcast episodes.base
Normal file
56
Templates/Bases/Podcast episodes.base
Normal file
@@ -0,0 +1,56 @@
|
||||
filters:
|
||||
and:
|
||||
- note.categories.contains(link("Podcast episodes"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Podcast
|
||||
note.show:
|
||||
displayName: Show
|
||||
note.guests:
|
||||
displayName: Guests
|
||||
note.episode:
|
||||
displayName: Episode
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
note.published:
|
||||
displayName: Published
|
||||
note.guest:
|
||||
displayName: Guest
|
||||
views:
|
||||
- type: table
|
||||
name: All episodes
|
||||
order:
|
||||
- file.name
|
||||
- show
|
||||
- guests
|
||||
- episode
|
||||
- rating
|
||||
- published
|
||||
sort:
|
||||
- property: published
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Show
|
||||
filters:
|
||||
and:
|
||||
- list(show).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- show
|
||||
- episode
|
||||
- rating
|
||||
- published
|
||||
- guest
|
||||
- type: table
|
||||
name: Guest
|
||||
filters:
|
||||
and:
|
||||
- list(guest).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- show
|
||||
- guests
|
||||
- episode
|
||||
- rating
|
||||
- published
|
||||
15
Templates/Bases/Podcasts.base
Normal file
15
Templates/Bases/Podcasts.base
Normal file
@@ -0,0 +1,15 @@
|
||||
filters:
|
||||
and:
|
||||
- note.categories.contains(link("Podcasts"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Podcast
|
||||
note.host:
|
||||
displayName: Host
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
order:
|
||||
- file.name
|
||||
- host
|
||||
21
Templates/Bases/Posts.base
Normal file
21
Templates/Bases/Posts.base
Normal file
@@ -0,0 +1,21 @@
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Title
|
||||
note.status:
|
||||
displayName: Status
|
||||
note.published:
|
||||
displayName: Published
|
||||
views:
|
||||
- type: table
|
||||
name: All
|
||||
filters:
|
||||
and:
|
||||
- list(categories).contains(link("Posts"))
|
||||
- '!file.name.contains("Template")'
|
||||
order:
|
||||
- file.name
|
||||
- status
|
||||
- published
|
||||
sort:
|
||||
- column: note.published
|
||||
direction: DESC
|
||||
149
Templates/Bases/Products.base
Normal file
149
Templates/Bases/Products.base
Normal file
@@ -0,0 +1,149 @@
|
||||
filters:
|
||||
and:
|
||||
- note.categories.contains(link("Products"))
|
||||
- '!file.name.contains("Template")'
|
||||
formulas:
|
||||
Owned: ((now() - acquired).months).round()
|
||||
totalUses: monthlyUses * formula.Owned.round()
|
||||
perUse: (price / formula.totalUses).toFixed(2)
|
||||
properties:
|
||||
note.monthlyUses:
|
||||
displayName: Uses/month
|
||||
formula.Owned:
|
||||
displayName: Months
|
||||
formula.totalUses:
|
||||
displayName: Total uses
|
||||
formula.perUse:
|
||||
displayName: Per use
|
||||
note.price:
|
||||
displayName: Price
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
note.acquired:
|
||||
displayName: Acquired
|
||||
note.type:
|
||||
displayName: Type
|
||||
file.name:
|
||||
displayName: Product
|
||||
views:
|
||||
- type: table
|
||||
name: Products
|
||||
order:
|
||||
- file.name
|
||||
- acquired
|
||||
- rating
|
||||
- price
|
||||
- monthlyUses
|
||||
- formula.perUse
|
||||
- formula.Owned
|
||||
- formula.totalUses
|
||||
- type
|
||||
sort:
|
||||
- property: formula.perUse
|
||||
direction: ASC
|
||||
- property: formula.totalUses
|
||||
direction: ASC
|
||||
- property: acquired
|
||||
direction: DESC
|
||||
- property: file.name
|
||||
direction: DESC
|
||||
- property: rating
|
||||
direction: DESC
|
||||
- property: formula.Owned
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 209
|
||||
note.acquired: 112
|
||||
note.price: 78
|
||||
note.monthlyUses: 123
|
||||
formula.perUse: 102
|
||||
formula.Owned: 113
|
||||
formula.totalUses: 115
|
||||
- type: table
|
||||
name: Cost per use
|
||||
filters:
|
||||
and:
|
||||
- note.monthlyUses > 0
|
||||
order:
|
||||
- file.name
|
||||
- acquired
|
||||
- monthlyUses
|
||||
- price
|
||||
- formula.Owned
|
||||
- formula.totalUses
|
||||
- formula.perUse
|
||||
- type
|
||||
- rating
|
||||
sort:
|
||||
- property: acquired
|
||||
direction: ASC
|
||||
- property: monthlyUses
|
||||
direction: DESC
|
||||
- property: rating
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 207
|
||||
note.acquired: 112
|
||||
note.monthlyUses: 131
|
||||
note.price: 78
|
||||
formula.Owned: 99
|
||||
formula.totalUses: 100
|
||||
formula.perUse: 93
|
||||
- type: table
|
||||
name: Maker
|
||||
filters:
|
||||
and:
|
||||
- list(maker).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- formula.perUse
|
||||
- monthlyUses
|
||||
- price
|
||||
- formula.totalUses
|
||||
- formula.Owned
|
||||
- acquired
|
||||
- type
|
||||
sort:
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- property: formula.totalUses
|
||||
direction: DESC
|
||||
- property: acquired
|
||||
direction: DESC
|
||||
- property: monthlyUses
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 209
|
||||
note.monthlyUses: 82
|
||||
formula.totalUses: 115
|
||||
- type: table
|
||||
name: Type
|
||||
filters:
|
||||
and:
|
||||
- list(type).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- formula.perUse
|
||||
- monthlyUses
|
||||
- price
|
||||
- formula.totalUses
|
||||
- formula.Owned
|
||||
- acquired
|
||||
- type
|
||||
sort:
|
||||
- property: rating
|
||||
direction: DESC
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- property: formula.totalUses
|
||||
direction: DESC
|
||||
- property: acquired
|
||||
direction: DESC
|
||||
- property: monthlyUses
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 209
|
||||
note.monthlyUses: 82
|
||||
formula.totalUses: 115
|
||||
32
Templates/Bases/Projects.base
Normal file
32
Templates/Bases/Projects.base
Normal file
@@ -0,0 +1,32 @@
|
||||
filters:
|
||||
and:
|
||||
- '!file.name.contains("Template")'
|
||||
- note.categories.contains(link("Projects"))
|
||||
properties:
|
||||
note.status:
|
||||
displayName: Status
|
||||
note.url:
|
||||
displayName: URL
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.type:
|
||||
displayName: Type
|
||||
note.year:
|
||||
displayName: Year
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
order:
|
||||
- file.name
|
||||
- type
|
||||
- year
|
||||
- status
|
||||
- url
|
||||
sort:
|
||||
- column: note.status
|
||||
direction: ASC
|
||||
- column: note.year
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 209
|
||||
note.type: 199
|
||||
39
Templates/Bases/Ratings.base
Normal file
39
Templates/Bases/Ratings.base
Normal file
@@ -0,0 +1,39 @@
|
||||
filters:
|
||||
and:
|
||||
- rating > 0
|
||||
properties:
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
note.last:
|
||||
displayName: Last
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.categories:
|
||||
displayName: Categories
|
||||
views:
|
||||
- type: table
|
||||
name: Ratings
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- last
|
||||
- categories
|
||||
sort:
|
||||
- column: note.last
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 238
|
||||
- type: table
|
||||
name: Recent
|
||||
filters:
|
||||
and:
|
||||
- last > now() - "60d"
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- last
|
||||
- categories
|
||||
sort:
|
||||
- column: note.last
|
||||
direction: DESC
|
||||
limit: 100
|
||||
30
Templates/Bases/Recipes.base
Normal file
30
Templates/Bases/Recipes.base
Normal file
@@ -0,0 +1,30 @@
|
||||
filters:
|
||||
and:
|
||||
- note.categories.contains(link("Recipes"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.author:
|
||||
displayName: Author
|
||||
note.type:
|
||||
displayName: Type
|
||||
note.ingredients:
|
||||
displayName: Ingredients
|
||||
note.cuisine:
|
||||
displayName: Cuisine
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
views:
|
||||
- type: table
|
||||
name: Recipes
|
||||
order:
|
||||
- file.name
|
||||
- type
|
||||
- cuisine
|
||||
- author
|
||||
- ingredients
|
||||
- rating
|
||||
columnSize:
|
||||
note.type: 201
|
||||
note.cuisine: 174
|
||||
40
Templates/Bases/Related.base
Normal file
40
Templates/Bases/Related.base
Normal file
@@ -0,0 +1,40 @@
|
||||
filters:
|
||||
and:
|
||||
- file.path != this.file.path
|
||||
formulas:
|
||||
LinksOverlap: formula.Related.length
|
||||
Related: list(this.file.links).filter(list(file.links).containsAny(value)).unique()
|
||||
BacklinksCount: file.backlinks.length
|
||||
TagsOverlap: list(this.file.tags).filter(list(file.tags).containsAny(value)).unique().length
|
||||
properties:
|
||||
formula.LinksOverlap:
|
||||
displayName: Links overlap
|
||||
file.name:
|
||||
displayName: Name
|
||||
formula.BacklinksCount:
|
||||
displayName: Backlinks count
|
||||
formula.TagsOverlap:
|
||||
displayName: Tags overlap
|
||||
formula.Related:
|
||||
displayName: Links
|
||||
views:
|
||||
- type: table
|
||||
name: Related
|
||||
filters:
|
||||
or:
|
||||
- formula.LinksOverlap > 2
|
||||
- file.hasLink(this)
|
||||
- this.file.hasLink(file)
|
||||
order:
|
||||
- file.name
|
||||
- formula.Related
|
||||
sort:
|
||||
- property: formula.LinksOverlap
|
||||
direction: DESC
|
||||
- property: formula.TagsOverlap
|
||||
direction: DESC
|
||||
- property: formula.BacklinksCount
|
||||
direction: DESC
|
||||
limit: 20
|
||||
columnSize:
|
||||
file.name: 220
|
||||
94
Templates/Bases/Shows.base
Normal file
94
Templates/Bases/Shows.base
Normal file
@@ -0,0 +1,94 @@
|
||||
filters:
|
||||
and:
|
||||
- '!file.name.contains("Template")'
|
||||
- note.categories.contains(link("Shows"))
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.last:
|
||||
displayName: Last
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
note.year:
|
||||
displayName: Year
|
||||
note.director:
|
||||
displayName: Director
|
||||
note.genre:
|
||||
displayName: Genre
|
||||
note.cast:
|
||||
displayName: Cast
|
||||
views:
|
||||
- type: table
|
||||
name: All
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- rating
|
||||
- last
|
||||
- director
|
||||
- genre
|
||||
sort:
|
||||
- column: note.rating
|
||||
direction: DESC
|
||||
- column: file.name
|
||||
direction: ASC
|
||||
- column: note.director
|
||||
direction: ASC
|
||||
- type: table
|
||||
name: Favorites
|
||||
filters:
|
||||
and:
|
||||
- note.rating > 6
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- rating
|
||||
- last
|
||||
- director
|
||||
- genre
|
||||
- type: table
|
||||
name: Last seen
|
||||
filters:
|
||||
and:
|
||||
- not(empty(note.last))
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- rating
|
||||
- last
|
||||
- director
|
||||
- genre
|
||||
sort:
|
||||
- column: note.last
|
||||
direction: DESC
|
||||
limit: 20
|
||||
- type: table
|
||||
name: Actor
|
||||
filters:
|
||||
and:
|
||||
- list(cast).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- director
|
||||
- genre
|
||||
- type: table
|
||||
name: Genre
|
||||
filters:
|
||||
and:
|
||||
- list(genre).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- director
|
||||
- genre
|
||||
- type: table
|
||||
name: Director
|
||||
filters:
|
||||
and:
|
||||
- list(director).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- cast
|
||||
- genre
|
||||
12
Templates/Bases/Templates.base
Normal file
12
Templates/Bases/Templates.base
Normal file
@@ -0,0 +1,12 @@
|
||||
filters:
|
||||
and:
|
||||
- file.path.contains("/Templates")
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
order:
|
||||
- file.name
|
||||
- categories
|
||||
sort: []
|
||||
columnSize:
|
||||
file.name: 234
|
||||
38
Templates/Bases/Trips.base
Normal file
38
Templates/Bases/Trips.base
Normal file
@@ -0,0 +1,38 @@
|
||||
filters:
|
||||
and:
|
||||
- note.categories.contains(link("Trips"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
note.start:
|
||||
displayName: Start
|
||||
note.end:
|
||||
displayName: End
|
||||
file.name:
|
||||
displayName: Trip
|
||||
note.loc:
|
||||
displayName: Location
|
||||
views:
|
||||
- type: table
|
||||
name: All trips
|
||||
filters:
|
||||
and:
|
||||
- '!file.name.contains("Planning")'
|
||||
order:
|
||||
- file.name
|
||||
- start
|
||||
- end
|
||||
- loc
|
||||
sort:
|
||||
- property: end
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 255
|
||||
- type: table
|
||||
name: Location
|
||||
filters:
|
||||
and:
|
||||
- list(loc).contains(this)
|
||||
order:
|
||||
- file.name
|
||||
- start
|
||||
- end
|
||||
@@ -4,7 +4,7 @@ categories:
|
||||
author: []
|
||||
cover:
|
||||
genre: []
|
||||
length:
|
||||
pages:
|
||||
isbn:
|
||||
isbn13:
|
||||
year:
|
||||
|
||||
@@ -10,45 +10,15 @@ loc:
|
||||
rating:
|
||||
created: {{date}}
|
||||
last:
|
||||
location:
|
||||
coordinates:
|
||||
- "35.021041"
|
||||
- "135.7556075"
|
||||
---
|
||||
## Trips
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Trip,
|
||||
start as Start,
|
||||
end as End
|
||||
where
|
||||
contains(categories, [[Trips]]) and
|
||||
contains(loc, this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
|
||||
## Map
|
||||
|
||||
```leaflet
|
||||
id: kyoto
|
||||
minZoom: 10
|
||||
maxZoom: 20
|
||||
defaultZoom: 12
|
||||
markerTag:
|
||||
- places
|
||||
height: 400px
|
||||
coordinates: [[Kyoto]]
|
||||
```
|
||||
![[Trips.base#Location]]
|
||||
|
||||
## Places
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Place,
|
||||
rating as Rating,
|
||||
type as Type
|
||||
where
|
||||
contains(categories, [[Places]]) and
|
||||
contains(loc, this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Map.base#Location]]
|
||||
![[Places.base#Location]]
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
categories:
|
||||
- "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
phone:
|
||||
twitter:
|
||||
org:
|
||||
|
||||
@@ -4,12 +4,4 @@ tags:
|
||||
---
|
||||
## Notes
|
||||
|
||||
```dataview
|
||||
list
|
||||
where
|
||||
!contains(file.tags, "daily") and
|
||||
contains(file.outlinks, this.file.link) or
|
||||
contains(string(file.frontmatter), string(dateformat(this.file.day,"yyyy-MM-dd")))
|
||||
sort file.ctime asc
|
||||
limit 50
|
||||
```
|
||||
![[Daily.base]]
|
||||
@@ -8,13 +8,4 @@ created: {{date}}
|
||||
---
|
||||
## Movies
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Movie,
|
||||
year as Year,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Movies]]) and
|
||||
contains(director,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Movies.base#Director]]
|
||||
@@ -4,15 +4,7 @@ categories:
|
||||
tags:
|
||||
- companies
|
||||
---
|
||||
|
||||
## Games
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Game,
|
||||
year as Year,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Games]]) and
|
||||
contains(maker,this.file.link)
|
||||
sort year desc
|
||||
```
|
||||
![[Games.base#Studio]]
|
||||
@@ -2,13 +2,4 @@
|
||||
tags:
|
||||
- genres
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Title,
|
||||
categories as categories,
|
||||
rating as Rating
|
||||
where
|
||||
contains(genre,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Genre.base]]
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- maps
|
||||
---
|
||||
|
||||
```leaflet
|
||||
id: nyc
|
||||
minZoom: 10
|
||||
maxZoom: 20
|
||||
defaultZoom: 12
|
||||
linksTo: [[New York]]
|
||||
height: 400px
|
||||
coordinates: [[New York]]
|
||||
```
|
||||
@@ -2,17 +2,4 @@
|
||||
tags:
|
||||
- meetings/type
|
||||
---
|
||||
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Meeting,
|
||||
people as People,
|
||||
date as Date
|
||||
where
|
||||
contains(categories, [[Meetings]]) and
|
||||
!contains(file.name,"Template") and
|
||||
contains(type,this.file.link)
|
||||
sort date desc
|
||||
limit 50
|
||||
```
|
||||
![[Meetings.base#Type]]
|
||||
@@ -1,8 +1 @@
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Meeting, date as Date
|
||||
from [[Meetings]]
|
||||
where contains(people,this.file.link)
|
||||
sort date desc
|
||||
limit 50
|
||||
```
|
||||
![[Meetings.base#Person]]
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
aliases: July 2023
|
||||
aliases:
|
||||
- July 2023
|
||||
previous: "[[2023-06]]"
|
||||
next: "[[2023-08]]"
|
||||
tags:
|
||||
@@ -7,13 +8,4 @@ tags:
|
||||
---
|
||||
## Entries
|
||||
|
||||
```dataview
|
||||
list
|
||||
where
|
||||
contains(file.name,this.file.name) or
|
||||
contains(file.outlinks.file.name,this.file.name) or
|
||||
contains(string(file.frontmatter),this.file.name)
|
||||
where !contains(file.tags, "daily")
|
||||
where !contains(file.tags, "monthly")
|
||||
sort file.name asc
|
||||
```
|
||||
![[Daily.base#Monthly]]
|
||||
|
||||
@@ -2,13 +2,4 @@
|
||||
tags:
|
||||
- movies/genres
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Movie,
|
||||
rating as "Rating"
|
||||
where
|
||||
contains(categories,[[Movies]]) and
|
||||
contains(genre,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Movies.base#Genre]]
|
||||
@@ -5,6 +5,7 @@ cover:
|
||||
genre: []
|
||||
director:
|
||||
cast: []
|
||||
runtime:
|
||||
rating:
|
||||
year:
|
||||
last: {{date}}
|
||||
@@ -15,5 +16,3 @@ tags:
|
||||
- references
|
||||
---
|
||||
|
||||
[[{{date}}]]
|
||||
|
||||
|
||||
@@ -3,14 +3,4 @@ tags:
|
||||
- music/genres
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Album,
|
||||
artist as Artist,
|
||||
genre as Genre,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Albums]]) and
|
||||
contains(genre,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Albums.base#Genre]]
|
||||
@@ -7,14 +7,4 @@ created: {{date}}
|
||||
---
|
||||
## Albums
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Album,
|
||||
artist as Artist,
|
||||
genre as Genre,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Albums]]) and
|
||||
contains(artist,this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
![[Albums.base#Artist]]
|
||||
@@ -9,12 +9,4 @@ created: {{date}}
|
||||
---
|
||||
## Meetings
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Meeting,
|
||||
date as Date
|
||||
where
|
||||
contains(categories,[[Meetings]]) and
|
||||
contains(people,this.file.link)
|
||||
sort file.name desc
|
||||
```
|
||||
![[Meetings.base#Person]]
|
||||
@@ -1,13 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- people/types
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Name
|
||||
where
|
||||
contains(categories, [[People]]) and
|
||||
!contains(file.name,"Template")
|
||||
sort file.name asc
|
||||
```
|
||||
@@ -3,24 +3,7 @@ tags:
|
||||
- places/types
|
||||
---
|
||||
|
||||
```leaflet
|
||||
id: restaurants
|
||||
linksTo: [[Pizzerias]]
|
||||
minZoom: 3
|
||||
maxZoom: 20
|
||||
defaultZoom: 3
|
||||
height: 400px
|
||||
```
|
||||
|
||||
## Places
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Place,
|
||||
rating as Rating,
|
||||
loc as Location
|
||||
where
|
||||
contains(categories, [[Places]]) and
|
||||
!contains(file.name,"Template") and
|
||||
contains(type, this.file.link)
|
||||
```
|
||||
![[Map.base#Type]]
|
||||
![[Places.base#Type]]
|
||||
@@ -13,4 +13,3 @@ rating:
|
||||
published:
|
||||
last: {{date}}
|
||||
---
|
||||
-
|
||||
@@ -8,13 +8,4 @@ tags:
|
||||
---
|
||||
## Episodes
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
link(file.link, "Ep. " + string(episode)) as Episode,
|
||||
guests as Guest,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categories,[[Podcast episodes]]) and
|
||||
contains(show,this.file.link)
|
||||
sort episode desc
|
||||
```
|
||||
![[Podcast episodes.base#Show]]
|
||||
|
||||
@@ -6,8 +6,7 @@ tags:
|
||||
author:
|
||||
- "[[Me]]"
|
||||
url:
|
||||
created:
|
||||
"{ date }":
|
||||
created: {{date}}
|
||||
published:
|
||||
topics: []
|
||||
status:
|
||||
|
||||
@@ -2,20 +2,4 @@
|
||||
tags:
|
||||
- products/types
|
||||
---
|
||||
|
||||
```dataview
|
||||
table without id
|
||||
file.link as Item,
|
||||
maker as Maker,
|
||||
price as Price,
|
||||
rating as Rating,
|
||||
acquired as Acquired
|
||||
where
|
||||
contains(categories, [[Products]]) and
|
||||
!contains(file.name,"Template") and
|
||||
contains(type,this.file.link)
|
||||
sort
|
||||
acquired desc,
|
||||
rating desc,
|
||||
file.mtime desc
|
||||
```
|
||||
![[Products.base]]
|
||||
@@ -1,10 +0,0 @@
|
||||
# Recent entries
|
||||
|
||||
```dataview
|
||||
table
|
||||
created as Date
|
||||
where
|
||||
contains(file.outlinks, this.file.link)
|
||||
sort created desc
|
||||
limit 20
|
||||
```
|
||||
@@ -11,4 +11,3 @@ tags:
|
||||
- places
|
||||
- restaurants
|
||||
---
|
||||
## [[{{date}}]]
|
||||
@@ -11,5 +11,3 @@ tags:
|
||||
- episodes
|
||||
- references
|
||||
---
|
||||
## [[{{date}}]]
|
||||
|
||||
|
||||
@@ -11,5 +11,3 @@ tags:
|
||||
- shows
|
||||
- references
|
||||
---
|
||||
## [[{{date}}]]
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user