Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35002d844a | ||
|
|
b75feb5d29 | ||
|
|
b988a7e438 | ||
|
|
de7764aa87 | ||
|
|
a1cf0fdc63 | ||
|
|
3debf9da8a | ||
|
|
453e98b3db | ||
|
|
aca2993b8e | ||
|
|
08da8df936 | ||
|
|
aae37bf7ca | ||
|
|
202f8e3065 | ||
|
|
d33fbe8283 | ||
|
|
dd7cb4e6f4 | ||
|
|
69bc2f5b14 | ||
|
|
b0e50255f2 | ||
|
|
a35651a27d | ||
|
|
c58f017573 | ||
|
|
4ea8f749a9 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,6 @@
|
||||
# obsidian
|
||||
.obsidian/appearance.json
|
||||
.obsidian/hotkeys.json
|
||||
.obsidian/workspace.json
|
||||
.obsidian/themes
|
||||
.obsidian/plugins
|
||||
|
||||
7
.obsidian/appearance.json
vendored
7
.obsidian/appearance.json
vendored
@@ -1,7 +0,0 @@
|
||||
{
|
||||
"accentColor": "",
|
||||
"cssTheme": "",
|
||||
"enabledCssSnippets": [
|
||||
"stock-charts"
|
||||
]
|
||||
}
|
||||
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;
|
||||
}
|
||||
2
.obsidian/types.json
vendored
2
.obsidian/types.json
vendored
@@ -12,7 +12,7 @@
|
||||
"topics": "multitext",
|
||||
"rating": "number",
|
||||
"year": "number",
|
||||
"location": "multitext",
|
||||
"coordinates": "multitext",
|
||||
"model": "text",
|
||||
"lotsqft": "number",
|
||||
"isbn13": "number",
|
||||
|
||||
@@ -2,13 +2,6 @@
|
||||
tags:
|
||||
- categories
|
||||
---
|
||||
```leaflet
|
||||
id: places
|
||||
markerTag: places
|
||||
maxZoom:15
|
||||
height:400px
|
||||
```
|
||||
|
||||
## Places
|
||||
|
||||
![[Map.base]]
|
||||
![[Places.base]]
|
||||
|
||||
@@ -11,7 +11,7 @@ loc:
|
||||
- "[[Japan]]"
|
||||
rating: 7
|
||||
created: 2023-09-12
|
||||
location:
|
||||
coordinates:
|
||||
- "34.9689499"
|
||||
- "135.7692576"
|
||||
---
|
||||
|
||||
@@ -8,7 +8,7 @@ tags:
|
||||
- cities
|
||||
loc:
|
||||
- "[[Japan]]"
|
||||
location:
|
||||
coordinates:
|
||||
- "35.021041"
|
||||
- "135.7556075"
|
||||
rating: 7
|
||||
@@ -16,21 +16,9 @@ created: 2023-09-12
|
||||
---
|
||||
## Trips
|
||||
|
||||
![[Trips.base#Related trips]]
|
||||
|
||||
## Map
|
||||
|
||||
```leaflet
|
||||
id: kyoto
|
||||
minZoom: 7
|
||||
maxZoom: 20
|
||||
defaultZoom: 11
|
||||
markerTag:
|
||||
- places
|
||||
height: 400px
|
||||
coordinates: [[Kyoto]]
|
||||
```
|
||||
![[Trips.base#Location]]
|
||||
|
||||
## Places
|
||||
|
||||
![[Map.base#Location]]
|
||||
![[Places.base#Location]]
|
||||
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,4 +8,4 @@ created: 2023-09-13
|
||||
---
|
||||
## Albums
|
||||
|
||||
![[Albums.base#Related albums]]
|
||||
![[Albums.base#Artist]]
|
||||
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
|
||||
@@ -18,7 +18,7 @@ views:
|
||||
- categories
|
||||
- created
|
||||
sort:
|
||||
- column: note.created
|
||||
- property: created
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Recent entries
|
||||
@@ -26,6 +26,6 @@ views:
|
||||
- file.name
|
||||
- created
|
||||
sort:
|
||||
- column: note.created
|
||||
- property: created
|
||||
direction: DESC
|
||||
limit: 20
|
||||
|
||||
@@ -23,7 +23,7 @@ views:
|
||||
- topics
|
||||
- last
|
||||
sort:
|
||||
- column: file.name
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- type: table
|
||||
name: Top rated
|
||||
@@ -32,7 +32,7 @@ views:
|
||||
- rating
|
||||
- last
|
||||
sort:
|
||||
- column: note.last
|
||||
- property: last
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Author
|
||||
@@ -44,7 +44,7 @@ views:
|
||||
- year
|
||||
- genre
|
||||
sort:
|
||||
- column: note.genre
|
||||
- property: genre
|
||||
direction: ASC
|
||||
- type: table
|
||||
name: Genre
|
||||
|
||||
@@ -20,8 +20,10 @@ views:
|
||||
- created
|
||||
- published
|
||||
sort:
|
||||
- column: clipped
|
||||
- property: created
|
||||
direction: DESC
|
||||
columnSize:
|
||||
note.author: 140
|
||||
- type: table
|
||||
name: Author
|
||||
filters:
|
||||
@@ -33,5 +35,5 @@ views:
|
||||
- created
|
||||
- published
|
||||
sort:
|
||||
- column: clipped
|
||||
- property: clipped
|
||||
direction: DESC
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
filters:
|
||||
or:
|
||||
- file.name.contains(this.file.name)
|
||||
- created == this.file.name
|
||||
- start == this.file.name
|
||||
- end == 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:
|
||||
@@ -27,14 +27,18 @@ views:
|
||||
- categories
|
||||
- tags
|
||||
sort:
|
||||
- column: note.tags
|
||||
- property: tags
|
||||
direction: ASC
|
||||
- column: note.created
|
||||
- property: created
|
||||
direction: DESC
|
||||
- column: file.name
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- column: note.categories
|
||||
- property: categories
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 287
|
||||
note.created: 128
|
||||
note.categories: 119
|
||||
- type: table
|
||||
name: Monthly
|
||||
filters:
|
||||
@@ -46,8 +50,10 @@ views:
|
||||
- categories
|
||||
- created
|
||||
sort:
|
||||
- column: note.created
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- property: created
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Yearly
|
||||
filters:
|
||||
@@ -59,5 +65,5 @@ views:
|
||||
- categories
|
||||
- created
|
||||
sort:
|
||||
- column: note.created
|
||||
- property: created
|
||||
direction: ASC
|
||||
|
||||
@@ -18,5 +18,29 @@ views:
|
||||
- end
|
||||
- loc
|
||||
sort:
|
||||
- column: note.start
|
||||
- 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
|
||||
|
||||
@@ -1,17 +1,7 @@
|
||||
filters:
|
||||
and:
|
||||
- file.ext.contains("md")
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Name
|
||||
note.categories:
|
||||
displayName: Categories
|
||||
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: Notes
|
||||
order:
|
||||
- file.name
|
||||
- categories
|
||||
- type: table
|
||||
name: All files
|
||||
order:
|
||||
@@ -19,6 +9,28 @@ views:
|
||||
- file.mtime
|
||||
- file.path
|
||||
- file.ext
|
||||
- type: cards
|
||||
name: Images
|
||||
filters:
|
||||
and:
|
||||
- '!file.ext.containsAny("base", "canvas", "pdf", "md")'
|
||||
order:
|
||||
- file.name
|
||||
sort:
|
||||
- column: file.path
|
||||
- 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
|
||||
|
||||
@@ -2,19 +2,13 @@ filters:
|
||||
and:
|
||||
- note.categories.contains(link("Games"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Games
|
||||
note.year:
|
||||
displayName: Year
|
||||
note.maker:
|
||||
displayName: Maker
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
note.genre:
|
||||
displayName: Genre
|
||||
note.last:
|
||||
displayName: Last played
|
||||
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
|
||||
|
||||
@@ -1,15 +1,11 @@
|
||||
filters:
|
||||
and:
|
||||
- list(genre).contains(this)
|
||||
properties:
|
||||
note.rating:
|
||||
displayName: Rating
|
||||
note.categories:
|
||||
displayName: Category
|
||||
note.last:
|
||||
displayName: Last
|
||||
file.name:
|
||||
displayName: Name
|
||||
display:
|
||||
note.rating: Rating
|
||||
note.categories: Category
|
||||
note.last: Last
|
||||
file.name: Name
|
||||
views:
|
||||
- type: table
|
||||
name: Genre
|
||||
|
||||
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
|
||||
@@ -1,6 +1,6 @@
|
||||
filters:
|
||||
and:
|
||||
- note.categories.contains(link("Meetings"))
|
||||
- categories.contains(link("Meetings"))
|
||||
- '!file.name.contains("Template")'
|
||||
properties:
|
||||
note.date:
|
||||
@@ -11,6 +11,8 @@ properties:
|
||||
displayName: Type
|
||||
file.name:
|
||||
displayName: Meeting
|
||||
note.org:
|
||||
displayName: Org
|
||||
views:
|
||||
- type: table
|
||||
name: Meetings
|
||||
@@ -20,7 +22,7 @@ views:
|
||||
- type
|
||||
- people
|
||||
sort:
|
||||
- column: note.date
|
||||
- property: date
|
||||
direction: ASC
|
||||
- type: table
|
||||
name: Person
|
||||
@@ -33,5 +35,18 @@ views:
|
||||
- type
|
||||
- people
|
||||
sort:
|
||||
- column: note.date
|
||||
- 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
|
||||
|
||||
@@ -2,7 +2,6 @@ filters:
|
||||
and:
|
||||
- categories.contains(link("Movies"))
|
||||
- '!file.name.contains("Template")'
|
||||
formulas: {}
|
||||
properties:
|
||||
file.name:
|
||||
displayName: Name
|
||||
@@ -24,52 +23,54 @@ properties:
|
||||
displayName: RT
|
||||
note.runtime:
|
||||
displayName: Runtime
|
||||
note.watchlist:
|
||||
displayName: Added
|
||||
views:
|
||||
- type: table
|
||||
name: All
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- director
|
||||
- rating
|
||||
- last
|
||||
- plot
|
||||
- genre
|
||||
- director
|
||||
sort:
|
||||
- column: note.director
|
||||
- property: director
|
||||
direction: ASC
|
||||
- column: formula.test
|
||||
direction: DESC
|
||||
- column: note.plot
|
||||
- property: plot
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 193
|
||||
note.director: 205
|
||||
note.plot: 233
|
||||
note.genre: 261
|
||||
- type: table
|
||||
name: To-watch
|
||||
filters:
|
||||
and:
|
||||
- empty(note.last)
|
||||
- empty(note.rating)
|
||||
- last.isEmpty()
|
||||
- rating.isEmpty()
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
- scoreImdb
|
||||
- runtime
|
||||
- scoreRT
|
||||
- runtime
|
||||
- watchlist
|
||||
- director
|
||||
- genre
|
||||
sort:
|
||||
- column: note.scoreImdb
|
||||
- property: scoreImdb
|
||||
direction: DESC
|
||||
- column: note.scoreRT
|
||||
- property: scoreRT
|
||||
direction: DESC
|
||||
- column: note.watchlist
|
||||
- property: watchlist
|
||||
direction: DESC
|
||||
- column: file.name
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- column: note.director
|
||||
- property: director
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 283
|
||||
@@ -90,9 +91,9 @@ views:
|
||||
- ratingImdb
|
||||
- last
|
||||
sort:
|
||||
- column: file.name
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
- column: note.ratingImdb
|
||||
- property: ratingImdb
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 283
|
||||
@@ -102,7 +103,7 @@ views:
|
||||
name: Last seen
|
||||
filters:
|
||||
and:
|
||||
- note.last != ""
|
||||
- "!last.isEmpty()"
|
||||
order:
|
||||
- file.name
|
||||
- year
|
||||
@@ -111,9 +112,11 @@ views:
|
||||
- director
|
||||
- genre
|
||||
sort:
|
||||
- column: note.last
|
||||
- property: last
|
||||
direction: DESC
|
||||
limit: 15
|
||||
- property: file.name
|
||||
direction: ASC
|
||||
limit: 20
|
||||
- type: table
|
||||
name: Actor
|
||||
filters:
|
||||
@@ -124,6 +127,10 @@ views:
|
||||
- year
|
||||
- director
|
||||
- genre
|
||||
- ratingImdb
|
||||
sort:
|
||||
- property: ratingImdb
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Genre
|
||||
filters:
|
||||
@@ -136,16 +143,16 @@ views:
|
||||
- director
|
||||
- last
|
||||
- genre
|
||||
sort:
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: genre
|
||||
direction: ASC
|
||||
- property: rating
|
||||
direction: DESC
|
||||
columnSize:
|
||||
note.director: 166
|
||||
note.last: 115
|
||||
sort:
|
||||
- column: note.last
|
||||
direction: DESC
|
||||
- column: note.genre
|
||||
direction: ASC
|
||||
- column: note.rating
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Director
|
||||
filters:
|
||||
@@ -159,11 +166,11 @@ views:
|
||||
- cast
|
||||
- genre
|
||||
sort:
|
||||
- column: note.last
|
||||
- property: last
|
||||
direction: DESC
|
||||
- column: note.rating
|
||||
- property: rating
|
||||
direction: ASC
|
||||
- column: note.year
|
||||
- property: year
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 186
|
||||
@@ -183,14 +190,50 @@ views:
|
||||
- cast
|
||||
- genre
|
||||
sort:
|
||||
- column: note.last
|
||||
- property: last
|
||||
direction: DESC
|
||||
- column: note.rating
|
||||
- property: rating
|
||||
direction: ASC
|
||||
- column: note.year
|
||||
- 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
|
||||
|
||||
@@ -2,14 +2,32 @@ 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: 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
|
||||
|
||||
@@ -23,11 +23,11 @@ views:
|
||||
- type
|
||||
- last
|
||||
sort:
|
||||
- column: note.last
|
||||
- property: last
|
||||
direction: DESC
|
||||
- column: note.type
|
||||
- property: type
|
||||
direction: ASC
|
||||
- column: note.loc
|
||||
- property: loc
|
||||
direction: ASC
|
||||
columnSize:
|
||||
file.name: 162
|
||||
@@ -44,11 +44,11 @@ views:
|
||||
- rating
|
||||
- last
|
||||
sort:
|
||||
- column: note.rating
|
||||
- property: rating
|
||||
direction: DESC
|
||||
- column: note.last
|
||||
- property: last
|
||||
direction: DESC
|
||||
- column: note.loc
|
||||
- property: loc
|
||||
direction: ASC
|
||||
columnSize:
|
||||
note.type: 197
|
||||
@@ -63,9 +63,9 @@ views:
|
||||
- rating
|
||||
- last
|
||||
sort:
|
||||
- column: note.last
|
||||
- property: last
|
||||
direction: DESC
|
||||
- column: note.loc
|
||||
- property: loc
|
||||
direction: ASC
|
||||
columnSize:
|
||||
note.type: 153
|
||||
@@ -74,6 +74,7 @@ views:
|
||||
filters:
|
||||
and:
|
||||
- file.hasLink(this)
|
||||
- '!tags.containsAny("cities", "countries")'
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
@@ -81,13 +82,34 @@ views:
|
||||
- type
|
||||
- last
|
||||
sort:
|
||||
- column: note.last
|
||||
- property: rating
|
||||
direction: DESC
|
||||
- column: note.type
|
||||
- property: last
|
||||
direction: DESC
|
||||
- property: type
|
||||
direction: ASC
|
||||
- column: note.loc
|
||||
- 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
|
||||
|
||||
@@ -28,7 +28,7 @@ views:
|
||||
- rating
|
||||
- published
|
||||
sort:
|
||||
- column: note.published
|
||||
- property: published
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Show
|
||||
|
||||
@@ -3,9 +3,9 @@ filters:
|
||||
- note.categories.contains(link("Products"))
|
||||
- '!file.name.contains("Template")'
|
||||
formulas:
|
||||
Owned: ((now() - acquired) / 2629746000).round()
|
||||
Owned: ((now() - acquired).months).round()
|
||||
totalUses: monthlyUses * formula.Owned.round()
|
||||
perUse: '"$" + (price / formula.totalUses).toFixed(2)'
|
||||
perUse: (price / formula.totalUses).toFixed(2)
|
||||
properties:
|
||||
note.monthlyUses:
|
||||
displayName: Uses/month
|
||||
@@ -38,22 +38,27 @@ views:
|
||||
- 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: 128
|
||||
formula.perUse: 78
|
||||
formula.Owned: 96
|
||||
note.monthlyUses: 123
|
||||
formula.perUse: 102
|
||||
formula.Owned: 113
|
||||
formula.totalUses: 115
|
||||
sort:
|
||||
- column: note.acquired
|
||||
direction: DESC
|
||||
- column: note.monthlyUses
|
||||
direction: DESC
|
||||
- column: note.rating
|
||||
direction: DESC
|
||||
- column: formula.Owned
|
||||
direction: ASC
|
||||
- type: table
|
||||
name: Cost per use
|
||||
filters:
|
||||
@@ -61,28 +66,29 @@ views:
|
||||
- note.monthlyUses > 0
|
||||
order:
|
||||
- file.name
|
||||
- rating
|
||||
- formula.perUse
|
||||
- acquired
|
||||
- monthlyUses
|
||||
- price
|
||||
- formula.totalUses
|
||||
- formula.Owned
|
||||
- acquired
|
||||
- formula.totalUses
|
||||
- formula.perUse
|
||||
- type
|
||||
columnSize:
|
||||
file.name: 209
|
||||
formula.perUse: 77
|
||||
note.monthlyUses: 82
|
||||
note.price: 78
|
||||
formula.totalUses: 122
|
||||
formula.Owned: 96
|
||||
- rating
|
||||
sort:
|
||||
- column: formula.totalUses
|
||||
- property: acquired
|
||||
direction: ASC
|
||||
- property: monthlyUses
|
||||
direction: DESC
|
||||
- column: note.acquired
|
||||
direction: DESC
|
||||
- column: note.monthlyUses
|
||||
- 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:
|
||||
@@ -98,19 +104,19 @@ views:
|
||||
- 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
|
||||
sort:
|
||||
- column: file.name
|
||||
direction: ASC
|
||||
- column: formula.totalUses
|
||||
direction: DESC
|
||||
- column: note.acquired
|
||||
direction: DESC
|
||||
- column: note.monthlyUses
|
||||
direction: DESC
|
||||
- type: table
|
||||
name: Type
|
||||
filters:
|
||||
@@ -126,18 +132,18 @@ views:
|
||||
- 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
|
||||
sort:
|
||||
- column: note.rating
|
||||
direction: DESC
|
||||
- column: file.name
|
||||
direction: ASC
|
||||
- column: formula.totalUses
|
||||
direction: DESC
|
||||
- column: note.acquired
|
||||
direction: DESC
|
||||
- column: note.monthlyUses
|
||||
direction: DESC
|
||||
|
||||
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
|
||||
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
|
||||
@@ -23,7 +23,7 @@ views:
|
||||
- end
|
||||
- loc
|
||||
sort:
|
||||
- column: note.end
|
||||
- property: end
|
||||
direction: DESC
|
||||
columnSize:
|
||||
file.name: 255
|
||||
|
||||
@@ -10,8 +10,7 @@ isbn13:
|
||||
year:
|
||||
rating:
|
||||
topics: []
|
||||
created:
|
||||
"{ date }":
|
||||
created: {{date}}
|
||||
last:
|
||||
via: ""
|
||||
tags:
|
||||
|
||||
@@ -10,27 +10,15 @@ loc:
|
||||
rating:
|
||||
created: {{date}}
|
||||
last:
|
||||
location:
|
||||
coordinates:
|
||||
- "35.021041"
|
||||
- "135.7556075"
|
||||
---
|
||||
## Trips
|
||||
|
||||
![[Trips.base#Related trips]]
|
||||
|
||||
## Map
|
||||
|
||||
```leaflet
|
||||
id: kyoto
|
||||
minZoom: 10
|
||||
maxZoom: 20
|
||||
defaultZoom: 12
|
||||
markerTag:
|
||||
- places
|
||||
height: 400px
|
||||
coordinates: [[Kyoto]]
|
||||
```
|
||||
![[Trips.base#Location]]
|
||||
|
||||
## Places
|
||||
|
||||
![[Map.base#Location]]
|
||||
![[Places.base#Location]]
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
categories:
|
||||
- "[[People]]"
|
||||
tags:
|
||||
- people
|
||||
phone:
|
||||
twitter:
|
||||
org:
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
---
|
||||
tags:
|
||||
- maps
|
||||
---
|
||||
|
||||
```leaflet
|
||||
id: nyc
|
||||
minZoom: 10
|
||||
maxZoom: 20
|
||||
defaultZoom: 12
|
||||
linksTo: [[New York]]
|
||||
height: 400px
|
||||
coordinates: [[New York]]
|
||||
```
|
||||
@@ -2,4 +2,4 @@
|
||||
tags:
|
||||
- meetings/type
|
||||
---
|
||||
![[Meetings.base]]
|
||||
![[Meetings.base#Type]]
|
||||
@@ -1,5 +1,6 @@
|
||||
---
|
||||
aliases: July 2023
|
||||
aliases:
|
||||
- July 2023
|
||||
previous: "[[2023-06]]"
|
||||
next: "[[2023-08]]"
|
||||
tags:
|
||||
|
||||
@@ -8,8 +8,7 @@ cast: []
|
||||
runtime:
|
||||
rating:
|
||||
year:
|
||||
last:
|
||||
"{ date }":
|
||||
last: {{date}}
|
||||
imdbId:
|
||||
via:
|
||||
tags:
|
||||
|
||||
@@ -3,15 +3,7 @@ tags:
|
||||
- places/types
|
||||
---
|
||||
|
||||
```leaflet
|
||||
id: restaurants
|
||||
linksTo: [[Pizzerias]]
|
||||
minZoom: 3
|
||||
maxZoom: 20
|
||||
defaultZoom: 3
|
||||
height: 400px
|
||||
```
|
||||
|
||||
## Places
|
||||
|
||||
![[Map.base#Type]]
|
||||
![[Places.base#Type]]
|
||||
Reference in New Issue
Block a user