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