31 Commits
2.1.0 ... main

Author SHA1 Message Date
Steph Ango
473697347a Update attachments 2026-01-08 16:01:50 -08:00
Steph Ango
5bd1a529e8 Merge pull request #31 from metbril/patch-2
Use Product Type view
2026-01-08 15:54:12 -08:00
Steph Ango
bc1af9acc8 Merge pull request #35 from DaceJoy/patch-1
Update filters to use file.tags instead of tags
2026-01-08 15:53:59 -08:00
DaceJoy
cdf50d76ad Update filters to use file.tags instead of tags
Solving the issue reported here: https://github.com/kepano/kepano-obsidian/issues/34
2026-01-06 19:39:44 +01:00
Steph Ango
f4475335a0 Merge pull request #33 from erniedotson/fix/wrong-meeting-date
fix date in 2023-09-12 Meeting with Steph
2026-01-04 07:28:33 -08:00
Ernie Dotson
bdbc809423 fix date in 2023-09-12 Meeting with Steph 2026-01-03 20:50:27 -05:00
Steph Ango
84770d7973 Fix for people base 2026-01-02 16:37:23 -08:00
Robert
00ddd2cd72 Use Product Type view 2025-12-29 23:05:01 +01:00
Steph Ango
118b0aab52 Fix broken templates 2025-12-05 08:09:17 -08:00
Steph Ango
2063aa6aa9 Update Meeting Template.md 2025-12-05 08:07:46 -08:00
Steph Ango
d94cc1ede6 Remove tags, switch to primarily using links 2025-10-28 13:31:25 -07:00
Steph Ango
c08ea0d19b add space 2025-10-06 12:33:37 -07:00
Steph Ango
47d391cc50 Add icon and color examples 2025-10-06 12:26:16 -07:00
Steph Ango
35002d844a Switch to Obsidian Maps 2025-10-06 12:18:58 -07:00
Steph Ango
b75feb5d29 Another fix 2025-09-16 09:11:01 -07:00
Steph Ango
b988a7e438 Small fixes 2025-09-16 09:10:30 -07:00
Steph Ango
de7764aa87 simplify 2025-09-10 09:52:53 -07:00
Steph Ango
a1cf0fdc63 Add related notes base 2025-09-10 08:54:03 -07:00
Steph Ango
3debf9da8a add to gitignore 2025-08-13 15:12:38 -07:00
Steph Ango
453e98b3db remove appearance and hotkeys to reduce confusion 2025-08-13 15:12:14 -07:00
Steph Ango
aca2993b8e More updates to bases syntax 2025-07-18 09:02:24 -07:00
Steph Ango
08da8df936 Update for Obsidian 1.9.5 2025-07-18 08:59:04 -07:00
Steph Ango
aae37bf7ca Merge pull request #16 from sigrunixia/main
Fixes date handlebars for book and movie template
2025-07-06 09:26:24 +09:00
Rebbecca Bishop
202f8e3065 Corrects date handlebar 2025-06-29 00:13:33 -05:00
Rebbecca Bishop
d33fbe8283 Corrects date handlebar 2025-06-29 00:13:11 -05:00
Steph Ango
dd7cb4e6f4 Merge pull request #15 from claremacrae/patch-2
Make categories and tags consistent in Contact Template.md
2025-06-10 14:49:36 -07:00
Clare Macrae
69bc2f5b14 Make categories and tags consistent in Contact Template.md
I noticed that all other uses of the People category all added the people tag, so it seemed a good idea to add it in the Contact template.
2025-06-10 20:10:54 +01:00
Steph Ango
b0e50255f2 Meeting type 2025-06-06 10:31:15 -07:00
Steph Ango
a35651a27d syntax fix, add view 2025-06-06 10:23:53 -07:00
Steph Ango
c58f017573 Merge pull request #14 from claremacrae/fix-frontmatter
fix missing alias in Obsidian 1.9.2
2025-06-06 07:38:57 -07:00
Clare Macrae
4ea8f749a9 fix missing alias in Obsidian 1.9.2 2025-06-06 09:19:38 +01:00
90 changed files with 603 additions and 580 deletions

2
.gitignore vendored
View File

@@ -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

View File

@@ -1,7 +0,0 @@
{
"accentColor": "",
"cssTheme": "",
"enabledCssSnippets": [
"stock-charts"
]
}

View File

@@ -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"
}
]
}

View File

@@ -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;
}

View File

@@ -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",

View File

@@ -1,6 +1,5 @@
--- ---
tags: tags:
- music
- categories - categories
--- ---

View File

@@ -2,13 +2,6 @@
tags: tags:
- categories - categories
--- ---
```leaflet
id: places
markerTag: places
maxZoom:15
height:400px
```
## Places
![[Map.base]]
![[Places.base]] ![[Places.base]]

View File

