Organized a bunch of stuff, and now properties HIDE

This commit is contained in:
2026-07-24 06:12:29 -04:00
parent 369e4fef4e
commit e2b8524780
14 changed files with 97 additions and 49 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
{ {
"newFileLocation": "current", "newFileLocation": "current",
"trashOption": "local", "trashOption": "local",
"promptDelete": false "promptDelete": false,
"alwaysUpdateLinks": true
} }
+2 -1
View File
@@ -4,6 +4,7 @@
"enabledCssSnippets": [ "enabledCssSnippets": [
"wide-note", "wide-note",
"remove-lines", "remove-lines",
"unbold-table" "unbold-table",
"hide-properties"
] ]
} }
+10 -10
View File
@@ -8,7 +8,7 @@
"templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Richard.md", "templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Richard.md",
"fileNameFormat": { "fileNameFormat": {
"enabled": true, "enabled": true,
"format": "Followups/Richard.md" "format": "~Followups/Richard.md"
}, },
"folder": { "folder": {
"enabled": true, "enabled": true,
@@ -42,7 +42,7 @@
"templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Generic.md", "templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Generic.md",
"fileNameFormat": { "fileNameFormat": {
"enabled": true, "enabled": true,
"format": "Followups/Generic.md" "format": "~Followups/Generic.md"
}, },
"folder": { "folder": {
"enabled": true, "enabled": true,
@@ -76,7 +76,7 @@
"templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬IT.md", "templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬IT.md",
"fileNameFormat": { "fileNameFormat": {
"enabled": true, "enabled": true,
"format": "Followups/IT.md" "format": "~Followups/IT.md"
}, },
"folder": { "folder": {
"enabled": true, "enabled": true,
@@ -110,7 +110,7 @@
"templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Procurement.md", "templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Procurement.md",
"fileNameFormat": { "fileNameFormat": {
"enabled": true, "enabled": true,
"format": "Followups/Procurement.md" "format": "~Followups/Procurement.md"
}, },
"folder": { "folder": {
"enabled": true, "enabled": true,
@@ -144,7 +144,7 @@
"templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Customer.md", "templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Customer.md",
"fileNameFormat": { "fileNameFormat": {
"enabled": true, "enabled": true,
"format": "Followups/Customer.md" "format": "~Followups/Customer.md"
}, },
"folder": { "folder": {
"enabled": true, "enabled": true,
@@ -265,7 +265,7 @@
"templatePath": "99 Toolkit/Templates/Project-Related/Deliverable.md", "templatePath": "99 Toolkit/Templates/Project-Related/Deliverable.md",
"fileNameFormat": { "fileNameFormat": {
"enabled": true, "enabled": true,
"format": "Deliverables/Deliverable.md" "format": "~Deliverables/Deliverable.md"
}, },
"folder": { "folder": {
"enabled": true, "enabled": true,
@@ -294,7 +294,7 @@
"templatePath": "99 Toolkit/Templates/Project-Dashboards/Followups.base", "templatePath": "99 Toolkit/Templates/Project-Dashboards/Followups.base",
"fileNameFormat": { "fileNameFormat": {
"enabled": true, "enabled": true,
"format": "Followups/Followups.base" "format": "~Followups/Followups.base"
}, },
"folder": { "folder": {
"enabled": true, "enabled": true,
@@ -328,7 +328,7 @@
"templatePath": "99 Toolkit/Templates/Project-Dashboards/Tasks.base", "templatePath": "99 Toolkit/Templates/Project-Dashboards/Tasks.base",
"fileNameFormat": { "fileNameFormat": {
"enabled": true, "enabled": true,
"format": "Tasks" "format": "~Tasks"
}, },
"folder": { "folder": {
"enabled": true, "enabled": true,
@@ -361,8 +361,8 @@
"command": false, "command": false,
"templatePath": "99 Toolkit/Templates/Project-Dashboards/Deliverables.base", "templatePath": "99 Toolkit/Templates/Project-Dashboards/Deliverables.base",
"fileNameFormat": { "fileNameFormat": {
"enabled": false, "enabled": true,
"format": "" "format": "~Deliverables"
}, },
"folder": { "folder": {
"enabled": true, "enabled": true,
+6
View File
@@ -78957,6 +78957,12 @@
"initialized": true, "initialized": true,
"version": "0.7.0", "version": "0.7.0",
"codepoints": [ "codepoints": [
{
"firstUsed": "2026-07-24T09:44:13.731Z",
"lastUsed": "2026-07-24T09:44:13.731Z",
"useCount": 1,
"codepoint": "➹"
},
{ {
"firstUsed": "2026-07-23T18:51:25.995Z", "firstUsed": "2026-07-23T18:51:25.995Z",
"lastUsed": "2026-07-23T18:51:25.995Z", "lastUsed": "2026-07-23T18:51:25.995Z",
+16
View File
@@ -0,0 +1,16 @@
/* Hide Properties and show on Hover */
markdown-preview-view, .markdown-source-view { /* Both edit and preview mode */
.metadata-container {
max-height: 2.7rem;
opacity: 0.6;
overflow: hidden;
transition: max-height 250ms ease-in-out, opacity 250ms;
margin-bottom: 0;
}
.metadata-container:hover,
.metadata-container:focus-within {
max-height: 1000px;
opacity: 1;
transition: max-height 300ms ease-in-out, opacity 300ms;
}
}
+40 -37
View File
@@ -4,17 +4,21 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "69662c7f24042dea", "id": "67f8c54923fe48f5",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "2b0ecc9f4ad15732", "id": "0b1d19508c6b91c3",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "empty", "type": "markdown",
"state": {}, "state": {
"file": "99 Toolkit/Manual/Projects/➹ Future Projects & Planning.md",
"mode": "source",
"source": false
},
"icon": "lucide-file", "icon": "lucide-file",
"title": "New tab" "title": "➹ Future Projects & Planning"
} }
} }
] ]
@@ -204,43 +208,42 @@
"sheet-plus:Create excel file": false "sheet-plus:Create excel file": false
} }
}, },
"active": "2b0ecc9f4ad15732", "active": "0b1d19508c6b91c3",
"lastOpenFiles": [ "lastOpenFiles": [
"00 Project Management/Projects Overview.base",
"99 Toolkit/Manual/Projects/➹ Future Projects & Planning.md",
"02 Electronics Projects/ZOE/ZOE.md",
"02 Electronics Projects/➹ Future Projects & Planning/Preset Board/Preset Board.md",
"02 Electronics Projects/➹ Future Projects & Planning/Mixer/Mixer.md",
"02 Electronics Projects/➹ Future Projects & Planning/Preset Board",
"02 Electronics Projects/➹ Future Projects & Planning/Ionizer/Ionizer.md",
"02 Electronics Projects/➹ Future Projects & Planning/Mixer",
"02 Electronics Projects/➹ Future Projects & Planning/Ionizer/Keyboard.md",
"02 Electronics Projects/➹ Future Projects & Planning/Ionizer/~Tasks.base",
"02 Electronics Projects/➹ Future Projects & Planning/➹ Future Projects & Planning.md",
"02 Electronics Projects/➹ Future Projects & Planning/Ionizer",
"02 Electronics Projects/➹ Future Projects & Planning",
"01 Personal Projects/Test Project/Test Project.md",
"01 Personal Projects/Another Test Project/Another Test Project.md",
"99 Toolkit/Templates/Project-Dashboards/Tasks.base",
"99 Toolkit/Templates/Project-Dashboards/Followups.base",
"99 Toolkit/Manual/Projects/Follow-Up Base.md",
"99 Toolkit/Manual/Manual.md",
"99 Toolkit/Templates/Project-Related/Deliverable.md",
"99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Supplier.md",
"99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Richard.md",
"99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Procurement.md",
"99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬IT.md",
"99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Generic.md",
"99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Customer.md",
"00 Project Management/Due Date Tracker.base", "00 Project Management/Due Date Tracker.base",
"01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming/Task 1 - Run Around Screaming.md",
"01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming/Followups/Followup⸬Customer-24072026050773.md",
"01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming/Followups",
"99 Toolkit/Manual/Projects/Tasks Base.md", "99 Toolkit/Manual/Projects/Tasks Base.md",
"02 Electronics Projects/ZOE/VCO-002_SimpleSaw.md", "02 Electronics Projects/ZOE/VCO-002_SimpleSaw.md",
"99 Toolkit/Templates/Project-Related/Project.md", "99 Toolkit/Templates/Project-Related/Project.md",
"02 Electronics Projects/ZOE/ZOE.md",
"02 Electronics Projects/ZOE/PSU-001_SmallPSU.md", "02 Electronics Projects/ZOE/PSU-001_SmallPSU.md",
"02 Electronics Projects/ZOE/PSU-002_MonitoringPSU.md", "02 Electronics Projects/ZOE/PSU-002_MonitoringPSU.md"
"02 Electronics Projects/ZOE/UTIL-001_BasicKeys.md",
"02 Electronics Projects/ZOE/UTIL-002_AdvancedKeys.md",
"02 Electronics Projects/ZOE/VCO-001_BasicOscillator.md",
"99 Toolkit/Templates/Project-Related/Task.md",
"99 Toolkit/Templates/Project-Related/Subtask.md",
"02 Electronics Projects/ZOE/Tasks.base",
"02 Electronics Projects/ZOE",
"01 Personal Projects/Another Test Project/Another Test Project.md",
"02 Electronics Projects",
"99 Toolkit/Templates/Obsidian Web Clipper/YouTube.md",
"99 Toolkit/Manual/Manual.md",
"99 Toolkit/Templates/Obsidian Web Clipper",
"91 Clippings/Papers",
"91 Clippings/Reddit/Untitled",
"91 Clippings/Reddit",
"91 Clippings/Twitter",
"91 Clippings/Web",
"91 Clippings/YouTube",
"01 Personal Projects/Test Project/Task 1/Task 1.md",
"01 Personal Projects/Test Project/Test Project.md",
"01 Personal Projects/Another Test Project/Task 2 - Go to Bed.md",
"01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming/Sub 1 - Go Outside.md",
"01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming/Deliverables/Deliverable-23072026180789.md",
"01 Personal Projects/Another Test Project/Task 1 - Run Around Screaming/Task 1 - Run Around Screaming.md",
"99 Toolkit/Templates/Project-Related/Deliverable.md",
"99 Toolkit/Unicode/Unicode Quick-Reference.md",
"99 Toolkit/Manual/Projects/Deliverables Base.md",
"99 Toolkit/Manual/Projects/Follow-Up Base.md",
"99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Customer.md"
] ]
} }
@@ -0,0 +1,14 @@
views:
- type: table
name: Table
filters:
and:
- Type == "Project"
- '!file.path.startsWith("99 Toolkit")'
order:
- file.name
- Description
- Date Modified
- Date Due
- Priority
- Status
@@ -0,0 +1 @@
This is the title of the folder I plan to use for organizing projects that I am planning or doing preliminary feasibility investigations.
@@ -1,6 +1,7 @@
--- ---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %> Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %> Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Date Due: <% tp.date.now("YYYY-MM-DD", 7) %>
Follow-Up With: Follow-Up With:
About What: About What:
Priority: Priority:
@@ -1,6 +1,7 @@
--- ---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %> Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %> Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Date Due: <% tp.date.now("YYYY-MM-DD", 7) %>
Follow-Up With: Follow-Up With:
About What: About What:
Priority: Priority:
@@ -1,6 +1,7 @@
--- ---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %> Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %> Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Date Due: <% tp.date.now("YYYY-MM-DD", 7) %>
Follow-Up With: IT Follow-Up With: IT
Service Tech: Service Tech:
About What: About What:
@@ -1,6 +1,7 @@
--- ---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %> Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %> Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Date Due: <% tp.date.now("YYYY-MM-DD", 7) %>
Follow-Up With: Procurement Follow-Up With: Procurement
Buyer: Buyer:
About What: About What:
@@ -1,6 +1,7 @@
--- ---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %> Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %> Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Date Due: <% tp.date.now("YYYY-MM-DD", 7) %>
Follow-Up With: Richard Follow-Up With: Richard
About What: About What:
Priority: Priority:
@@ -1,6 +1,7 @@
--- ---
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %> Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %> Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
Date Due: <% tp.date.now("YYYY-MM-DD", 7) %>
Follow-Up With: Follow-Up With:
About What: About What:
"Quote #": "Quote #":