Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35002d844a | ||
|
|
b75feb5d29 | ||
|
|
b988a7e438 | ||
|
|
de7764aa87 | ||
|
|
a1cf0fdc63 | ||
|
|
3debf9da8a | ||
|
|
453e98b3db |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,4 +1,6 @@
|
|||||||
# obsidian
|
# obsidian
|
||||||
|
.obsidian/appearance.json
|
||||||
|
.obsidian/hotkeys.json
|
||||||
.obsidian/workspace.json
|
.obsidian/workspace.json
|
||||||
.obsidian/themes
|
.obsidian/themes
|
||||||
.obsidian/plugins
|
.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",
|
"topics": "multitext",
|
||||||
"rating": "number",
|
"rating": "number",
|
||||||
"year": "number",
|
"year": "number",
|
||||||
"location": "multitext",
|
"coordinates": "multitext",
|
||||||
"model": "text",
|
"model": "text",
|
||||||
"lotsqft": "number",
|
"lotsqft": "number",
|
||||||
"isbn13": "number",
|
"isbn13": "number",
|
||||||
|
|||||||
@@ -2,13 +2,6 @@
|
|||||||
tags:
|
tags:
|
||||||
- categories
|
- categories
|
||||||
---
|
---
|
||||||
```leaflet
|
|
||||||
id: places
|
|
||||||
markerTag: places
|
|
||||||
maxZoom:15
|
|
||||||
height:400px
|
|
||||||
```
|
|
||||||
|
|
||||||
## Places
|
|
||||||
|
|
||||||
|
![[Map.base]]
|
||||||
![[Places.base]]
|
![[Places.base]]
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ loc:
|
|||||||
- "[[Japan]]"
|
- "[[Japan]]"
|
||||||
rating: 7
|
rating: 7
|
||||||
created: 2023-09-12
|
created: 2023-09-12
|
||||||
location:
|
coordinates:
|
||||||
- "34.9689499"
|
- "34.9689499"
|
||||||
- "135.7692576"
|
- "135.7692576"
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ tags:
|
|||||||
- cities
|
- cities
|
||||||
loc:
|
loc:
|
||||||
- "[[Japan]]"
|
- "[[Japan]]"
|
||||||
location:
|
coordinates:
|
||||||
- "35.021041"
|
- "35.021041"
|
||||||
- "135.7556075"
|
- "135.7556075"
|
||||||
rating: 7
|
rating: 7
|
||||||
@@ -16,21 +16,9 @@ created: 2023-09-12
|
|||||||
---
|
---
|
||||||
## Trips
|
## Trips
|
||||||
|
|
||||||
![[Trips.base#Related trips]]
|
![[Trips.base#Location]]
|
||||||
|
|
||||||
## Map
|
|
||||||
|
|
||||||
```leaflet
|
|
||||||
id: kyoto
|
|
||||||
minZoom: 7
|
|
||||||
maxZoom: 20
|
|
||||||
defaultZoom: 11
|
|
||||||
markerTag:
|
|
||||||
- places
|
|
||||||
height: 400px
|
|
||||||
coordinates: [[Kyoto]]
|
|
||||||
```
|
|
||||||
|
|
||||||
## Places
|
## Places
|
||||||
|
|
||||||
|
![[Map.base#Location]]
|
||||||
![[Places.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
|
||||||
|
|
||||||
![[Albums.base#Related albums]]
|
![[Albums.base#Artist]]
|
||||||
@@ -2,13 +2,19 @@ filters:
|
|||||||
and:
|
and:
|
||||||
- note.categories.contains(link("Albums"))
|
- note.categories.contains(link("Albums"))
|
||||||
- '!file.name.contains("Template")'
|
- '!file.name.contains("Template")'
|
||||||
display:
|
properties:
|
||||||
file.name: Album
|
file.name:
|
||||||
note.year: Year
|
displayName: Album
|
||||||
note.artist: Artist
|
note.year:
|
||||||
note.created: Added
|
displayName: Year
|
||||||
note.rating: Rating
|
note.artist:
|
||||||
note.genre: Genre
|
displayName: Artist
|
||||||
|
note.created:
|
||||||
|
displayName: Added
|
||||||
|
note.rating:
|
||||||
|
displayName: Rating
|
||||||
|
note.genre:
|
||||||
|
displayName: Genre
|
||||||
views:
|
views:
|
||||||
- type: table
|
- type: table
|
||||||
name: Albums
|
name: Albums
|
||||||
|
|||||||
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
|
||||||
@@ -2,7 +2,6 @@ filters:
|
|||||||
and:
|
and:
|
||||||
- categories.contains(link("Movies"))
|
- categories.contains(link("Movies"))
|
||||||
- '!file.name.contains("Template")'
|
- '!file.name.contains("Template")'
|
||||||
formulas: {}
|
|
||||||
properties:
|
properties:
|
||||||
file.name:
|
file.name:
|
||||||
displayName: Name
|
displayName: Name
|
||||||
|
|||||||
@@ -2,14 +2,21 @@ filters:
|
|||||||
and:
|
and:
|
||||||
- note.categories.contains(link("Podcast episodes"))
|
- note.categories.contains(link("Podcast episodes"))
|
||||||
- '!file.name.contains("Template")'
|
- '!file.name.contains("Template")'
|
||||||
display:
|
properties:
|
||||||
file.name: Podcast
|
file.name:
|
||||||
note.show: Show
|
displayName: Podcast
|
||||||
note.guests: Guests
|
note.show:
|
||||||
note.episode: Episode
|
displayName: Show
|
||||||
note.rating: Rating
|
note.guests:
|
||||||
note.published: Published
|
displayName: Guests
|
||||||
note.guest: Guest
|
note.episode:
|
||||||
|
displayName: Episode
|
||||||
|
note.rating:
|
||||||
|
displayName: Rating
|
||||||
|
note.published:
|
||||||
|
displayName: Published
|
||||||
|
note.guest:
|
||||||
|
displayName: Guest
|
||||||
views:
|
views:
|
||||||
- type: table
|
- type: table
|
||||||
name: All episodes
|
name: All episodes
|
||||||
@@ -21,7 +28,7 @@ views:
|
|||||||
- rating
|
- rating
|
||||||
- published
|
- published
|
||||||
sort:
|
sort:
|
||||||
- column: note.published
|
- property: published
|
||||||
direction: DESC
|
direction: DESC
|
||||||
- type: table
|
- type: table
|
||||||
name: Show
|
name: Show
|
||||||
|
|||||||
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
|
||||||
@@ -23,7 +23,7 @@ views:
|
|||||||
- end
|
- end
|
||||||
- loc
|
- loc
|
||||||
sort:
|
sort:
|
||||||
- column: note.end
|
- property: end
|
||||||
direction: DESC
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
file.name: 255
|
file.name: 255
|
||||||
|
|||||||
@@ -10,27 +10,15 @@ loc:
|
|||||||
rating:
|
rating:
|
||||||
created: {{date}}
|
created: {{date}}
|
||||||
last:
|
last:
|
||||||
location:
|
coordinates:
|
||||||
- "35.021041"
|
- "35.021041"
|
||||||
- "135.7556075"
|
- "135.7556075"
|
||||||
---
|
---
|
||||||
## Trips
|
## Trips
|
||||||
|
|
||||||
![[Trips.base#Related trips]]
|
![[Trips.base#Location]]
|
||||||
|
|
||||||
## Map
|
|
||||||
|
|
||||||
```leaflet
|
|
||||||
id: kyoto
|
|
||||||
minZoom: 10
|
|
||||||
maxZoom: 20
|
|
||||||
defaultZoom: 12
|
|
||||||
markerTag:
|
|
||||||
- places
|
|
||||||
height: 400px
|
|
||||||
coordinates: [[Kyoto]]
|
|
||||||
```
|
|
||||||
|
|
||||||
## Places
|
## Places
|
||||||
|
|
||||||
|
![[Map.base#Location]]
|
||||||
![[Places.base#Location]]
|
![[Places.base#Location]]
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
tags:
|
|
||||||
- maps
|
|
||||||
---
|
|
||||||
|
|
||||||
```leaflet
|
|
||||||
id: nyc
|
|
||||||
minZoom: 10
|
|
||||||
maxZoom: 20
|
|
||||||
defaultZoom: 12
|
|
||||||
linksTo: [[New York]]
|
|
||||||
height: 400px
|
|
||||||
coordinates: [[New York]]
|
|
||||||
```
|
|
||||||
@@ -3,15 +3,7 @@ tags:
|
|||||||
- places/types
|
- places/types
|
||||||
---
|
---
|
||||||
|
|
||||||
```leaflet
|
|
||||||
id: restaurants
|
|
||||||
linksTo: [[Pizzerias]]
|
|
||||||
minZoom: 3
|
|
||||||
maxZoom: 20
|
|
||||||
defaultZoom: 3
|
|
||||||
height: 400px
|
|
||||||
```
|
|
||||||
|
|
||||||
## Places
|
## Places
|
||||||
|
|
||||||
|
![[Map.base#Type]]
|
||||||
![[Places.base#Type]]
|
![[Places.base#Type]]
|
||||||
Reference in New Issue
Block a user