@@ -4,14 +4,10 @@ categories:
author: author:
- "[[Kevin Kelly]]" - "[[Kevin Kelly]]"
url: https://kk.org/thetechnium/68-bits-of-unsolicited-advice/ url: https://kk.org/thetechnium/68-bits-of-unsolicited-advice/
tags:
- clippings
- advice
created: 2023-09-12 created: 2023-09-12
published: 2020-04-28 published: 2020-04-28
topics: [] topics: []
--- ---
Its my birthday. Im 68. I feel like pulling up a rocking chair and dispensing advice to the young uns. Here are 68 pithy bits of unsolicited advice which I offer as my birthday present to all of you. Its my birthday. Im 68. I feel like pulling up a rocking chair and dispensing advice to the young uns. Here are 68 pithy bits of unsolicited advice which I offer as my birthday present to all of you.
- Learn how to learn from those you disagree with, or even offend you. See if you can find the truth in what they believe. - Learn how to learn from those you disagree with, or even offend you. See if you can find the truth in what they believe.

View File

@@ -7,8 +7,6 @@ author:
source: https://stephango.com/buy-wisely source: https://stephango.com/buy-wisely
clipped: 2023-11-18 clipped: 2023-11-18
published: 2023-09-29 published: 2023-09-29
tags:
- posts
status: status:
- "[[Published]]" - "[[Published]]"
topics: topics:

View File

@@ -5,14 +5,11 @@ categories:
author: author:
- "[[Steph Ango]]" - "[[Steph Ango]]"
url: https://stephango.com/in-good-hands url: https://stephango.com/in-good-hands
tags:
- clippings
- advice
created: 2023-09-12 created: 2023-09-12
published: 2023-08-06 published: 2023-08-06
topics:
status: status:
- "[[Published]]" - "[[Published]]"
topics:
--- ---
There is a feeling I search for: *being in good hands*. It is the feeling I look to give and the feeling I look to receive. There is a feeling I search for: *being in good hands*. It is the feeling I look to give and the feeling I look to receive.

View File

@@ -1,7 +1,3 @@
---
tags:
- daily
---
## Notes ## Notes
![[Daily.base]] ![[Daily.base]]

View File

@@ -1,7 +1,3 @@
---
tags:
- daily
---
## Notes ## Notes
![[Daily.base]] ![[Daily.base]]

View File

@@ -6,7 +6,5 @@ end: 2023-09-30
loc: loc:
- "[[Kyoto]]" - "[[Kyoto]]"
- "[[Japan]]" - "[[Japan]]"
tags:
- trips
--- ---

View File

@@ -2,7 +2,7 @@
categories: categories:
- "[[Meetings]]" - "[[Meetings]]"
type: [] type: []
date: 2023-09-14 date: 2023-09-12
org: org:
- "[[Obsidian]]" - "[[Obsidian]]"
loc: loc:
@@ -11,7 +11,5 @@ people:
- "[[Steph Ango]]" - "[[Steph Ango]]"
topics: topics:
- "[[Emergence]]" - "[[Emergence]]"
tags:
- meetings
--- ---
- Discussed the book [[Out of Control]] on the topic of [[Emergence]] - Discussed the book [[Out of Control]] on the topic of [[Emergence]]

View File

@@ -11,7 +11,6 @@ topics:
- "[[Evergreen]]" - "[[Evergreen]]"
tags: tags:
- 0🌲 - 0🌲
- clippings
status: status:
- "[[Published]]" - "[[Published]]"
--- ---

View File

@@ -6,8 +6,6 @@ type:
org: org:
- "[[Obsidian]]" - "[[Obsidian]]"
year: 2020 year: 2020
tags:
- projects
url: https://minimal.guide url: https://minimal.guide
status: status:
- "[[Active]]" - "[[Active]]"

View File

@@ -1,10 +1,6 @@
--- ---
categories: categories:
- "[[Albums]]" - "[[Albums]]"
tags:
- music
- albums
- references
genre: genre:
- "[[Jazz]]" - "[[Jazz]]"
artist: "[[Paul Chambers]]" artist: "[[Paul Chambers]]"

View File

@@ -12,9 +12,6 @@ rating: 7
year: 1982 year: 1982
last: 2023-09-14 last: 2023-09-14
imdbId: tt0083658 imdbId: tt0083658
tags:
- movies
- references
--- ---

View File

@@ -16,8 +16,6 @@ rating: 7
published: 2023-07-30 published: 2023-07-30
created: 2023-09-12 created: 2023-09-12
last: 2023-09-12 last: 2023-09-12
tags:
- recipes
--- ---
It seems like every summer I have the impromptu and magical experience of suddenly smelling the delicate aroma of ripe nectarines wafting through the air. At that moment, whether it's at a farmer's market or grocery store, I know it's time to make this recipe. It seems like every summer I have the impromptu and magical experience of suddenly smelling the delicate aroma of ripe nectarines wafting through the air. At that moment, whether it's at a farmer's market or grocery store, I know it's time to make this recipe.

