Compare commits
10 Commits
d94cc1ede6
...
473697347a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
473697347a | ||
|
|
5bd1a529e8 | ||
|
|
bc1af9acc8 | ||
|
|
cdf50d76ad | ||
|
|
f4475335a0 | ||
|
|
bdbc809423 | ||
|
|
84770d7973 | ||
|
|
00ddd2cd72 | ||
|
|
118b0aab52 | ||
|
|
2063aa6aa9 |
@@ -2,7 +2,7 @@
|
|||||||
categories:
|
categories:
|
||||||
- "[[Meetings]]"
|
- "[[Meetings]]"
|
||||||
type: []
|
type: []
|
||||||
date: 2023-09-14
|
date: 2023-09-12
|
||||||
org:
|
org:
|
||||||
- "[[Obsidian]]"
|
- "[[Obsidian]]"
|
||||||
loc:
|
loc:
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ categories:
|
|||||||
genre: []
|
genre: []
|
||||||
artist: ""
|
artist: ""
|
||||||
year:
|
year:
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
|
||||||
rating:
|
rating:
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,32 +1,36 @@
|
|||||||
|
filters:
|
||||||
|
and:
|
||||||
|
- '!file.ext.containsAny("base", "md", "pdf", "canvas")'
|
||||||
formulas:
|
formulas:
|
||||||
Embeds: if(file.embeds[0].containsAny("jpg","gif","webp","jpeg","avif"), file.embeds[0])
|
Embeds: if(file.embeds[0].containsAny("jpg","gif","webp","jpeg","avif"), file.embeds[0])
|
||||||
Date: if(created,created,if(start,start))
|
Date: if(created,created,if(start,start))
|
||||||
links: file.
|
links: file.backlinks
|
||||||
|
properties:
|
||||||
|
formula.links:
|
||||||
|
displayName: Links
|
||||||
views:
|
views:
|
||||||
- type: cards
|
- type: cards
|
||||||
name: Images
|
name: Images
|
||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- this.file.hasLink(file)
|
- this.file.hasLink(file)
|
||||||
- '!file.ext.containsAny("base", "canvas", "pdf", "md")'
|
|
||||||
- file == ""
|
|
||||||
order: []
|
order: []
|
||||||
sort:
|
sort:
|
||||||
- property: file.name
|
- property: file.name
|
||||||
direction: ASC
|
direction: ASC
|
||||||
image: file.file
|
image: file.file
|
||||||
cardSize: 70
|
cardSize: 70
|
||||||
|
- type: cards
|
||||||
|
name: All images
|
||||||
|
image: file.file
|
||||||
|
imageFit: ""
|
||||||
- type: table
|
- type: table
|
||||||
name: Images 2
|
name: Unused attachements
|
||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- '!file.ext.containsAny("base", "canvas", "pdf", "md")'
|
- formula.links.isEmpty()
|
||||||
order:
|
order:
|
||||||
- file.name
|
- file.name
|
||||||
- file.links
|
|
||||||
- formula.links
|
- formula.links
|
||||||
sort:
|
columnSize:
|
||||||
- property: file.name
|
file.name: 414
|
||||||
direction: ASC
|
|
||||||
image: file.file
|
|
||||||
cardSize: 90
|
|
||||||
|
|||||||
@@ -19,8 +19,9 @@ 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
|
||||||
@@ -43,8 +44,9 @@ views:
|
|||||||
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
|
||||||
@@ -58,8 +60,9 @@ views:
|
|||||||
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
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
filters:
|
filters:
|
||||||
and:
|
and:
|
||||||
- '!file.name.contains("Template")'
|
- '!file.name.contains("Template")'
|
||||||
- note.tags.contains("people")
|
- categories.contains(link("People"))
|
||||||
formulas:
|
formulas:
|
||||||
Age: (now() - birthday).years.floor()
|
Age: (now() - birthday).years.floor()
|
||||||
properties:
|
properties:
|
||||||
@@ -19,15 +19,15 @@ views:
|
|||||||
- tags
|
- tags
|
||||||
- birthday
|
- birthday
|
||||||
- formula.Age
|
- formula.Age
|
||||||
|
sort:
|
||||||
|
- property: file.name
|
||||||
|
direction: ASC
|
||||||
|
- property: tags
|
||||||
|
direction: ASC
|
||||||
|
- property: formula.Age
|
||||||
|
direction: DESC
|
||||||
|
- property: birthday
|
||||||
|
direction: DESC
|
||||||
columnSize:
|
columnSize:
|
||||||
note.tags: 209
|
note.tags: 209
|
||||||
formula.Age: 99
|
formula.Age: 99
|
||||||
sort:
|
|
||||||
- column: file.name
|
|
||||||
direction: ASC
|
|
||||||
- column: note.tags
|
|
||||||
direction: ASC
|
|
||||||
- column: formula.Age
|
|
||||||
direction: DESC
|
|
||||||
- column: note.birthday
|
|
||||||
direction: DESC
|
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
---
|
---
|
||||||
categories:
|
categories:
|
||||||
- "[[Emails]]"
|
- "[[Emails]]"
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
|
||||||
org: []
|
org: []
|
||||||
people: []
|
people: []
|
||||||
url:
|
url:
|
||||||
|
|||||||
@@ -5,8 +5,7 @@ type:
|
|||||||
- "[[Job Interviews]]"
|
- "[[Job Interviews]]"
|
||||||
org:
|
org:
|
||||||
people: []
|
people: []
|
||||||
date:
|
date: {{date}}
|
||||||
"{ date }":
|
|
||||||
role:
|
role:
|
||||||
rating:
|
rating:
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
categories:
|
categories:
|
||||||
- "[[Meetings]]"
|
- "[[Meetings]]"
|
||||||
type: []
|
type: []
|
||||||
date:
|
date: {{date}}
|
||||||
"{ date }":
|
|
||||||
org:
|
org:
|
||||||
loc:
|
loc:
|
||||||
people: []
|
people: []
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ categories:
|
|||||||
author:
|
author:
|
||||||
- "[[Me]]"
|
- "[[Me]]"
|
||||||
url:
|
url:
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
|
||||||
published:
|
published:
|
||||||
topics: []
|
topics: []
|
||||||
status:
|
status:
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
tags:
|
tags:
|
||||||
- products/types
|
- products/types
|
||||||
---
|
---
|
||||||
![[Products.base]]
|
![[Products.base#Type]]
|
||||||
|
|||||||
@@ -3,8 +3,7 @@ categories:
|
|||||||
- "[[Quotes]]"
|
- "[[Quotes]]"
|
||||||
attribution: []
|
attribution: []
|
||||||
source:
|
source:
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
|
||||||
topics: []
|
topics: []
|
||||||
via:
|
via:
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -7,10 +7,8 @@ ingredients:
|
|||||||
author: []
|
author: []
|
||||||
url:
|
url:
|
||||||
rating:
|
rating:
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
last: {{date}}
|
||||||
last:
|
|
||||||
"{ date }":
|
|
||||||
---
|
---
|
||||||
## Ingredients
|
## Ingredients
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ type:
|
|||||||
- "[[Restaurants]]"
|
- "[[Restaurants]]"
|
||||||
loc:
|
loc:
|
||||||
rating:
|
rating:
|
||||||
created:
|
created: {{date}}
|
||||||
"{ date }":
|
last: {{date}}
|
||||||
last:
|
|
||||||
"{ date }":
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user