Organized a bunch of stuff, and now properties HIDE
This commit is contained in:
Vendored
+2
-1
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"newFileLocation": "current",
|
||||
"trashOption": "local",
|
||||
"promptDelete": false
|
||||
"promptDelete": false,
|
||||
"alwaysUpdateLinks": true
|
||||
}
|
||||
Vendored
+2
-1
@@ -4,6 +4,7 @@
|
||||
"enabledCssSnippets": [
|
||||
"wide-note",
|
||||
"remove-lines",
|
||||
"unbold-table"
|
||||
"unbold-table",
|
||||
"hide-properties"
|
||||
]
|
||||
}
|
||||
Vendored
+10
-10
@@ -8,7 +8,7 @@
|
||||
"templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Richard.md",
|
||||
"fileNameFormat": {
|
||||
"enabled": true,
|
||||
"format": "Followups/Richard.md"
|
||||
"format": "~Followups/Richard.md"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
@@ -42,7 +42,7 @@
|
||||
"templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Generic.md",
|
||||
"fileNameFormat": {
|
||||
"enabled": true,
|
||||
"format": "Followups/Generic.md"
|
||||
"format": "~Followups/Generic.md"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
@@ -76,7 +76,7 @@
|
||||
"templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬IT.md",
|
||||
"fileNameFormat": {
|
||||
"enabled": true,
|
||||
"format": "Followups/IT.md"
|
||||
"format": "~Followups/IT.md"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
@@ -110,7 +110,7 @@
|
||||
"templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Procurement.md",
|
||||
"fileNameFormat": {
|
||||
"enabled": true,
|
||||
"format": "Followups/Procurement.md"
|
||||
"format": "~Followups/Procurement.md"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
@@ -144,7 +144,7 @@
|
||||
"templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Customer.md",
|
||||
"fileNameFormat": {
|
||||
"enabled": true,
|
||||
"format": "Followups/Customer.md"
|
||||
"format": "~Followups/Customer.md"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
@@ -265,7 +265,7 @@
|
||||
"templatePath": "99 Toolkit/Templates/Project-Related/Deliverable.md",
|
||||
"fileNameFormat": {
|
||||
"enabled": true,
|
||||
"format": "Deliverables/Deliverable.md"
|
||||
"format": "~Deliverables/Deliverable.md"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
@@ -294,7 +294,7 @@
|
||||
"templatePath": "99 Toolkit/Templates/Project-Dashboards/Followups.base",
|
||||
"fileNameFormat": {
|
||||
"enabled": true,
|
||||
"format": "Followups/Followups.base"
|
||||
"format": "~Followups/Followups.base"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
@@ -328,7 +328,7 @@
|
||||
"templatePath": "99 Toolkit/Templates/Project-Dashboards/Tasks.base",
|
||||
"fileNameFormat": {
|
||||
"enabled": true,
|
||||
"format": "Tasks"
|
||||
"format": "~Tasks"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
@@ -361,8 +361,8 @@
|
||||
"command": false,
|
||||
"templatePath": "99 Toolkit/Templates/Project-Dashboards/Deliverables.base",
|
||||
"fileNameFormat": {
|
||||
"enabled": false,
|
||||
"format": ""
|
||||
"enabled": true,
|
||||
"format": "~Deliverables"
|
||||
},
|
||||
"folder": {
|
||||
"enabled": true,
|
||||
|
||||
+6
@@ -78957,6 +78957,12 @@
|
||||
"initialized": true,
|
||||
"version": "0.7.0",
|
||||
"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",
|
||||
"lastUsed": "2026-07-23T18:51:25.995Z",
|
||||
|
||||
+16
@@ -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;
|
||||
}
|
||||
}
|
||||
Vendored
+40
-37
@@ -4,17 +4,21 @@
|
||||
"type": "split",
|
||||
"children": [
|
||||
{
|
||||
"id": "69662c7f24042dea",
|
||||
"id": "67f8c54923fe48f5",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "2b0ecc9f4ad15732",
|
||||
"id": "0b1d19508c6b91c3",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "empty",
|
||||
"state": {},
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "99 Toolkit/Manual/Projects/➹ Future Projects & Planning.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "New tab"
|
||||
"title": "➹ Future Projects & Planning"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -204,43 +208,42 @@
|
||||
"sheet-plus:Create excel file": false
|
||||
}
|
||||
},
|
||||
"active": "2b0ecc9f4ad15732",
|
||||
"active": "0b1d19508c6b91c3",
|
||||
"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",
|
||||
"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",
|
||||
"02 Electronics Projects/ZOE/VCO-002_SimpleSaw.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-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"
|
||||
"02 Electronics Projects/ZOE/PSU-002_MonitoringPSU.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user