View File

@@ -5,7 +5,4 @@ type: []
maker: maker:
rating: 7 rating: 7
last: 2023-09-01 last: 2023-09-01
tags:
- board-games
- references
--- ---

View File

@@ -1,17 +1,15 @@
--- ---
categories: categories:
- "[[Places]]" - "[[Places]]"
tags:
- places
type: type:
- "[[Shrines]]"
- "[[Parks]]" - "[[Parks]]"
- "[[Shrines]]"
loc: loc:
- "[[Kyoto]]" - "[[Kyoto]]"
- "[[Japan]]" - "[[Japan]]"
rating: 7 rating: 7
created: 2023-09-12 created: 2023-09-12
location: coordinates:
- "34.9689499" - "34.9689499"
- "135.7692576" - "135.7692576"
--- ---

View File

@@ -6,7 +6,4 @@ genre:
rating: 7 rating: 7
created: 2023-09-12 created: 2023-09-12
last: 2023-09-12 last: 2023-09-12
tags:
- shows
- references
--- ---

View File

@@ -1,9 +1,8 @@
--- ---
categories: categories:
- "[[People]]" - "[[People]]"
tags: type:
- people - "[[Authors]]"
- authors
created: 2023-09-12 created: 2023-09-12
--- ---
## Books ## Books

View File

@@ -3,12 +3,9 @@ categories:
- "[[Places]]" - "[[Places]]"
type: type:
- "[[Cities]]" - "[[Cities]]"
tags:
- places
- cities
loc: loc:
- "[[Japan]]" - "[[Japan]]"
location: coordinates:
- "35.021041" - "35.021041"
- "135.7556075" - "135.7556075"
rating: 7 rating: 7
@@ -16,21 +13,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]]

View File

@@ -2,8 +2,6 @@
categories: categories:
- "[[Companies]]" - "[[Companies]]"
- "[[Apps]]" - "[[Apps]]"
tags:
- companies
type: type:
- "[[Apps]]" - "[[Apps]]"
url: https://obsidian.md/ url: https://obsidian.md/

View File

@@ -16,7 +16,4 @@ topics:
created: 2023-09-12 created: 2023-09-12
last: 2023-09-12 last: 2023-09-12
rating: 7 rating: 7
tags:
- books
- references
--- ---

11
References/Parks.md Normal file
View File

