vault backup: 2024-08-09 08:39:12

This commit is contained in:
Struchkov Mark 2024-08-09 08:39:12 +03:00
parent b61e55efb2
commit 628275eeda
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
13 changed files with 171 additions and 160 deletions

View File

@ -292,8 +292,8 @@
"_inbox/Read committed.md", "_inbox/Read committed.md",
"_inbox/Repeatable read.md", "_inbox/Repeatable read.md",
"_inbox/Serializable.md", "_inbox/Serializable.md",
"Home.md", "_inbox/Уроки от English Galaxy.md",
"_inbox/Уроки от English Galaxy.md" "Home.md"
], ],
"allowOntologySuggester": true, "allowOntologySuggester": true,
"ontologySuggesterParentTrigger": "::p", "ontologySuggesterParentTrigger": "::p",

View File

@ -25,23 +25,11 @@
"recentFilesStore": [ "recentFilesStore": [
{ {
"filepath": "_inbox/Уроки от English Galaxy.md", "filepath": "_inbox/Уроки от English Galaxy.md",
"timestamp": 1723022101862 "timestamp": 1723181702368
},
{
"filepath": "Без названия 2.md",
"timestamp": 1723021878455
}, },
{ {
"filepath": "Home.md", "filepath": "Home.md",
"timestamp": 1722927804058 "timestamp": 1723181653119
},
{
"filepath": "knowledge/dev/snippet/Удаление .DS_Store из Git репозитория.md",
"timestamp": 1722857785471
},
{
"filepath": "_inbox/Preset Perfect.md",
"timestamp": 1722839394989
} }
], ],
"bookmarkedFileStore": [], "bookmarkedFileStore": [],

View File

