vault backup: 2026-04-20 22:05:37

This commit is contained in:
Dmitry
2026-04-20 22:05:38 +03:00
parent db0802a20c
commit a49633c529
21 changed files with 4041 additions and 369 deletions
+1 -2
View File
@@ -14,7 +14,6 @@
"typewriter-mode",
"waypoint",
"dataview",
"obsidian-excalidraw-plugin",
"obsidian-icon-folder",
"copilot"
"obsidian-git"
]
+60 -62
View File
@@ -1,5 +1,5 @@
{
"userId": "cdb8f3c7-888c-450e-a7c1-f620b460c75d",
"userId": "806b7f27-e3d1-4f51-bfec-b110773d28e3",
"isPlusUser": false,
"plusLicenseKey": "",
"openAIApiKey": "",
@@ -20,12 +20,12 @@
"amazonBedrockApiKey": "",
"amazonBedrockRegion": "",
"siliconflowApiKey": "",
"githubCopilotAccessToken": "ghu_GFKs4GHPcgpaA92WRCwNDQUj9oXc6z37jfQa",
"githubCopilotToken": "tid=c06644a4ea6965ca7038c7904e2d8c30;exp=1776685585;sku=free_educational_quota;proxy-ep=proxy.individual.githubcopilot.com;st=dotcom;chat=1;cit=1;malfil=1;editor_preview_features=1;agent_mode=1;agent_mode_auto_approval=1;mcp=1;client_byok=0;ccr=1;8kp=1;ip=45.159.12.12;asn=AS212238:c1d524fffc7e9e1b74e39e3b0f16109009fb07a2cc54d2eae2c1d1b6cfcd2c91",
"githubCopilotTokenExpiresAt": 1776685585000,
"defaultChainType": "vault_qa",
"defaultModelKey": "qwen2.5:3b|ollama",
"embeddingModelKey": "embeddinggemma:latest|ollama",
"githubCopilotAccessToken": "",
"githubCopilotToken": "",
"githubCopilotTokenExpiresAt": 0,
"defaultChainType": "llm_chain",
"defaultModelKey": "google/gemini-2.5-flash|openrouterai",
"embeddingModelKey": "openai/text-embedding-3-small|openrouterai",
"temperature": 0.1,
"maxTokens": 6000,
"contextTurns": 15,
@@ -33,16 +33,16 @@
"openAIProxyBaseUrl": "",
"openAIEmbeddingProxyBaseUrl": "",
"stream": true,
"defaultSaveFolder": "99 System/copilot/copilot-conversations",
"defaultSaveFolder": "copilot/copilot-conversations",
"defaultConversationTag": "copilot-conversation",
"autosaveChat": true,
"generateAIChatTitleOnSave": true,
"autoAddActiveContentToContext": true,
"defaultOpenArea": "view",
"defaultSendShortcut": "enter",
"customPromptsFolder": "99 System/copilot/copilot-custom-prompts",
"indexVaultToVectorStore": "NEVER",
"qaExclusions": "99%20System,05%20NoxPKB",
"customPromptsFolder": "copilot/copilot-custom-prompts",
"indexVaultToVectorStore": "ON MODE SWITCH",
"qaExclusions": "copilot",
"qaInclusions": "",
"chatNoteContextPath": "",
"chatNoteContextTags": [],
@@ -50,7 +50,7 @@
"debug": false,
"enableEncryption": false,
"maxSourceChunks": 30,
"enableInlineCitations": false,
"enableInlineCitations": true,
"groqApiKey": "",
"activeModels": [
{
@@ -79,7 +79,7 @@
{
"name": "gpt-5.4",
"provider": "openai",
"enabled": false,
"enabled": true,
"isBuiltIn": true,
"core": true,
"capabilities": [
@@ -89,7 +89,7 @@
{
"name": "gpt-5-mini",
"provider": "openai",
"enabled": false,
"enabled": true,
"isBuiltIn": true,
"core": true,
"capabilities": [
@@ -99,17 +99,17 @@
{
"name": "claude-sonnet-4-6",
"provider": "anthropic",
"enabled": false,
"enabled": true,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
"name": "gemini-3.1-flash-lite-preview",
"provider": "google",
"enabled": false,
"enabled": true,
"isBuiltIn": true,
"projectEnabled": true,
"capabilities": [
@@ -119,7 +119,7 @@
{
"name": "gemini-2.5-flash",
"provider": "google",
"enabled": false,
"enabled": true,
"isBuiltIn": true,
"projectEnabled": true,
"capabilities": [
@@ -132,8 +132,8 @@
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
@@ -142,8 +142,8 @@
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
@@ -229,8 +229,8 @@
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
@@ -239,8 +239,8 @@
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
@@ -249,8 +249,8 @@
"enabled": false,
"isBuiltIn": true,
"capabilities": [
"reasoning",
"vision"
"vision",
"reasoning"
]
},
{
@@ -294,24 +294,6 @@
"capabilities": [
"reasoning"
]
},
{
"name": "claude-haiku-4.5",
"provider": "github-copilot",
"enabled": false,
"enableCors": false
},
{
"name": "qwen2.5:3b",
"provider": "ollama",
"enabled": true,
"isBuiltIn": false,
"baseUrl": "http://localhost:11434",
"apiKey": "",
"isEmbeddingModel": false,
"capabilities": [],
"stream": true,
"displayName": "qwen"
}
],
"activeEmbeddingModels": [
@@ -387,16 +369,32 @@
"baseUrl": "https://api.siliconflow.com/v1"
},
{
"name": "embeddinggemma:latest",
"provider": "ollama",
"name": "text-embedding-3-large",
"provider": "openai",
"enabled": true,
"isBuiltIn": false,
"baseUrl": "http://localhost:11434",
"apiKey": "",
"isEmbeddingModel": true,
"capabilities": [],
"enableCors": false,
"displayName": "embeddinggemma"
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "embed-multilingual-light-v3.0",
"provider": "cohereai",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "text-embedding-004",
"provider": "google",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
},
{
"name": "azure-openai",
"provider": "azure openai",
"enabled": true,
"isBuiltIn": true,
"isEmbeddingModel": true
}
],
"embeddingRequestsPerMin": 60,
@@ -417,7 +415,7 @@
"passMarkdownImages": true,
"enableAutonomousAgent": true,
"enableCustomPromptTemplating": true,
"enableSemanticSearchV3": true,
"enableSemanticSearchV3": false,
"enableSelfHostMode": false,
"enableMiyo": false,
"selfHostModeValidatedAt": null,
@@ -444,17 +442,17 @@
],
"reasoningEffort": "low",
"verbosity": "medium",
"memoryFolderName": "99 System/copilot/memory",
"memoryFolderName": "copilot/memory",
"enableRecentConversations": true,
"maxRecentConversations": 30,
"enableSavedMemory": true,
"quickCommandIncludeNoteContext": true,
"autoIncludeTextSelection": false,
"autoAddSelectionToContext": true,
"autoAddSelectionToContext": false,
"autoAcceptEdits": false,
"diffViewMode": "split",
"userSystemPromptsFolder": "99 System/copilot/system-prompts",
"defaultSystemPromptTitle": "Base",
"autoCompactThreshold": 256000,
"userSystemPromptsFolder": "copilot/system-prompts",
"defaultSystemPromptTitle": "",
"autoCompactThreshold": 128000,
"convertedDocOutputFolder": ""
}
+3444
View File
File diff suppressed because one or more lines are too long
+35 -90
View File
@@ -34,7 +34,6 @@
{
"id": "383cca303cf4b57d",
"type": "tabs",
"dimension": 50.1358695652174,
"children": [
{
"id": "27e6486165131cfa",
@@ -77,23 +76,6 @@
}
}
]
},
{
"id": "7921dc32786b4055",
"type": "tabs",
"dimension": 49.86413043478261,
"children": [
{
"id": "94123d63799f77ef",
"type": "leaf",
"state": {
"type": "calendar",
"state": {},
"icon": "calendar-with-checkmark",
"title": "Calendar"
}
}
]
}
],
"direction": "horizontal",
@@ -106,39 +88,18 @@
{
"id": "86a193b1d3159ff8",
"type": "tabs",
"dimension": 55.51075268817204,
"dimension": 44.97282608695652,
"children": [
{
"id": "7d88e94aecfb2924",
"id": "753db948dab04823",
"type": "leaf",
"pinned": true,
"state": {
"type": "backlink",
"state": {
"file": "01 Library/11 Machine Learning/Метрические алгоритмы.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-coming-in",
"title": "Backlinks for Метрические алгоритмы"
}
},
{
"id": "ebf18fc720aeda08",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "01 Library/11 Machine Learning/Метрические алгоритмы.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
},
"icon": "links-going-out",
"title": "Outgoing links from Метрические алгоритмы"
"type": "calendar",
"state": {},
"pinned": true,
"icon": "calendar-with-checkmark",
"title": "Calendar"
}
},
{
@@ -169,29 +130,13 @@
"icon": "lucide-archive",
"title": "All properties"
}
},
{
"id": "b35a3d31fd414ebf",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "00 Inbox/Экономическая безопасность.md",
"followCursor": false,
"showSearch": false,
"searchQuery": ""
},
"icon": "lucide-list",
"title": "Outline of Экономическая безопасность"
}
}
],
"currentTab": 4
]
},
{
"id": "953ae0f10eedfdc6",
"type": "tabs",
"dimension": 44.48924731182796,
"dimension": 55.027173913043484,
"children": [
{
"id": "294b81fcbc79c560",
@@ -215,8 +160,7 @@
"title": "Source Control"
}
}
],
"currentTab": 1
]
}
],
"direction": "horizontal",
@@ -236,11 +180,32 @@
"bases:Create new base": true,
"templater-obsidian:Templater": true,
"omnisearch:Omnisearch": false,
"obsidian-git:Open Git source control": true
"obsidian-git:Open Git source control": true,
"copilot:Open Copilot Chat": false
}
},
"active": "ecfba1f8b8cc0897",
"active": "294b81fcbc79c560",
"lastOpenFiles": [
"99 System/copilot/copilot-conversations/Test_Conversation_Title@20260420_220320.md",
"99 System/copilot/copilot-conversations/Test@20260420_220320.md",
"00 Inbox/Экономическая безопасность.md",
"copilot/copilot-custom-prompts/Clip Web Page.md",
"copilot/copilot-custom-prompts/Clip YouTube Transcript.md",
"copilot/copilot-custom-prompts/Rewrite as tweet thread.md",
"copilot/copilot-custom-prompts/Rewrite as tweet.md",
"copilot/copilot-custom-prompts/Remove URLs.md",
"copilot/copilot-custom-prompts/Generate glossary.md",
"copilot/copilot-custom-prompts/Generate table of contents.md",
"copilot/copilot-custom-prompts/Make longer.md",
"copilot/copilot-custom-prompts/Make shorter.md",
"copilot/copilot-custom-prompts/Emojify.md",
"copilot/copilot-custom-prompts/Explain like I am 5.md",
"copilot/copilot-custom-prompts/Simplify.md",
"copilot/copilot-custom-prompts/Summarize.md",
"copilot/copilot-custom-prompts/Translate to Chinese.md",
"copilot/copilot-custom-prompts/Fix grammar and spelling.md",
"copilot/copilot-custom-prompts",
"copilot",
"99 System/copilot/system-prompts/Base.md",
"99 System/copilot/system-prompts",
"99 System/copilot/copilot-custom-prompts/Format.md",
@@ -253,25 +218,7 @@
"00 Inbox/Индикаторы экономической безопасность.md",
"01 Library/11 Machine Learning/Метрические алгоритмы.md",
"01 Library/11 Machine Learning/Линейные модели.md",
"03 Journal/03 Journal.md",
"01 Library/04 Networking/04 Networking.md",
"01 Library/02 DevOps/Kubernetes/Kubernetes.md",
"01 Library/02 DevOps/Kubernetes/ReplicaSet.md",
"01 Library/02 DevOps/Kubernetes",
"01 Library/02 DevOps/Terraform.md",
"01 Library/02 DevOps/Контейнеризация/Docker Swarm.md",
"01 Library/02 DevOps/Контейнеризация/Apache Mesos.md",
"01 Library/01 Admin/CA и NGINX.md",
"02 Projects/Наука/НИР/НИР.md",
"99 System/Archive/Идеи для статьи.md",
"04 Tools/SocialBase/SocialBase.md",
"02 Projects/Личные/Финансы/Подписки - календарь.md",
"04 Tools/TravelTracker/TravelTracker.md",
"04 Tools/TravelTracker/Places/Рязань.md",
"02 Projects/Личные/Цели на 2026 год.md",
"02 Projects/Ил - Проекты/DFS to Samba.md",
"99 System/Archive/Сравнение хранилищ секретов.md",
"03 Journal/2026-03-23.md",
"99 System/Cache/Pasted image 20260417105833.png",
"99 System/Cache/Pasted image 20260417105754.png",
"Excalidraw",
@@ -281,11 +228,9 @@
"99 System/Cache/Pasted image 20260413130714.png",
"05 NoxPKB/wiki",
"05 NoxPKB/raw",
"05 NoxPKB",
"99 System/Cache/Pasted image 20260410110555.png",
"99 System/Cache/Pasted image 20260410110002.png",
"99 System/Cache/Pasted image 20260410105854.png",
"99 System/Cache/Pasted image 20260410105817.png",
"04 Tools/TravelTracker/Countries"
"99 System/Cache/Pasted image 20260410105817.png"
]
}