@@ -0,0 +1,11 @@
---
tags:
- places/types
icon: trees
color: green
---
## Places
![[Map.base#Type]]
![[Places.base#Type]]

View File

@@ -1,11 +1,10 @@
--- ---
categories: categories:
- "[[People]]" - "[[People]]"
tags: type:
- people - "[[Musicians]]"
- musicians
created: 2023-09-13 created: 2023-09-13
--- ---
## Albums ## Albums
![[Albums.base#Related albums]] ![[Albums.base#Artist]]

View File

@@ -1,9 +1,8 @@
--- ---
categories: categories:
- "[[People]]" - "[[People]]"
tags: type:
- people - "[[Authors]]"
- authors
org: org:
- "[[Obsidian]]" - "[[Obsidian]]"
created: 2023-09-12 created: 2023-09-12

View File

@@ -10,7 +10,4 @@ aliases:
last: "[[2022-04]]" last: "[[2022-04]]"
rating: 7 rating: 7
year: 2017 year: 2017
tags:
- games
- references
--- ---

View File

@@ -13,8 +13,6 @@ topics:
created: 2023-09-12 created: 2023-09-12
last: 2023-09-12 last: 2023-09-12
tags: tags:
- books
- references
- to-read - to-read
--- ---

View File

@@ -1,9 +1,6 @@
--- ---
categories: categories:
- "[[Podcast episodes]]" - "[[Podcast episodes]]"
tags:
- podcast
- episodes
show: "[[Well Made]]" show: "[[Well Made]]"
guests: guests:
- "[[Kevin Kelly]]" - "[[Kevin Kelly]]"

View File

@@ -4,8 +4,6 @@ categories:
host: host:
- "[[Steph Ango]]" - "[[Steph Ango]]"
rating: rating:
tags:
- podcast
--- ---
## Episodes ## Episodes

View File

@@ -1,8 +1,7 @@
--- ---
categories: "[[People]]" categories: "[[People]]"
tags: type:
- people - "[[Actors]]"
- actors
--- ---
## Movies ## Movies

View File

@@ -1,10 +1,6 @@
--- ---
categories: categories:
- "[[Albums]]" - "[[Albums]]"
tags:
- music
- albums
- references
genre: [] genre: []
artist: "" artist: ""
year: year:

View File

@@ -1,7 +1,5 @@
--- ---
categories: "[[Apps]]" categories: "[[Apps]]"
tags:
- apps
maker: "" maker: ""
rating: rating:
--- ---

View File

@@ -1,8 +1,7 @@
--- ---
categories: "[[People]]" categories: "[[People]]"
tags: type:
- people - "[[Authors]]"
- authors
--- ---
## Books ## Books

View File

@@ -0,0 +1,36 @@
filters:
and:
- '!file.ext.containsAny("base", "md", "pdf", "canvas")'
formulas:
Embeds: if(file.embeds[0].containsAny("jpg","gif","webp","jpeg","avif"), file.embeds[0])
Date: if(created,created,if(start,start))
links: file.backlinks
properties:
formula.links:
displayName: Links
views:
- type: cards
name: Images
filters:
and:
- this.file.hasLink(file)
order: []
sort:
- property: file.name
direction: ASC
image: file.file
cardSize: 70
- type: cards
name: All images
image: file.file
imageFit: ""
- type: table
name: Unused attachements
filters:
and:
- formula.links.isEmpty()
order:
- file.name
- formula.links
columnSize:
file.name: 414

View File

@@ -18,7 +18,7 @@ views:
- categories - categories
- created - created
sort: sort:
- column: note.created - property: created
direction: DESC direction: DESC
- type: table - type: table
name: Recent entries name: Recent entries
@@ -26,6 +26,6 @@ views:
- file.name - file.name
- created - created
sort: sort:
- column: note.created - property: created
direction: DESC direction: DESC
limit: 20 limit: 20

View File

@@ -23,7 +23,7 @@ views:
- topics - topics
- last - last
sort: sort:
- column: file.name - property: file.name
direction: ASC direction: ASC
- type: table - type: table
name: Top rated name: Top rated
@@ -32,7 +32,7 @@ views:
- rating - rating
- last - last
sort: sort:
- column: note.last - property: last
direction: DESC direction: DESC
- type: table - type: table
name: Author name: Author
@@ -44,7 +44,7 @@ views:
- year - year
- genre - genre
sort: sort:
- column: note.genre - property: genre
direction: ASC direction: ASC
- type: table - type: table
name: Genre name: Genre

View File

@@ -20,8 +20,10 @@ views:
- created - created
- published - published
sort: sort:
- column: clipped - property: created
direction: DESC direction: DESC
columnSize:
note.author: 140
- type: table - type: table
name: Author name: Author
filters: filters:
@@ -33,5 +35,5 @@ views:
- created - created
- published - published
sort: sort:
- column: clipped - property: clipped
direction: DESC direction: DESC

View File

@@ -1,9 +1,9 @@
filters: filters:
or: or:
- file.name.contains(this.file.name) - file.name.contains(this.file.name)
- created == this.file.name - created.toString().contains(this.file.name)
- start == this.file.name - start.toString().contains(this.file.name)
- end == this.file.name - end.toString().contains(this.file.name)
- file.links.contains(this.file) - file.links.contains(this.file)
properties: properties:
file.name: file.name:
@@ -19,45 +19,54 @@ views:
name: Daily notes name: Daily notes
filters: filters:
and: and:
- '!tags.contains("daily")' - '!file.tags.contains("daily")'
- '!tags.contains("monthly")' - '!file.tags.contains("monthly")'
- file.name != this.file.name
order: order:
- file.name - file.name
- created - created
- categories - categories
- tags - tags
sort: sort:
- column: note.tags - property: tags
direction: ASC direction: ASC
- column: note.created - property: created
direction: DESC direction: DESC
- column: file.name - property: file.name
direction: ASC direction: ASC
- column: note.categories - property: categories
direction: ASC direction: ASC
columnSize:
file.name: 287
note.created: 128
note.categories: 119
- type: table - type: table
name: Monthly name: Monthly
filters: filters:
and: and:
- '!tags.contains("daily")' - '!file.tags.contains("daily")'
- '!tags.contains("monthly")' - '!file.tags.contains("monthly")'
- file.name != this.file.name
order: order:
- file.name - file.name
- categories - categories
- created - created
sort: sort:
- column: note.created - property: file.name
direction: ASC direction: ASC
- property: created
direction: DESC
- type: table - type: table
name: Yearly name: Yearly
filters: filters:
and: and:
- '!tags.contains("daily")' - '!file.tags.contains("daily")'
- '!tags.contains("monthly")' - '!file.tags.contains("monthly")'
- file.name != this.file.name
order: order:
- file.name - file.name
- categories - categories
- created - created
sort: sort:
- column: note.created - property: created
direction: ASC direction: ASC

View File

@@ -18,5 +18,29 @@ views:
- end - end
- loc - loc
sort: 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 direction: DESC

View File

@@ -1,17 +1,7 @@
filters: formulas:
and: Embeds: if(file.embeds[0].containsAny("jpg","gif","webp","jpeg","avif"), file.embeds[0])
- file.ext.contains("md") Date: if(created,created,if(start,start))
properties:
file.name:
displayName: Name
note.categories:
displayName: Categories
views: views:
- type: table
name: Notes
order:
- file.name
- categories
- type: table - type: table
name: All files name: All files
order: order:
@@ -19,6 +9,28 @@ views:
- file.mtime - file.mtime
- file.path - file.path
- file.ext - file.ext
- type: cards
name: Images
filters:
and:
- '!file.ext.containsAny("base", "canvas", "pdf", "md")'
order:
- file.name
sort: sort:
- column: file.path - property: file.name
direction: ASC 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

View File

@@ -2,19 +2,13 @@ filters:
and: and:
- note.categories.contains(link("Games")) - note.categories.contains(link("Games"))
- '!file.name.contains("Template")' - '!file.name.contains("Template")'
properties: display:
file.name: file.name: Games
displayName: Games note.year: Year
note.year: note.maker: Maker
displayName: Year note.rating: Rating
note.maker: note.genre: Genre
displayName: Maker note.last: Last played
note.rating:
displayName: Rating
note.genre:
displayName: Genre
note.last:
displayName: Last played
views: views:
- type: table - type: table
name: Games name: Games

View File

@@ -1,15 +1,11 @@
filters: filters:
and: and:
- list(genre).contains(this) - list(genre).contains(this)
properties: display:
note.rating: note.rating: Rating
displayName: Rating note.categories: Category
note.categories: note.last: Last
displayName: Category file.name: Name
note.last:
displayName: Last
file.name:
displayName: Name
views: views:
- type: table - type: table
name: Genre name: Genre

89
Templates/Bases/Map.base Normal file
View File

@@ -0,0 +1,89 @@
filters:
and:
- categories.contains(link("Places"))
- '!file.name.contains("Template")'
formulas:
Icon: list(type)[0].asFile().properties.icon
Color: list(type)[0].asFile().properties.color
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
- formula.Icon
sort:
- property: last
direction: DESC
- property: type
direction: ASC
- property: loc
direction: ASC
defaultZoom: 2
coordinates: note.coordinates
markerIcon: formula.Icon
markerColor: formula.Color
- 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
markerIcon: formula.Icon
markerColor: formula.Color
- type: map
name: Type
filters:
and:
- list(type).contains(this)
order:
- file.name
- rating
- type
- formula.Color
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
markerIcon: formula.Icon
markerColor: formula.Color

View File

@@ -1,6 +1,6 @@
filters: filters:
and: and:
- note.categories.contains(link("Meetings")) - categories.contains(link("Meetings"))
- '!file.name.contains("Template")' - '!file.name.contains("Template")'
properties: properties:
note.date: note.date:
@@ -11,6 +11,8 @@ properties:
displayName: Type displayName: Type
file.name: file.name:
displayName: Meeting displayName: Meeting
note.org:
displayName: Org
views: views:
- type: table - type: table
name: Meetings name: Meetings
@@ -20,7 +22,7 @@ views:
- type - type
- people - people
sort: sort:
- column: note.date - property: date
direction: ASC direction: ASC
- type: table - type: table
name: Person name: Person
@@ -33,5 +35,18 @@ views:
- type - type
- people - people
sort: sort:
- column: note.date - property: date
direction: ASC direction: ASC
- type: table
name: Type
filters:
and:
- list(type).contains(this)
order:
- file.name
- date
- people
- org
sort:
- property: date
direction: DESC

View File

@@ -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
@@ -24,52 +23,54 @@ properties:
displayName: RT displayName: RT
note.runtime: note.runtime:
displayName: Runtime displayName: Runtime
note.watchlist:
displayName: Added
views: views:
- type: table - type: table
name: All name: All
order: order:
- file.name - file.name
- year - year
- director
- rating - rating
- last - last
- plot - plot
- genre - genre
- director
sort: sort:
- column: note.director - property: director
direction: ASC direction: ASC
- column: formula.test - property: plot
direction: DESC
- column: note.plot
direction: ASC direction: ASC
columnSize: columnSize:
file.name: 193
note.director: 205
note.plot: 233 note.plot: 233
note.genre: 261 note.genre: 261
- type: table - type: table
name: To-watch name: To-watch
filters: filters:
and: and:
- empty(note.last) - last.isEmpty()
- empty(note.rating) - rating.isEmpty()
order: order:
- file.name - file.name
- year - year
- scoreImdb - scoreImdb
- runtime
- scoreRT - scoreRT
- runtime
- watchlist - watchlist
- director - director
- genre - genre
sort: sort:
- column: note.scoreImdb - property: scoreImdb
direction: DESC direction: DESC
- column: note.scoreRT - property: scoreRT
direction: DESC direction: DESC
- column: note.watchlist - property: watchlist
direction: DESC direction: DESC
- column: file.name - property: file.name
direction: ASC direction: ASC
- column: note.director - property: director
direction: ASC direction: ASC
columnSize: columnSize:
file.name: 283 file.name: 283
@@ -90,9 +91,9 @@ views:
- ratingImdb - ratingImdb
- last - last
sort: sort:
- column: file.name - property: file.name
direction: ASC direction: ASC
- column: note.ratingImdb - property: ratingImdb
direction: DESC direction: DESC
columnSize: columnSize:
file.name: 283 file.name: 283
@@ -102,7 +103,7 @@ views:
name: Last seen name: Last seen
filters: filters:
and: and:
- note.last != "" - "!last.isEmpty()"
order: order:
- file.name - file.name
- year - year
@@ -111,9 +112,11 @@ views:
- director - director
- genre - genre
sort: sort:
- column: note.last - property: last
direction: DESC direction: DESC
limit: 15 - property: file.name
direction: ASC
limit: 20
- type: table - type: table
name: Actor name: Actor
filters: filters:
@@ -124,6 +127,10 @@ views:
- year - year
- director - director
- genre - genre
- ratingImdb
sort:
- property: ratingImdb
direction: DESC
- type: table - type: table
name: Genre name: Genre
filters: filters:
@@ -136,16 +143,16 @@ views:
- director - director
- last - last
- genre - genre
sort:
- property: last
direction: DESC
- property: genre
direction: ASC
- property: rating
direction: DESC
columnSize: columnSize:
note.director: 166 note.director: 166
note.last: 115 note.last: 115
sort:
- column: note.last
direction: DESC
- column: note.genre
direction: ASC
- column: note.rating
direction: DESC
- type: table - type: table
name: Director name: Director
filters: filters:
@@ -159,11 +166,11 @@ views:
- cast - cast
- genre - genre
sort: sort:
- column: note.last - property: last
direction: DESC direction: DESC
- column: note.rating - property: rating
direction: ASC direction: ASC
- column: note.year - property: year
direction: DESC direction: DESC
columnSize: columnSize:
file.name: 186 file.name: 186
@@ -183,14 +190,50 @@ views:
- cast - cast
- genre - genre
sort: sort:
- column: note.last - property: last
direction: DESC direction: DESC
- column: note.rating - property: rating
direction: ASC direction: ASC
- column: note.year - property: year
direction: DESC direction: DESC
columnSize: columnSize:
file.name: 186 file.name: 186
note.year: 79 note.year: 79
note.rating: 96 note.rating: 96
note.genre: 243 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

View File

@@ -1,15 +1,33 @@
filters: filters:
and: and:
- '!file.name.contains("Template")' - '!file.name.contains("Template")'
- note.tags.contains("people") - categories.contains(link("People"))
formulas:
Age: (now() - birthday).years.floor()
properties: properties:
file.name: file.name:
displayName: Name displayName: Name
note.tags: note.tags:
displayName: Tags displayName: Tags
note.birthday:
displayName: Birthday
views: views:
- type: table - type: table
name: Table name: All people
order: order:
- file.name - file.name
- tags - tags
- birthday
- formula.Age
sort:
- property: file.name
direction: ASC
- property: tags
direction: ASC
- property: formula.Age
direction: DESC
- property: birthday
direction: DESC
columnSize:
note.tags: 209
formula.Age: 99

View File

@@ -23,11 +23,11 @@ views:
- type - type
- last - last
sort: sort:
- column: note.last - property: last
direction: DESC direction: DESC
- column: note.type - property: type
direction: ASC direction: ASC
- column: note.loc - property: loc
direction: ASC direction: ASC
columnSize: columnSize:
file.name: 162 file.name: 162
@@ -44,11 +44,11 @@ views:
- rating - rating
- last - last
sort: sort:
- column: note.rating - property: rating
direction: DESC direction: DESC
- column: note.last - property: last
direction: DESC direction: DESC
- column: note.loc - property: loc
direction: ASC direction: ASC
columnSize: columnSize:
note.type: 197 note.type: 197
@@ -63,9 +63,9 @@ views:
- rating - rating
- last - last
sort: sort:
- column: note.last - property: last
direction: DESC direction: DESC
- column: note.loc - property: loc
direction: ASC direction: ASC
columnSize: columnSize:
note.type: 153 note.type: 153
@@ -74,6 +74,7 @@ views:
filters: filters:
and: and:
- file.hasLink(this) - file.hasLink(this)
- '!tags.containsAny("cities", "countries")'
order: order:
- file.name - file.name
- rating - rating
@@ -81,13 +82,34 @@ views:
- type - type
- last - last
sort: sort:
- column: note.last - property: rating
direction: DESC direction: DESC
- column: note.type - property: last
direction: DESC
- property: type
direction: ASC direction: ASC
- column: note.loc - property: loc
direction: ASC direction: ASC
columnSize: columnSize:
file.name: 162 file.name: 162
note.rating: 65
note.loc: 145 note.loc: 145
note.type: 199 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

View File

@@ -28,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

View File

@@ -3,9 +3,9 @@ filters:
- note.categories.contains(link("Products")) - note.categories.contains(link("Products"))
- '!file.name.contains("Template")' - '!file.name.contains("Template")'
formulas: formulas:
Owned: ((now() - acquired) / 2629746000).round() Owned: ((now() - acquired).months).round()
totalUses: monthlyUses * formula.Owned.round() totalUses: monthlyUses * formula.Owned.round()
perUse: '"$" + (price / formula.totalUses).toFixed(2)' perUse: (price / formula.totalUses).toFixed(2)
properties: properties:
note.monthlyUses: note.monthlyUses:
displayName: Uses/month displayName: Uses/month
@@ -38,22 +38,27 @@ views:
- formula.Owned - formula.Owned
- formula.totalUses - formula.totalUses
- type - 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: columnSize:
file.name: 209 file.name: 209
note.acquired: 112
note.price: 78 note.price: 78
note.monthlyUses: 128 note.monthlyUses: 123
formula.perUse: 78 formula.perUse: 102
formula.Owned: 96 formula.Owned: 113
formula.totalUses: 115 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 - type: table
name: Cost per use name: Cost per use
filters: filters:
@@ -61,28 +66,29 @@ views:
- note.monthlyUses > 0 - note.monthlyUses > 0
order: order:
- file.name - file.name
- rating - acquired
- formula.perUse
- monthlyUses - monthlyUses
- price - price
- formula.totalUses
- formula.Owned - formula.Owned
- acquired - formula.totalUses
- formula.perUse
- type - type
columnSize: - rating
file.name: 209
formula.perUse: 77
note.monthlyUses: 82
note.price: 78
formula.totalUses: 122
formula.Owned: 96
sort: sort:
- column: formula.totalUses - property: acquired
direction: ASC
- property: monthlyUses
direction: DESC direction: DESC
- column: note.acquired - property: rating
direction: DESC
- column: note.monthlyUses
direction: DESC 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 - type: table
name: Maker name: Maker
filters: filters:
@@ -98,19 +104,19 @@ views:
- formula.Owned - formula.Owned
- acquired - acquired
- type - type
sort:
- property: file.name
direction: ASC
- property: formula.totalUses
direction: DESC
- property: acquired
direction: DESC
- property: monthlyUses
direction: DESC
columnSize: columnSize:
file.name: 209 file.name: 209
note.monthlyUses: 82 note.monthlyUses: 82
formula.totalUses: 115 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 - type: table
name: Type name: Type
filters: filters:
@@ -126,18 +132,18 @@ views:
- formula.Owned - formula.Owned
- acquired - acquired
- type - 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: columnSize:
file.name: 209 file.name: 209
note.monthlyUses: 82 note.monthlyUses: 82
formula.totalUses: 115 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

View 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

View 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

View File

@@ -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

View File

@@ -6,7 +6,4 @@ maker:
year: year:
rating: rating:
last: {{date}} last: {{date}}
tags:
- board-games
- references
--- ---

View File

@@ -10,12 +10,9 @@ isbn13:
year: year:
rating: rating:
topics: [] topics: []
created: created: {{date}}
"{ date }":
last: last:
via: "" via: ""
tags: tags:
- books
- references
- to-read - to-read
--- ---

View File

@@ -3,34 +3,20 @@ categories:
- "[[Places]]" - "[[Places]]"
type: type:
- "[[Cities]]" - "[[Cities]]"
tags:
- places
- cities
loc: 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]]

View File

@@ -8,7 +8,4 @@ variety:
process: process:
rating: rating:
last: last:
tags:
- coffee
- references
--- ---

View File

@@ -1,8 +1,6 @@
--- ---
categories: categories:
- "[[Companies]]" - "[[Companies]]"
tags:
- companies
type: [] type: []
people: [] people: []
url: url:

View File

@@ -1,9 +1,8 @@
--- ---
categories: categories:
- "[[People]]" - "[[People]]"
tags: type:
- people - "[[Directors]]"
- directors
created: {{date}} created: {{date}}
--- ---
## Movies ## Movies

View File

@@ -2,8 +2,6 @@
categories: categories:
- "[[Emails]]" - "[[Emails]]"
created: {{date}} created: {{date}}
tags:
- emails
org: [] org: []
people: [] people: []
url: url:

View File

@@ -1,9 +1,6 @@
--- ---
categories: categories:
- "[[Food]]" - "[[Food]]"
tags:
- food
- references
maker: maker:
rating: rating:
price: price:

View File

@@ -1,8 +1,8 @@
--- ---
categories: categories:
- "[[Companies]]" - "[[Companies]]"
tags: type:
- companies - "[[Game studios]]"
--- ---
## Games ## Games

View File

@@ -5,7 +5,5 @@ start:
end: end:
loc: loc:
people: [] people: []
tags:
- hosting
--- ---

View File

@@ -8,10 +8,6 @@ people: []
date: {{date}} date: {{date}}
role: role:
rating: rating:
tags:
- jobs
- meetings/job
- meetings
--- ---
## Questions and topics ## Questions and topics

View File

@@ -1,14 +0,0 @@
---
tags:
- maps
---
```leaflet
id: nyc
minZoom: 10
maxZoom: 20
defaultZoom: 12
linksTo: [[New York]]
height: 400px
coordinates: [[New York]]
```

View File

@@ -7,6 +7,4 @@ org:
loc: loc:
people: [] people: []
topics: [] topics: []
tags:
- meetings
--- ---

View File

@@ -2,4 +2,4 @@
tags: tags:
- meetings/type - meetings/type
--- ---
![[Meetings.base]] ![[Meetings.base#Type]]

View File

@@ -1,5 +1,6 @@
--- ---
aliases: July 2023 aliases:
- July 2023
previous: "[[2023-06]]" previous: "[[2023-06]]"
next: "[[2023-08]]" next: "[[2023-08]]"
tags: tags:

View File

@@ -8,12 +8,8 @@ cast: []
runtime: runtime:
rating: rating:
year: year:
last: last: {{date}}
"{ date }":
imdbId: imdbId:
via: via:
tags:
- movies
- references
--- ---

View File

@@ -1,8 +1,7 @@
--- ---
categories: "[[People]]" categories: "[[People]]"
tags: type:
- people - "[[Musicians]]"
- musicians
created: {{date}} created: {{date}}
--- ---
## Albums ## Albums

View File

@@ -1,8 +1,6 @@
--- ---
categories: categories:
- "[[People]]" - "[[People]]"
tags:
- people
birthday: birthday:
org: [] org: []
created: {{date}} created: {{date}}

View File

@@ -1,8 +1,6 @@
--- ---
categories: categories:
- "[[Places]]" - "[[Places]]"
tags:
- places
type: [] type: []
loc: [] loc: []
rating: rating:

View File

@@ -3,15 +3,8 @@ 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]]

View File

@@ -3,8 +3,6 @@ categories:
- "[[Podcasts]]" - "[[Podcasts]]"
host: [] host: []
rating: rating:
tags:
- podcast
--- ---
## Episodes ## Episodes

View File

@@ -1,8 +1,6 @@
--- ---
categories: categories:
- "[[Posts]]" - "[[Posts]]"
tags:
- posts
author: author:
- "[[Me]]" - "[[Me]]"
url: url:

View File

@@ -8,6 +8,4 @@ rating:
price: price:
acquired: {{date}} acquired: {{date}}
monthly-uses: monthly-uses:
tags:
- products
--- ---

View File

@@ -2,4 +2,4 @@
tags: tags:
- products/types - products/types
--- ---
![[Products.base]] ![[Products.base#Type]]

View File

@@ -5,8 +5,6 @@ type: []
org: [] org: []
start: start:
year: year:
tags:
- projects
url: url:
status: status:
--- ---

View File

@@ -1,9 +1,9 @@
--- ---
categories:
- "[[Quotes]]"
attribution: [] attribution: []
source: source:
created: {{date}} created: {{date}}
tags:
- quotes
topics: [] topics: []
via: via:
--- ---

View File

@@ -1,8 +1,6 @@
--- ---
categories: categories:
- "[[Real estate]]" - "[[Places]]"
tags:
- places
type: [] type: []
address: address:
rating: rating:

View File

@@ -9,8 +9,6 @@ url:
rating: rating:
created: {{date}} created: {{date}}
last: {{date}} last: {{date}}
tags:
- recipes
--- ---
## Ingredients ## Ingredients

View File

@@ -7,7 +7,4 @@ loc:
rating: rating:
created: {{date}} created: {{date}}
last: {{date}} last: {{date}}
tags:
- places
- restaurants
--- ---

View File

@@ -6,8 +6,4 @@ season:
episode: episode:
rating: rating:
published: published:
tags:
- shows
- episodes
- references
--- ---

View File

@@ -7,7 +7,4 @@ cast: []
rating: rating:
created: {{date}} created: {{date}}
last: {{date}} last: {{date}}
tags:
- shows
- references
--- ---

View File

@@ -4,7 +4,5 @@ categories:
start: start:
end: end:
loc: loc:
tags:
- trips
--- ---

View File

@@ -8,7 +8,4 @@ system:
rating: rating:
created: {{date}} created: {{date}}
last: {{date}} last: {{date}}
tags:
- games
- references
--- ---