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: categories:
- "[[Meetings]]" - "[[Meetings]]"
type: [] type: []
date: 2023-09-14 date: 2023-09-12
org: org:
- "[[Obsidian]]" - "[[Obsidian]]"
loc: loc:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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