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 canvasParsingPromises = canvasFiles.map(
async (canvasFile) => {
var _a;
const canvasFileContent = JSON.parse(
await this.app.vault.cachedRead(canvasFile)
await this.app.vault.cachedRead(canvasFile) || "{}"
);
canvasFileContent.nodes.forEach((node) => {
var _a;
(_a = canvasFileContent.nodes) == null ? void 0 : _a.forEach((node) => {
var _a2;
let linkTexts = [];
if (node.type === "file") {
linkTexts.push(node.file);
} else if (node.type === "text") {
let match;
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 {
return;

View File

@ -1,7 +1,7 @@
{
"id": "find-unlinked-files",
"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.",
"author": "Vinzent",
"fundingUrl": "https://ko-fi.com/vinzent",

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

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

View File

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