vault backup: 2026-05-18 21:11:52

This commit is contained in:
Dmitry
2026-05-18 21:11:52 +03:00
parent 969ef896bc
commit 6a5af63bb5
66 changed files with 1646 additions and 210 deletions
+1 -1
View File
@@ -39,6 +39,6 @@
"repelStrength": 6.34095634095634,
"linkStrength": 0.504158004158004,
"linkDistance": 250,
"scale": 0.21784264238625786,
"scale": 0.21784264238625775,
"close": true
}
+178 -13
View File
@@ -33,6 +33,7 @@
"displaySVGInPreview": false,
"previewImageType": "SVG",
"renderingConcurrency": 3,
"imageCacheRetentionDays": 30,
"allowImageCache": true,
"allowImageCacheInScene": true,
"displayExportedImageIfAvailable": false,
@@ -109,13 +110,14 @@
"addDummyTextElement": false,
"zoteroCompatibility": false,
"fieldSuggester": true,
"enableOnloadScripts": false,
"compatibilityMode": false,
"drawingOpenCount": 0,
"library": "deprecated",
"library2": {
"type": "excalidrawlib",
"version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.22.3",
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.23.0",
"libraryItems": []
},
"imageElementNotice": true,
@@ -126,7 +128,7 @@
"mdBorderColor": "Black",
"mdCSS": "",
"scriptEngineSettings": {},
"previousRelease": "2.22.3",
"previousRelease": "2.23.0",
"showReleaseNotes": true,
"excalidrawMasteryPromoCollapsed": false,
"compareManifestToPluginVersion": false,
@@ -489,15 +491,178 @@
"canvasImmersiveEmbed": true,
"startupScriptPath": "",
"aiEnabled": true,
"openAIAPIToken": "",
"openAIDefaultTextModel": "gpt-5-mini",
"openAIDefaultTextModelMaxTokens": 4096,
"openAIDefaultVisionModel": "gpt-5-mini",
"openAIDefaultImageGenerationModel": "gpt-image-1",
"openAIURL": "https://api.openai.com/v1/chat/completions",
"openAIImageGenerationURL": "https://api.openai.com/v1/images/generations",
"openAIImageEditsURL": "https://api.openai.com/v1/images/edits",
"openAIImageVariationURL": "https://api.openai.com/v1/images/variations",
"aiVerboseLogging": false,
"aiProviderProfiles": {
"OpenAI": {
"provider": "openai",
"apiKey": "",
"baseURL": "https://api.openai.com/v1"
},
"Anthropic": {
"provider": "anthropic",
"apiKey": "",
"baseURL": "https://api.anthropic.com/v1"
},
"Google Gemini": {
"provider": "google",
"apiKey": "",
"baseURL": "https://generativelanguage.googleapis.com/v1beta"
},
"xAI": {
"provider": "xai",
"apiKey": "",
"baseURL": "https://api.x.ai/v1"
},
"OpenAI-compatible": {
"provider": "openai-compatible",
"apiKey": "",
"baseURL": "https://api.openai.com/v1"
}
},
"aiTextModelConfigs": {
"gpt-5-mini": {
"providerId": "OpenAI",
"model": "gpt-5-mini",
"endpoint": "",
"multimodalSupport": true
},
"claude-sonnet-4-5": {
"providerId": "Anthropic",
"model": "claude-sonnet-4-5",
"endpoint": "",
"multimodalSupport": true
},
"gemini-2.5-pro": {
"providerId": "Google Gemini",
"model": "gemini-2.5-pro",
"endpoint": "",
"multimodalSupport": true
},
"grok-4-fast": {
"providerId": "xAI",
"model": "grok-4-fast",
"endpoint": "",
"multimodalSupport": true
}
},
"aiImageModelConfigs": {
"dall-e-2": {
"providerId": "OpenAI",
"model": "dall-e-2",
"supportedSizes": [
"256x256",
"512x512",
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": true
},
"dall-e-3": {
"providerId": "OpenAI",
"model": "dall-e-3",
"supportedSizes": [
"1024x1024",
"1792x1024",
"1024x1792"
],
"supportsPromptImageTransforms": false,
"supportsMaskImageEdits": false
},
"gpt-image-1": {
"providerId": "OpenAI",
"model": "gpt-image-1",
"supportedSizes": [
"1024x1024",
"1536x1024",
"1024x1536"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": true
},
"gpt-image-1-mini": {
"providerId": "OpenAI",
"model": "gpt-image-1-mini",
"supportedSizes": [
"1024x1024",
"1536x1024",
"1024x1536"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": true
},
"gpt-image-1.5": {
"providerId": "OpenAI",
"model": "gpt-image-1.5",
"supportedSizes": [
"1024x1024",
"1536x1024",
"1024x1536"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": true
},
"gpt-image-2": {
"providerId": "OpenAI",
"model": "gpt-image-2",
"supportedSizes": [
"1024x1024",
"1536x1024",
"1024x1536",
"2048x2048"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": true
},
"gemini-2.5-flash-image": {
"providerId": "Google Gemini",
"model": "gemini-2.5-flash-image",
"supportedSizes": [
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": false
},
"gemini-3.1-flash-image-preview": {
"providerId": "Google Gemini",
"model": "gemini-3.1-flash-image-preview",
"supportedSizes": [
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": false
},
"gemini-3-pro-image-preview": {
"providerId": "Google Gemini",
"model": "gemini-3-pro-image-preview",
"supportedSizes": [
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": false
},
"grok-imagine-image-quality": {
"providerId": "xAI",
"model": "grok-imagine-image-quality",
"supportedSizes": [
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": false
},
"grok-imagine-image-pro": {
"providerId": "xAI",
"model": "grok-imagine-image-pro",
"supportedSizes": [
"1024x1024"
],
"supportsPromptImageTransforms": true,
"supportsMaskImageEdits": false
}
},
"aiDefaultTextModel": "gpt-5-mini",
"aiDefaultImageGenerationModel": "gpt-image-1",
"aiDefaultMaxOutgoingTokens": 0,
"aiDefaultMaxResponseTokens": 4096,
"modifierKeyConfig": {
"Mac": {
"LocalFileDragAction": {
@@ -787,7 +952,6 @@
"longPressDesktop": 500,
"longPressMobile": 500,
"doubleClickLinkOpenViewMode": true,
"isDebugMode": false,
"rank": "Bronze",
"modifierKeyOverrides": [
{
@@ -819,5 +983,6 @@
"alignment": "center",
"margin": "normal"
},
"disableContextMenu": false
"disableContextMenu": false,
"isDebugMode": false
}
+2 -2
View File
@@ -1,9 +1,9 @@
{
"id": "obsidian-excalidraw-plugin",
"name": "Excalidraw",
"version": "2.22.3",
"version": "2.23.0",
"minAppVersion": "1.5.7",
"description": "Sketch Your Mind. An Obsidian plugin to edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
"description": "Sketch Your Mind. Edit and view Excalidraw drawings. Enter the world of 4D Visual PKM.",
"author": "Zsolt Viczian",
"authorUrl": "https://excalidraw-obsidian.online",
"fundingUrl": "https://ko-fi.com/zsolt",
File diff suppressed because one or more lines are too long
+29 -34
View File
@@ -8,18 +8,13 @@
"type": "tabs",
"children": [
{
"id": "85ff070f2dda5843",
"id": "f669bd78b6310606",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "00 Inbox/КР - Персептрон.md",
"mode": "source",
"source": false,
"backlinks": false
},
"type": "empty",
"state": {},
"icon": "lucide-file",
"title": "КР - Персептрон"
"title": "New tab"
}
}
]
@@ -257,11 +252,31 @@
"obsidian-excalidraw-plugin:New drawing": false
}
},
"active": "85ff070f2dda5843",
"active": "f669bd78b6310606",
"lastOpenFiles": [
"99 System/Cache/Pasted image 20260515090441.png",
"99 System/Cache/Pasted image 20260515090401.png",
"99 System/Cache/Pasted image 20260515090322.png",
"99 System/Archive/Ruby - массивы.md",
"90 Library/06 Programming/Ruby - массивы.md",
"99 System/Cache/Pasted image 20260517203352.png",
"99 System/Cache/Pasted image 20260517203317.png",
"99 System/Cache/Pasted image 20260517203304.png",
"99 System/Cache/Pasted image 20260517203259.png",
"99 System/Cache/Pasted image 20260517203252.png",
"99 System/Cache/Pasted image 20260517203235.png",
"99 System/Cache/Pasted image 20260517203218.png",
"99 System/Cache/Pasted image 20260517203153.png",
"99 System/Cache/Pasted image 20260517203130.png",
"99 System/Cache/Pasted image 20260517200426.png",
"99 System/Archive/Ruby - основы языка.md",
"90 Library/06 Programming/Ruby - основы языка.md",
"00 Inbox/Infrastructure.md",
"99 System/Cache/infra.excalidraw.md.md",
"99 System/Archive/КР - Хопфилд.md",
"99 System/Archive/КР - Персептрон.md",
"99 System/Archive/КР - Кохонен.md",
"99 System/Cache/Drawing 2026-05-17 13.43.55.excalidraw.md",
"99 System/Cache/Drawing 2026-05-17 14.13.00.excalidraw.md",
"00 Inbox/КР - Персептрон.md",
"00 Inbox/Лайфхак для NPM. Как проксировать не на поддомен а на под путь.md",
"КР - Все темы.md.tmp.122479.370c365f038f",
"КР - Все темы.md.tmp.122479.c53da0b5a00d",
"КР - Все темы.md",
@@ -279,32 +294,12 @@
"00 Inbox/КР - Хопфилд.md",
"90 Library/11 Machine Learning/Персептрон.md",
"00 Inbox/КР - Кохонен.md",
"00 Inbox/КР - Персептрон.md",
"99 System/Cache/Drawing 2026-05-14 17.24.16.excalidraw.md",
"99 System/Cache/Drawing 2026-05-14 17.10.42.excalidraw.md",
"99 System/Cache/Drawing 2026-05-14 17.02.08.excalidraw.md",
"99 System/Cache/Pasted image 20260514152547.png",
"99 System/Cache/Pasted image 20260514152232.png",
"99 System/Cache/Drawing 2026-05-14 15.21.19.excalidraw.md",
"99 System/Cache/Drawing 2026-05-14 15.06.37.excalidraw.md",
"00 Inbox/Алгоритм обучения персептрона.md",
"00 Inbox/Untitled.canvas",
"00 Inbox/Untitled Diagram.svg",
"90 Library/11 Machine Learning/Сеть Хэмминга.md",
"90 Library/11 Machine Learning/Сеть Хопфилда.md",
"90 Library/11 Machine Learning/Обратное распространение ошибки.md",
"90 Library/11 Machine Learning/Нейронные сети.md",
"01 Ideas/Идея от 2026-05-14.md",
"CLAUDE.md",
"99 System/Cache/Pasted image 20260514123429.png",
"90 Library/09 Sport/L-карнитин.md",
"00 Inbox/Нейронная сеть хемминга.md",
"99 System/Archive/Функционирование сети Хопфилда.md",
"99 System/Archive/Нейронная сеть хемминга.md",
"99 System/Cache/Pasted image 20260514120654.png",
"99 System/Cache/Pasted image 20260514115340.png",
"00 Inbox/Функционирование сети Хопфилда.md",
"99 System/Cache/Pasted image 20260512225511.png",
"99 System/Cache/Pasted image 20260512225452.png"
"00 Inbox/Untitled.canvas"
]
}