vault backup: 2026-03-04 18:04:53
This commit is contained in:
14
.obsidian/workspace.json
vendored
14
.obsidian/workspace.json
vendored
@@ -63,7 +63,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 2
|
||||
"currentTab": 1
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@@ -137,7 +137,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Notes/2025-12-26 1015 Fix Sub-Woofer.md",
|
||||
"file": "Templates/TaskNotes/kanban-default.base",
|
||||
"collapseAll": true,
|
||||
"extraContext": false,
|
||||
"sortOrder": "byCreatedTime",
|
||||
@@ -147,7 +147,7 @@
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"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
|
||||
}
|
||||
},
|
||||
"active": "47b6f2441ef63c68",
|
||||
"active": "52dff4ebe5d625e4",
|
||||
"lastOpenFiles": [
|
||||
"Notes/2025-12-26 1015 Fix Sub-Woofer.md",
|
||||
"Templates/TaskNotes/kanban-default.base",
|
||||
"Templates/Task Template.md",
|
||||
"_Inbox/Philips 55OLED760 OLED TV.md",
|
||||
"_Inbox/Untitled.md",
|
||||
"Notes/2026-01-12 0813 farty jobs.md",
|
||||
"_Inbox/Philips 55OLED760 OLED TV.md",
|
||||
"Notes/2026-01-09 1642 Buy new tv.md",
|
||||
"Daily Notes/2026-02-27.md",
|
||||
"References/ESPHome Ecodan heatpump.md",
|
||||
@@ -300,8 +302,6 @@
|
||||
"Notes/2026-01-27 0709 Procrastination Holds You Back.md",
|
||||
"Excalidraw/2026-03-04 1314.excalidraw.md",
|
||||
"Categories/Library.md",
|
||||
"References/Erin Mary Hodgetts.md",
|
||||
"Daily Notes/2026-02-26.md",
|
||||
"Untitled",
|
||||
"Attachments/Pasted Image 20260223141434_201.png",
|
||||
"Excalidraw/2026-02-23 1413.excalidraw.png",
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
---
|
||||
category:
|
||||
- "[[Tasks]]"
|
||||
type:
|
||||
- "[[Creative]]"
|
||||
title: Fix Sub-Woofer
|
||||
status: open
|
||||
priority: low
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
filters:
|
||||
and:
|
||||
- category.contains(link("Tasks"))
|
||||
- file.folder != "Templates"
|
||||
- type.containsAny(link("Creative"), link("Urgent"), link("Deadlines"), link("Admin"), link("Moving"))
|
||||
formulas:
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user