vault backup: 2026-03-04 18:04:53

This commit is contained in:
2026-03-04 18:04:53 +00:00
parent ebe5bfe4f5
commit 5519360026
3 changed files with 11 additions and 7 deletions

View File

@@ -63,7 +63,7 @@
} }
} }
], ],
"currentTab": 2 "currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -137,7 +137,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Notes/2025-12-26 1015 Fix Sub-Woofer.md", "file": "Templates/TaskNotes/kanban-default.base",
"collapseAll": true, "collapseAll": true,
"extraContext": false, "extraContext": false,
"sortOrder": "byCreatedTime", "sortOrder": "byCreatedTime",
@@ -147,7 +147,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "Backlinks for 2025-12-26 1015 Fix Sub-Woofer" "title": "Backlinks for kanban-default"
} }
}, },
{ {
@@ -272,12 +272,14 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "47b6f2441ef63c68", "active": "52dff4ebe5d625e4",
"lastOpenFiles": [ "lastOpenFiles": [
"Notes/2025-12-26 1015 Fix Sub-Woofer.md",
"Templates/TaskNotes/kanban-default.base", "Templates/TaskNotes/kanban-default.base",
"Templates/Task Template.md",
"_Inbox/Philips 55OLED760 OLED TV.md",
"_Inbox/Untitled.md", "_Inbox/Untitled.md",
"Notes/2026-01-12 0813 farty jobs.md", "Notes/2026-01-12 0813 farty jobs.md",
"_Inbox/Philips 55OLED760 OLED TV.md",
"Notes/2026-01-09 1642 Buy new tv.md", "Notes/2026-01-09 1642 Buy new tv.md",
"Daily Notes/2026-02-27.md", "Daily Notes/2026-02-27.md",
"References/ESPHome Ecodan heatpump.md", "References/ESPHome Ecodan heatpump.md",
@@ -300,8 +302,6 @@
"Notes/2026-01-27 0709 Procrastination Holds You Back.md", "Notes/2026-01-27 0709 Procrastination Holds You Back.md",
"Excalidraw/2026-03-04 1314.excalidraw.md", "Excalidraw/2026-03-04 1314.excalidraw.md",
"Categories/Library.md", "Categories/Library.md",
"References/Erin Mary Hodgetts.md",
"Daily Notes/2026-02-26.md",
"Untitled", "Untitled",
"Attachments/Pasted Image 20260223141434_201.png", "Attachments/Pasted Image 20260223141434_201.png",
"Excalidraw/2026-02-23 1413.excalidraw.png", "Excalidraw/2026-02-23 1413.excalidraw.png",

View File

@@ -1,6 +1,8 @@
--- ---
category: category:
- "[[Tasks]]" - "[[Tasks]]"
type:
- "[[Creative]]"
title: Fix Sub-Woofer title: Fix Sub-Woofer
status: open status: open
priority: low priority: low

View File

@@ -1,6 +1,8 @@
filters: filters:
and: and:
- category.contains(link("Tasks")) - category.contains(link("Tasks"))
- file.folder != "Templates"
- type.containsAny(link("Creative"), link("Urgent"), link("Deadlines"), link("Admin"), link("Moving"))
formulas: formulas:
priorityWeight: if(priority=="none",0,if(priority=="low",1,if(priority=="normal",2,if(priority=="high",3,999)))) priorityWeight: if(priority=="none",0,if(priority=="low",1,if(priority=="normal",2,if(priority=="high",3,999))))
daysUntilDue: if(due, ((number(date(due)) - number(today())) / 86400000).floor(), null) daysUntilDue: if(due, ((number(date(due)) - number(today())) / 86400000).floor(), null)