10 Commits

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
13 changed files with 46 additions and 49 deletions

View File

@@ -2,7 +2,7 @@
categories:
- "[[Meetings]]"
type: []
date: 2023-09-14
date: 2023-09-12
org:
- "[[Obsidian]]"
loc:

View File

@@ -4,8 +4,7 @@ categories:
genre: []
artist: ""
year:
created:
"{ date }":
created: {{date}}
rating:
---

View File

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

View File

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

View File

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

View File

@@ -1,8 +1,7 @@
---
categories:
- "[[Emails]]"
created:
"{ date }":
created: {{date}}
org: []
people: []
url:

View File

@@ -5,8 +5,7 @@ type:
- "[[Job Interviews]]"
org:
people: []
date:
"{ date }":
date: {{date}}
role:
rating:
---

View File

@@ -2,8 +2,7 @@
categories:
- "[[Meetings]]"
type: []
date:
"{ date }":
date: {{date}}
org:
loc:
people: []

View File

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

View File

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

View File

@@ -3,8 +3,7 @@ categories:
- "[[Quotes]]"
attribution: []
source:
created:
"{ date }":
created: {{date}}
topics: []
via:
---

View File

@@ -7,10 +7,8 @@ ingredients:
author: []
url:
rating:
created:
"{ date }":
last:
"{ date }":
created: {{date}}
last: {{date}}
---
## Ingredients

View File

@@ -5,8 +5,6 @@ type:
- "[[Restaurants]]"
loc:
rating:
created:
"{ date }":
last:
"{ date }":
created: {{date}}
last: {{date}}
---