vault backup: 2024-08-16 21:46:33

This commit is contained in:
Struchkov Mark 2024-08-16 21:46:33 +03:00
parent 12284c3ad6
commit da62d175b0
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
10 changed files with 141 additions and 141 deletions

View File

@ -631,18 +631,19 @@ var FindOrphanedFilesPlugin = class extends import_obsidian4.Plugin {
const findLinkInTextRegex = /\[\[(.*?)\]\]|\[.*?\]\((.*?)\)/g; const findLinkInTextRegex = /\[\[(.*?)\]\]|\[.*?\]\((.*?)\)/g;
const canvasParsingPromises = canvasFiles.map( const canvasParsingPromises = canvasFiles.map(
async (canvasFile) => { async (canvasFile) => {
var _a;
const canvasFileContent = JSON.parse( const canvasFileContent = JSON.parse(
await this.app.vault.cachedRead(canvasFile) await this.app.vault.cachedRead(canvasFile) || "{}"
); );
canvasFileContent.nodes.forEach((node) => { (_a = canvasFileContent.nodes) == null ? void 0 : _a.forEach((node) => {
var _a; var _a2;
let linkTexts = []; let linkTexts = [];
if (node.type === "file") { if (node.type === "file") {
linkTexts.push(node.file); linkTexts.push(node.file);
} else if (node.type === "text") { } else if (node.type === "text") {
let match; let match;
while ((match = findLinkInTextRegex.exec(node.text)) !== null) { while ((match = findLinkInTextRegex.exec(node.text)) !== null) {
linkTexts.push((_a = match[1]) != null ? _a : match[2]); linkTexts.push((_a2 = match[1]) != null ? _a2 : match[2]);
} }
} else { } else {
return; return;

View File

@ -1,7 +1,7 @@
{ {
"id": "find-unlinked-files", "id": "find-unlinked-files",
"name": "Find orphaned files and broken links", "name": "Find orphaned files and broken links",
"version": "1.10.0", "version": "1.10.1",
"description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.", "description": "Find files that are not linked anywhere and would otherwise be lost in your vault. In other words: files with no backlinks.",
"author": "Vinzent", "author": "Vinzent",
"fundingUrl": "https://ko-fi.com/vinzent", "fundingUrl": "https://ko-fi.com/vinzent",

View File

@ -23,25 +23,25 @@
"markdownOnly": false, "markdownOnly": false,
"unresolvedLinks": false, "unresolvedLinks": false,
"recentFilesStore": [ "recentFilesStore": [
{
"filepath": "Home.md",
"timestamp": 1723833807681
},
{
"filepath": "_inbox/Желчнокаменная болезнь.md",
"timestamp": 1723833807131
},
{
"filepath": "knowledge/health/болезни/Гемохроматоз.md",
"timestamp": 1723833806620
},
{ {
"filepath": "home/Результаты генетического теста.md", "filepath": "home/Результаты генетического теста.md",
"timestamp": 1723811549633 "timestamp": 1723811549633
}, },
{
"filepath": "knowledge/health/болезни/Гемохроматоз.md",
"timestamp": 1723811438520
},
{
"filepath": "_inbox/Желчнокаменная болезнь.md",
"timestamp": 1723810873107
},
{ {
"filepath": "knowledge/health/питание/Ожирение.md", "filepath": "knowledge/health/питание/Ожирение.md",
"timestamp": 1723810403584 "timestamp": 1723810403584
},
{
"filepath": "meta/templates/Болезнь.md",
"timestamp": 1723810163636
} }
], ],
"bookmarkedFileStore": [], "bookmarkedFileStore": [],

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"id": "media-extended", "id": "media-extended",
"name": "Media Extended", "name": "Media Extended",
"version": "3.2.4", "version": "3.2.6",
"minAppVersion": "1.5.7", "minAppVersion": "1.5.7",
"description": "Media(Video/Audio) Playback Enhancement for Obsidian.md", "description": "Media(Video/Audio) Playback Enhancement for Obsidian.md",
"author": "AidenLx", "author": "AidenLx",

File diff suppressed because one or more lines are too long

View File

@ -1,7 +1,7 @@
{ {
"id": "obsidian-tasks-plugin", "id": "obsidian-tasks-plugin",
"name": "Tasks", "name": "Tasks",
"version": "7.7.0", "version": "7.8.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/",

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.24.0", "version": "1.24.1",
"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

@ -1,16 +1,20 @@
{ {
"recentFiles": [ "recentFiles": [
{ {
"basename": "Результаты генетического теста", "basename": "Home",
"path": "home/Результаты генетического теста.md" "path": "Home.md"
},
{
"basename": "Желчнокаменная болезнь",
"path": "_inbox/Желчнокаменная болезнь.md"
}, },
{ {
"basename": "Гемохроматоз", "basename": "Гемохроматоз",
"path": "knowledge/health/болезни/Гемохроматоз.md" "path": "knowledge/health/болезни/Гемохроматоз.md"
}, },
{ {
"basename": "Желчнокаменная болезнь", "basename": "Результаты генетического теста",
"path": "_inbox/Желчнокаменная болезнь.md" "path": "home/Результаты генетического теста.md"
}, },
{ {
"basename": "Ожирение", "basename": "Ожирение",
@ -24,10 +28,6 @@
"basename": "Гипотиреоз", "basename": "Гипотиреоз",
"path": "_inbox/Гипотиреоз.md" "path": "_inbox/Гипотиреоз.md"
}, },
{
"basename": "Home",
"path": "Home.md"
},
{ {
"basename": "Составные индексы в БД", "basename": "Составные индексы в БД",
"path": "_inbox/Составные индексы в БД.md" "path": "_inbox/Составные индексы в БД.md"