28 Commits
1.0.0 ... 2.2.0

Author SHA1 Message Date
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
Steph Ango
47b8b962de Update Bases syntax to Obsidian 1.9.2 2025-06-05 11:42:17 -07:00
Steph Ango
1ca183e879 disambiguate length 2025-05-29 12:38:05 -07:00
Steph Ango
579cdbddbf Merge pull request #12 from claremacrae/patch-1
Fix inconsistency in 'created' value in 'Post Template'
2025-05-29 09:28:41 -07:00
Clare Macrae
cbbfefdf7b Fix inconsistency in 'created' value in 'Post Template' 2025-05-29 17:09:32 +01:00
Steph Ango
631b90611a missing tag 2025-05-29 08:48:47 -07:00
Steph Ango
4f23d36c7e Merge pull request #10 from kepano/bases
Bases
2025-05-26 17:47:50 -07:00
Steph Ango
66fdb29fbc Switch to separate base files 2025-05-26 17:38:24 -07:00
Steph Ango
c4300a86dd rename 2025-05-25 17:46:30 -07:00
Steph Ango
3372f128c3 more bases 2025-05-25 15:17:10 -07:00
Steph Ango
b160d8bec5 migrate to bases 2025-05-24 16:03:46 -07:00
103 changed files with 1683 additions and 868 deletions

2
.gitignore vendored
View File

@@ -1,4 +1,6 @@
# obsidian
.obsidian/appearance.json
.obsidian/hotkeys.json
.obsidian/workspace.json
.obsidian/themes
.obsidian/plugins

3
.obsidian/app.json vendored
View File

@@ -1,3 +1,4 @@
{
"attachmentFolderPath": "Attachments"
"attachmentFolderPath": "Attachments",
"alwaysUpdateLinks": true
}

View File

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

View File

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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -11,7 +11,7 @@ loc:
- "[[Japan]]"
rating: 7
created: 2023-09-12
location:
coordinates:
- "34.9689499"
- "135.7692576"
---

View File

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

View File

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

View File

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

View File

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

@@ -0,0 +1,9 @@
---
tags:
- places/types
---
## Places
![[Map.base#Type]]
![[Places.base#Type]]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,8 +0,0 @@
```dataview
list
where
contains(type, this.file.link) and
!contains(file.name, "Template")
sort file.ctime asc
```

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

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

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

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

View 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

View 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

View 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

View 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

View 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

View 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

View 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

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

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

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

View File

@@ -2,16 +2,16 @@
categories:
- "[[Books]]"
author: []
cover:
cover:
genre: []
length:
isbn:
isbn13:
year:
rating:
pages:
isbn:
isbn13:
year:
rating:
topics: []
created: {{date}}
last:
last:
via: ""
tags:
- books

View File

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

View File

@@ -1,6 +1,8 @@
---
categories:
- "[[People]]"
tags:
- people
phone:
twitter:
org:

View File

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

View File

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

View File

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

View File

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

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

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

View File

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

View File

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

View File

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

View File

@@ -1,19 +1,18 @@
---
categories:
- "[[Movies]]"
cover:
cover:
genre: []
director:
director:
cast: []
rating:
year:
runtime:
rating:
year:
last: {{date}}
imdbId:
via:
imdbId:
via:
tags:
- movies
- references
---
[[{{date}}]]

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -13,4 +13,3 @@ rating:
published:
last: {{date}}
---
-

View File

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

View File

@@ -6,8 +6,7 @@ tags:
author:
- "[[Me]]"
url:
created:
"{ date }":
created: {{date}}
published:
topics: []
status:

View File

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

View File

@@ -1,10 +0,0 @@
# Recent entries
```dataview
table
created as Date
where
contains(file.outlinks, this.file.link)
sort created desc
limit 20
```

View File

@@ -11,4 +11,3 @@ tags:
- places
- restaurants
---
## [[{{date}}]]

View File

@@ -11,5 +11,3 @@ tags:
- episodes
- references
---
## [[{{date}}]]

View File

@@ -11,5 +11,3 @@ tags:
- shows
- references
---
## [[{{date}}]]

Some files were not shown because too many files have changed in this diff Show More