@ -1068,11 +1068,12 @@ async function updateContentIndex(vault, setting, lastSync, regenerate = false)
for (let i = 0; i < fileData.length; i += 1e3) { for (let i = 0; i < fileData.length; i += 1e3) {
const filesGroup = fileData.slice(i, i + 1e3); const filesGroup = fileData.slice(i, i + 1e3);
const formData = new FormData(); const formData = new FormData();
const method = regenerate ? "PUT" : "PATCH";
filesGroup.forEach((fileItem) => { filesGroup.forEach((fileItem) => {
formData.append("files", fileItem.blob, fileItem.path); formData.append("files", fileItem.blob, fileItem.path);
}); });
const response = await fetch(`${setting.khojUrl}/api/v1/index/update?force=${regenerate}&client=obsidian`, { const response = await fetch(`${setting.khojUrl}/api/content?client=obsidian`, {
method: "POST", method,
headers: { headers: {
"Authorization": `Bearer ${setting.khojApiKey}` "Authorization": `Bearer ${setting.khojApiKey}`
}, },
@ -1159,11 +1160,11 @@ ${error}`);
} }
function getBackendStatusMessage(connectedToServer, userEmail, khojUrl, khojApiKey) { function getBackendStatusMessage(connectedToServer, userEmail, khojUrl, khojApiKey) {
if (!khojApiKey && khojUrl === "https://app.khoj.dev") if (!khojApiKey && khojUrl === "https://app.khoj.dev")
return `\u{1F308} Welcome to Khoj! Get your API key from ${khojUrl}/config#clients and set it in the Khoj plugin settings on Obsidian`; return `\u{1F308} Welcome to Khoj! Get your API key from ${khojUrl}/settings#clients and set it in the Khoj plugin settings on Obsidian`;
if (!connectedToServer) if (!connectedToServer)
return `\u2757\uFE0FCould not connect to Khoj at ${khojUrl}. Ensure your can access it`; return `\u2757\uFE0FCould not connect to Khoj at ${khojUrl}. Ensure your can access it`;
else if (!userEmail) else if (!userEmail)
return `\u2705 Connected to Khoj. \u2757\uFE0FGet a valid API key from ${khojUrl}/config#clients to log in`; return `\u2705 Connected to Khoj. \u2757\uFE0FGet a valid API key from ${khojUrl}/settings#clients to log in`;
else if (userEmail === "default@example.com") else if (userEmail === "default@example.com")
return `\u2705 Signed in to Khoj`; return `\u2705 Signed in to Khoj`;
else else

View File

@ -1,9 +1,9 @@
{ {
"id": "khoj", "id": "khoj",
"name": "Khoj", "name": "Khoj",
"version": "1.17.0", "version": "1.20.2",
"minAppVersion": "0.15.0", "minAppVersion": "0.15.0",
"description": "An AI copilot for your Second Brain", "description": "Your Second Brain",
"author": "Khoj Inc.", "author": "Khoj Inc.",
"authorUrl": "https://github.com/khoj-ai", "authorUrl": "https://github.com/khoj-ai",
"isDesktopOnly": false "isDesktopOnly": false

View File

@ -93,7 +93,7 @@
"library2": { "library2": {
"type": "excalidrawlib", "type": "excalidrawlib",
"version": 2, "version": 2,
"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.12", "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.3.0",
"libraryItems": [ "libraryItems": [
{ {
"status": "unpublished", "status": "unpublished",
@ -13936,12 +13936,14 @@
"startBinding": { "startBinding": {
"elementId": "v6Va9v7pPEZlIseg4I5-P", "elementId": "v6Va9v7pPEZlIseg4I5-P",
"focus": 0.03340258771227226, "focus": 0.03340258771227226,
"gap": 9.092720869612094 "gap": 9.092720869612094,
"fixedPoint": null
}, },
"endBinding": { "endBinding": {
"elementId": "4v7_zzVP1Dy82NZ-1uOJA", "elementId": "4v7_zzVP1Dy82NZ-1uOJA",
"focus": 2.456132592376039, "focus": 2.456132592376039,
"gap": 8.206444049758204 "gap": 8.206444049758204,
"fixedPoint": null
}, },
"lastCommittedPoint": null, "lastCommittedPoint": null,
"startArrowhead": null, "startArrowhead": null,
@ -14081,12 +14083,14 @@
"startBinding": { "startBinding": {
"elementId": "v6Va9v7pPEZlIseg4I5-P", "elementId": "v6Va9v7pPEZlIseg4I5-P",
"focus": 3.2890502365576073, "focus": 3.2890502365576073,
"gap": 9.417440996672383 "gap": 9.417440996672383,
"fixedPoint": null
}, },
"endBinding": { "endBinding": {
"elementId": "XvgnFmIr4PMT1Qk0RiI3a", "elementId": "XvgnFmIr4PMT1Qk0RiI3a",
"focus": -0.1328247803196256, "focus": -0.1328247803196256,
"gap": 14.942126305195984 "gap": 14.942126305195984,
"fixedPoint": null
}, },
"lastCommittedPoint": null, "lastCommittedPoint": null,
"startArrowhead": null, "startArrowhead": null,
@ -14214,12 +14218,14 @@
"startBinding": { "startBinding": {
"elementId": "_TRhwQYRY54mP65DjT5SA", "elementId": "_TRhwQYRY54mP65DjT5SA",
"focus": -1.3793878506756339, "focus": -1.3793878506756339,
"gap": 5.390822366955263 "gap": 5.390822366955263,
"fixedPoint": null
}, },
"endBinding": { "endBinding": {
"elementId": "Toh85IWAiw9HabPMv8s85", "elementId": "Toh85IWAiw9HabPMv8s85",
"gap": 1.355493879007847, "gap": 1.355493879007847,
"focus": 0.08999325624637074 "focus": 0.08999325624637074,
"fixedPoint": null
}, },
"lastCommittedPoint": null, "lastCommittedPoint": null,
"startArrowhead": null, "startArrowhead": null,
@ -15657,12 +15663,14 @@
"startBinding": { "startBinding": {
"elementId": "pox47NS3FC9ABkChfXJMH", "elementId": "pox47NS3FC9ABkChfXJMH",
"focus": 1.5746714835694358, "focus": 1.5746714835694358,
"gap": 9.084720379804452 "gap": 9.084720379804452,
"fixedPoint": null
}, },
"endBinding": { "endBinding": {
"elementId": "Y9GmviCvklfymeDZK1mZq", "elementId": "Y9GmviCvklfymeDZK1mZq",
"gap": 2.4986588812855737, "gap": 2.4986588812855737,
"focus": -0.9714757846993713 "focus": -0.9714757846993713,
"fixedPoint": null
}, },
"lastCommittedPoint": null, "lastCommittedPoint": null,
"startArrowhead": null, "startArrowhead": null,
@ -15918,7 +15926,8 @@
"startBinding": { "startBinding": {
"elementId": "6QIcBleuO98WvymKt4gbA", "elementId": "6QIcBleuO98WvymKt4gbA",
"focus": 0.24472012017708752, "focus": 0.24472012017708752,
"gap": 1.0429565441458966 "gap": 1.0429565441458966,
"fixedPoint": null
}, },
"endBinding": null, "endBinding": null,
"lastCommittedPoint": null, "lastCommittedPoint": null,
@ -15969,12 +15978,14 @@
"startBinding": { "startBinding": {
"elementId": "6QIcBleuO98WvymKt4gbA", "elementId": "6QIcBleuO98WvymKt4gbA",
"focus": -0.05630840266133614, "focus": -0.05630840266133614,
"gap": 1 "gap": 1,
"fixedPoint": null
}, },
"endBinding": { "endBinding": {
"elementId": "6vQTtRixzyLa3xqqquvtF", "elementId": "6vQTtRixzyLa3xqqquvtF",
"focus": 0.05904577717458523, "focus": 0.05904577717458523,
"gap": 1 "gap": 1,
"fixedPoint": null
}, },
"lastCommittedPoint": null, "lastCommittedPoint": null,
"startArrowhead": null, "startArrowhead": null,
@ -16024,12 +16035,14 @@
"startBinding": { "startBinding": {
"elementId": "6QIcBleuO98WvymKt4gbA", "elementId": "6QIcBleuO98WvymKt4gbA",
"focus": -0.08869372840676369, "focus": -0.08869372840676369,
"gap": 1 "gap": 1,
"fixedPoint": null
}, },
"endBinding": { "endBinding": {
"elementId": "-XwvH_bzr33Otu49wlGel", "elementId": "-XwvH_bzr33Otu49wlGel",
"focus": -0.09679793421698195, "focus": -0.09679793421698195,
"gap": 1 "gap": 1,
"fixedPoint": null
}, },
"lastCommittedPoint": null, "lastCommittedPoint": null,
"startArrowhead": null, "startArrowhead": null,
@ -20474,7 +20487,8 @@
"endBinding": { "endBinding": {
"elementId": "Oz2gQfIHMdIcUZVB1Tgc3", "elementId": "Oz2gQfIHMdIcUZVB1Tgc3",
"focus": -0.05142288149570251, "focus": -0.05142288149570251,
"gap": 1.1470503752704282 "gap": 1.1470503752704282,
"fixedPoint": null
}, },
"lastCommittedPoint": null, "lastCommittedPoint": null,
"startArrowhead": null, "startArrowhead": null,
@ -20567,7 +20581,8 @@
"endBinding": { "endBinding": {
"elementId": "ofSvxwfYmq_ijeFo0WfhZ", "elementId": "ofSvxwfYmq_ijeFo0WfhZ",
"focus": -0.051422881495702594, "focus": -0.051422881495702594,
"gap": 1.14705037527035 "gap": 1.14705037527035,
"fixedPoint": null
}, },
"lastCommittedPoint": null, "lastCommittedPoint": null,
"startArrowhead": null, "startArrowhead": null,
@ -24537,7 +24552,7 @@
"mdCSS": "", "mdCSS": "",
"scriptEngineSettings": {}, "scriptEngineSettings": {},
"defaultTrayMode": true, "defaultTrayMode": true,
"previousRelease": "2.2.12", "previousRelease": "2.3.0",
"showReleaseNotes": true, "showReleaseNotes": true,
"showNewVersionNotification": true, "showNewVersionNotification": true,
"latexBoilerplate": "\\color{blue}", "latexBoilerplate": "\\color{blue}",

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"id": "obsidian-excalidraw-plugin", "id": "obsidian-excalidraw-plugin",
"name": "Excalidraw", "name": "Excalidraw",
"version": "2.2.12", "version": "2.3.0",
"minAppVersion": "1.1.6", "minAppVersion": "1.1.6",
"description": "An Obsidian plugin to edit and view Excalidraw drawings", "description": "An Obsidian plugin to edit and view Excalidraw drawings",
"author": "Zsolt Viczian", "author": "Zsolt Viczian",

File diff suppressed because one or more lines are too long

View File

@ -1,11 +1,11 @@
{ {
"id": "obsidian-tasks-plugin", "id": "obsidian-tasks-plugin",
"name": "Tasks", "name": "Tasks",
"version": "7.6.1", "version": "7.7.0",
"minAppVersion": "1.1.1", "minAppVersion": "1.1.1",
"description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.", "description": "Track tasks across your vault. Supports due dates, recurring tasks, done dates, sub-set of checklist items, and filtering.",
"helpUrl": "https://publish.obsidian.md/tasks/", "helpUrl": "https://publish.obsidian.md/tasks/",
"author": "Martin Schenck and Clare Macrae", "author": "Clare Macrae and Ilyas Landikov (created by Martin Schenck)",
"authorUrl": "https://github.com/obsidian-tasks-group", "authorUrl": "https://github.com/obsidian-tasks-group",
"fundingUrl": "https://github.com/sponsors/claremacrae", "fundingUrl": "https://github.com/sponsors/claremacrae",
"isDesktopOnly": false "isDesktopOnly": false

View File

@ -3,10 +3,13 @@
"hideExcluded": false, "hideExcluded": false,
"downrankedFoldersFilters": [], "downrankedFoldersFilters": [],
"ignoreDiacritics": true, "ignoreDiacritics": true,
"ignoreArabicDiacritics": false,
"indexedFileTypes": [], "indexedFileTypes": [],
"displayTitle": "",
"PDFIndexing": false, "PDFIndexing": false,
"officeIndexing": false, "officeIndexing": false,
"imagesIndexing": false, "imagesIndexing": false,
"aiImageIndexing": false,
"unsupportedFilesIndexing": "no", "unsupportedFilesIndexing": "no",
"splitCamelCase": false, "splitCamelCase": false,
"openInNewPane": false, "openInNewPane": false,
@ -33,5 +36,6 @@
"welcomeMessage": "1.21.0", "welcomeMessage": "1.21.0",
"verboseLogging": false, "verboseLogging": false,
"DANGER_httpHost": null, "DANGER_httpHost": null,
"DANGER_forceSaveCache": false,
"excalidrawIndexing": true "excalidrawIndexing": true
} }

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"id": "omnisearch", "id": "omnisearch",
"name": "Omnisearch", "name": "Omnisearch",
"version": "1.23.1", "version": "1.24.0",
"minAppVersion": "1.3.0", "minAppVersion": "1.3.0",
"description": "A search engine that just works", "description": "A search engine that just works",
"author": "Simon Cambier", "author": "Simon Cambier",

View File

@ -4,14 +4,14 @@
"basename": "Уроки от English Galaxy", "basename": "Уроки от English Galaxy",
"path": "_inbox/Уроки от English Galaxy.md" "path": "_inbox/Уроки от English Galaxy.md"
}, },
{
"basename": "Без названия 2",
"path": "Без названия 2.md"
},
{ {
"basename": "Home", "basename": "Home",
"path": "Home.md" "path": "Home.md"
}, },
{
"basename": "Без названия 2",
"path": "Без названия 2.md"
},
{ {
"basename": "Удаление .DS_Store из Git репозитория", "basename": "Удаление .DS_Store из Git репозитория",
"path": "knowledge/dev/snippet/Удаление .DS_Store из Git репозитория.md" "path": "knowledge/dev/snippet/Удаление .DS_Store из Git репозитория.md"