vault backup: 2025-12-29 16:08:05

This commit is contained in:
2025-12-29 16:08:05 -05:00
parent 94927e3eaf
commit 17270ef0ba
20 changed files with 3222 additions and 2078 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "easy-copy", "id": "easy-copy",
"name": "Easy Copy", "name": "Easy Copy",
"version": "1.5.0", "version": "1.5.1",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "Easily copy the text within inline code, bold text (and many other formats), or quickly generate an elegant link to a heading.", "description": "Easily copy the text within inline code, bold text (and many other formats), or quickly generate an elegant link to a heading.",
"author": "Moy", "author": "Moy",
+10 -4
View File
@@ -1,4 +1,6 @@
{ {
"copyLinkToElemenetAnchorTo100": false,
"copyFrameLinkByName": false,
"disableDoubleClickTextEditing": false, "disableDoubleClickTextEditing": false,
"folder": "", "folder": "",
"cropFolder": "", "cropFolder": "",
@@ -38,6 +40,8 @@
"overrideObsidianFontSize": false, "overrideObsidianFontSize": false,
"dynamicStyling": "colorful", "dynamicStyling": "colorful",
"isLeftHanded": false, "isLeftHanded": false,
"desktopUIMode": "tray",
"tabletUIMode": "compact",
"iframeMatchExcalidrawTheme": true, "iframeMatchExcalidrawTheme": true,
"matchTheme": true, "matchTheme": true,
"matchThemeAlways": true, "matchThemeAlways": true,
@@ -118,9 +122,7 @@
"mdBorderColor": "Black", "mdBorderColor": "Black",
"mdCSS": "", "mdCSS": "",
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"defaultTrayMode": false, "previousRelease": "2.18.3",
"compactModeOnTablets": true,
"previousRelease": "2.16.1",
"showReleaseNotes": true, "showReleaseNotes": true,
"compareManifestToPluginVersion": true, "compareManifestToPluginVersion": true,
"showNewVersionNotification": false, "showNewVersionNotification": false,
@@ -483,6 +485,7 @@
"aiEnabled": true, "aiEnabled": true,
"openAIAPIToken": "", "openAIAPIToken": "",
"openAIDefaultTextModel": "gpt-3.5-turbo-1106", "openAIDefaultTextModel": "gpt-3.5-turbo-1106",
"openAIDefaultTextModelMaxTokens": 4096,
"openAIDefaultVisionModel": "gpt-4o", "openAIDefaultVisionModel": "gpt-4o",
"openAIDefaultImageGenerationModel": "dall-e-3", "openAIDefaultImageGenerationModel": "dall-e-3",
"openAIURL": "https://api.openai.com/v1/chat/completions", "openAIURL": "https://api.openai.com/v1/chat/completions",
@@ -809,5 +812,8 @@
"customPaperColor": "#ffffff", "customPaperColor": "#ffffff",
"alignment": "center", "alignment": "center",
"margin": "normal" "margin": "normal"
} },
"disableContextMenu": false,
"defaultTrayMode": false,
"compactModeOnTablets": true
} }
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -1,9 +1,9 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "2.16.1", "version": "2.18.3",
"minAppVersion": "1.5.7", "minAppVersion": "1.5.7",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "Sketch Your Mind. An Obsidian plugin to edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",
"authorUrl": "https://excalidraw-obsidian.online", "authorUrl": "https://excalidraw-obsidian.online",
"fundingUrl": "https://ko-fi.com/zsolt", "fundingUrl": "https://ko-fi.com/zsolt",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -6,5 +6,5 @@
"description": "Integrate Git version control with automatic backup and other advanced features.", "description": "Integrate Git version control with automatic backup and other advanced features.",
"isDesktopOnly": false, "isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/vinzent", "fundingUrl": "https://ko-fi.com/vinzent",
"version": "2.35.1" "version": "2.35.2"
} }
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "obsidian-hover-editor", "id": "obsidian-hover-editor",
"name": "Hover Editor", "name": "Hover Editor",
"version": "0.11.26", "version": "0.11.27",
"minAppVersion": "1.5.8", "minAppVersion": "1.5.8",
"description": "Transform the Page Preview hover popover into a fully working editor instance", "description": "Transform the Page Preview hover popover into a fully working editor instance",
"author": "NothingIsLost", "author": "NothingIsLost",
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "obsidian-tagfolder", "id": "obsidian-tagfolder",
"name": "TagFolder", "name": "TagFolder",
"version": "0.18.11", "version": "0.18.13",
"minAppVersion": "0.12.0", "minAppVersion": "0.12.0",
"description": "Show tags as folder", "description": "Show tags as folder",
"author": "vorotamoroz", "author": "vorotamoroz",
+8 -5
View File
@@ -3,8 +3,8 @@
"inputPrompt": "single-line", "inputPrompt": "single-line",
"devMode": false, "devMode": false,
"templateFolderPath": "", "templateFolderPath": "",
"announceUpdates": false, "announceUpdates": "none",
"version": "2.6.0", "version": "2.9.4",
"globalVariables": {}, "globalVariables": {},
"onePageInputEnabled": false, "onePageInputEnabled": false,
"disableOnlineFeatures": true, "disableOnlineFeatures": true,
@@ -64,7 +64,8 @@
"maxTokens": 128000 "maxTokens": 128000
} }
], ],
"autoSyncModels": false "autoSyncModels": false,
"modelSource": "auto"
}, },
{ {
"name": "Gemini", "name": "Gemini",
@@ -84,7 +85,8 @@
"maxTokens": 1000000 "maxTokens": 1000000
} }
], ],
"autoSyncModels": false "autoSyncModels": false,
"modelSource": "auto"
} }
] ]
}, },
@@ -96,6 +98,7 @@
"setVersionAfterUpdateModalRelease": true, "setVersionAfterUpdateModalRelease": true,
"addDefaultAIProviders": true, "addDefaultAIProviders": true,
"removeMacroIndirection": true, "removeMacroIndirection": true,
"migrateFileOpeningSettings": true "migrateFileOpeningSettings": true,
"setProviderModelDiscoveryMode": true
} }
} }
+53 -53
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "quickadd", "id": "quickadd",
"name": "QuickAdd", "name": "QuickAdd",
"version": "2.6.0", "version": "2.9.4",
"minAppVersion": "1.6.0", "minAppVersion": "1.6.0",
"description": "Quickly add new pages or content to your vault.", "description": "Quickly add new pages or content to your vault.",
"author": "Christian B. B. Houmann", "author": "Christian B. B. Houmann",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"id": "recent-files-obsidian", "id": "recent-files-obsidian",
"name": "Recent Files", "name": "Recent Files",
"version": "1.7.4", "version": "1.7.5",
"minAppVersion": "0.16.3", "minAppVersion": "0.16.3",
"description": "List files by most recently opened", "description": "List files by most recently opened",
"author": "Tony Grosinger", "author": "Tony Grosinger",
+2 -2
View File
@@ -148,10 +148,10 @@ Separate these fixtures by labor, not length
``` ```
*** Back of House *** *** Back of House ***
B - Surface: Tape = 1.0hr (07-18ft) - MC #12 40ft B - Surface: Tape = 1.0hr (0-18ft) - MC #12 40ft
_ _
*** Interior Amenity *** *** Interior Amenity ***
IA - Surface: Tape = 1.0hr (07-18ft) - MC+LV #12 40ft IA - Surface: Tape = 1.0hr (0-18ft) - MC+LV #12 40ft
IA - Surface: Tape = 2.0hr (19-30ft) - MC+LV #12 40ft IA - Surface: Tape = 2.0hr (19-30ft) - MC+LV #12 40ft
IA - Surface: Tape = 3.0hr (31-42ft) - MC+LV #12 40ft IA - Surface: Tape = 3.0hr (31-42ft) - MC+LV #12 40ft
IA - Surface: Tape = 4.0hr (43-48ft) - MC+LV #12 40ft IA - Surface: Tape = 4.0hr (43-48ft) - MC+LV #12 40ft
+9
View File
@@ -251,3 +251,12 @@ classDiagram
| A♯ | 5 | 10 | | A♯ | 5 | 10 |
| B♭ | 6 | 10 | | B♭ | 6 | 10 |
| B | 6 | 11 | | B | 6 | 11 |
| difMod7 | genericInterval |
| ------- | --------------- |
| 0 | Unison |
`mod12` pitch class
`mod7` staff position class