vault backup: 2025-09-05 15:41:35

This commit is contained in:
2025-09-05 15:41:35 -04:00
parent 04130e922c
commit c69536555b
8 changed files with 286 additions and 52 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
"obsidian-excalidraw-plugin",
"obsidian-hover-editor",
"quickadd",
"recent-files-obsidian",
"obsidian-spaced-repetition",
"image-converter"
"image-converter",
"recent-files-obsidian"
]
+10 -4
View File
@@ -4,7 +4,7 @@
"enabled": false
},
"dedupe-yaml-array-values": {
"enabled": false,
"enabled": true,
"dedupe-alias-key": true,
"dedupe-tag-key": true,
"dedupe-array-keys": true,
@@ -19,7 +19,7 @@
"force-yaml-escape-keys": ""
},
"format-tags-in-yaml": {
"enabled": false
"enabled": true
},
"format-yaml-array": {
"enabled": false,
@@ -32,7 +32,7 @@
},
"insert-yaml-attributes": {
"enabled": true,
"text-to-insert": "id:\naliases: \ntags: "
"text-to-insert": "id:\naliases: []\ntags: []"
},
"move-tags-to-yaml": {
"enabled": false,
@@ -280,7 +280,13 @@
"filesToIgnore": [],
"linterLocale": "system-default",
"logLevel": "ERROR",
"lintCommands": [],
"lintCommands": [
{
"id": "",
"name": "",
"enabled": true
}
],
"customRegexes": [],
"commonStyles": {
"aliasArrayStyle": "multi-line",
+42 -42
View File
@@ -1,25 +1,5 @@
{
"recentFiles": [
{
"basename": "README",
"path": "README.md"
},
{
"basename": "estimating-ergonomics",
"path": "estimating-ergonomics.md"
},
{
"basename": "blank-system",
"path": "blank-system.md"
},
{
"basename": "automating-pdf-annotation",
"path": "automating-pdf-annotation.md"
},
{
"basename": "3-phase-power",
"path": "3-phase-power.md"
},
{
"basename": "fixture-designations",
"path": "fixture-designations.md"
@@ -33,21 +13,57 @@
"path": "full-takeoff.md"
},
{
"basename": "getting-historical-pricing",
"path": "getting-historical-pricing.md"
},
{
"basename": "telecom",
"path": "telecom.md"
"basename": "90-day-performance-review",
"path": "90-day-performance-review.md"
},
{
"basename": "electrical",
"path": "electrical.md"
},
{
"basename": "lighting-controls",
"path": "lighting-controls.md"
},
{
"basename": "3-phase-power",
"path": "3-phase-power.md"
},
{
"basename": "automating-estimating-project-creation",
"path": "automating-estimating-project-creation.md"
},
{
"basename": "burndy_AYP300",
"path": "Assets/subfeeds/burndy_AYP300.png"
},
{
"basename": "README",
"path": "README.md"
},
{
"basename": "list",
"path": "list.md"
},
{
"basename": "markdown-formatter-cli",
"path": "markdown-formatter-cli.md"
},
{
"basename": "automating-pdf-annotation",
"path": "automating-pdf-annotation.md"
},
{
"basename": "estimating-ergonomics",
"path": "estimating-ergonomics.md"
},
{
"basename": "getting-historical-pricing",
"path": "getting-historical-pricing.md"
},
{
"basename": "telecom",
"path": "telecom.md"
},
{
"basename": "pathfinding",
"path": "pathfinding.md"
@@ -64,14 +80,6 @@
"basename": "psn-distribution-list",
"path": "psn-distribution-list.md"
},
{
"basename": "markdown-formatter-cli",
"path": "markdown-formatter-cli.md"
},
{
"basename": "lighting-controls",
"path": "lighting-controls.md"
},
{
"basename": "feeders",
"path": "feeders.md"
@@ -88,10 +96,6 @@
"basename": "subfeeds",
"path": "subfeeds.md"
},
{
"basename": "burndy_AYP300",
"path": "Assets/subfeeds/burndy_AYP300.png"
},
{
"basename": "systems",
"path": "systems.md"
@@ -108,10 +112,6 @@
"basename": "automating-email",
"path": "automating-email.md"
},
{
"basename": "automating-estimating-project-creation",
"path": "automating-estimating-project-creation.md"
},
{
"basename": "accubid-setup",
"path": "accubid-setup.md"
+1 -1
View File
@@ -1,3 +1,3 @@
{
"folder": "templates"
"folder": "Templates"
}