vault backup: 2025-10-24

This commit is contained in:
2025-10-24 15:30:51 -04:00
parent ea092a3cf8
commit 9c01ebc6a7
127 changed files with 3180 additions and 571 deletions
+5 -4
View File
@@ -1,16 +1,17 @@
{
"livePreview": false,
"readableLineLength": false,
"strictLineBreaks": false,
"propertiesInDocument": "source",
"strictLineBreaks": true,
"propertiesInDocument": "visible",
"showLineNumber": true,
"autoPairMarkdown": false,
"useTab": false,
"alwaysUpdateLinks": true,
"tabSize": 2,
"vimMode": true,
"vimMode": false,
"promptDelete": false,
"focusNewTab": true,
"foldHeading": false,
"foldIndent": false
"foldIndent": false,
"defaultViewMode": "source"
}
+9 -5
View File
@@ -1,7 +1,11 @@
{
"textFontFamily": "jetbrains mono,Consolas",
"monospaceFontFamily": "jetbrains mono,Consolas",
"interfaceFontFamily": "jetbrains mono,Consolas",
"cssTheme": "Obsidian gruvbox",
"theme": "obsidian"
"textFontFamily": "",
"monospaceFontFamily": "",
"interfaceFontFamily": "",
"cssTheme": "Typewriter",
"theme": "obsidian",
"baseFontSize": 16,
"enabledCssSnippets": [
"tables"
]
}
+5
View File
@@ -9,6 +9,11 @@
"type": "file",
"ctime": 1760361633886,
"path": "TODO.md"
},
{
"type": "file",
"ctime": 1761313177282,
"path": "nfpa-70_national-electric-code.md"
}
]
}
+22 -1
View File
@@ -13,6 +13,27 @@
"a": 1,
"rgb": 14701138
}
},
{
"query": "tag:#topic/estimating ",
"color": {
"a": 1,
"rgb": 14725458
}
},
{
"query": "tag:#topic/construction/electrical ",
"color": {
"a": 1,
"rgb": 5431378
}
},
{
"query": "tag:#topic/construction ",
"color": {
"a": 1,
"rgb": 11657298
}
}
],
"collapse-display": false,
@@ -25,6 +46,6 @@
"repelStrength": 20,
"linkStrength": 1,
"linkDistance": 307,
"scale": 0.3022414622327022,
"scale": 0.2155814187977137,
"close": false
}
BIN
View File
Binary file not shown.
+7
View File
@@ -0,0 +1,7 @@
{
"name": "Typewriter",
"version": "2.2.3",
"minAppVersion": "0.16.0",
"author": "crashmoney",
"authorUrl": "https://github.com/crashmoney"
}
File diff suppressed because one or more lines are too long