Remove: test files. Update graph settings

This commit is contained in:
2026-02-26 21:44:58 +01:00
parent 2b5489f8ee
commit a3f98b7600
5 changed files with 34 additions and 40 deletions

View File

@@ -1,13 +1,13 @@
{ {
"collapse-filter": true, "collapse-filter": false,
"search": "", "search": "",
"showTags": false, "showTags": true,
"showAttachments": false, "showAttachments": false,
"hideUnresolved": false, "hideUnresolved": false,
"showOrphans": true, "showOrphans": true,
"collapse-color-groups": true, "collapse-color-groups": true,
"colorGroups": [], "colorGroups": [],
"collapse-display": true, "collapse-display": false,
"showArrow": false, "showArrow": false,
"textFadeMultiplier": 0, "textFadeMultiplier": 0,
"nodeSizeMultiplier": 1, "nodeSizeMultiplier": 1,
@@ -17,6 +17,6 @@
"repelStrength": 10, "repelStrength": 10,
"linkStrength": 1, "linkStrength": 1,
"linkDistance": 250, "linkDistance": 250,
"scale": 1, "scale": 2.25,
"close": true "close": true
} }

View File

@@ -4,39 +4,24 @@
"type": "split", "type": "split",
"children": [ "children": [
{ {
"id": "66590e1d9bb0d6c3", "id": "97bacbca08721c89",
"type": "tabs", "type": "tabs",
"children": [ "children": [
{ {
"id": "67042b8bd3a7a071", "id": "33bf02b914739c8c",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "create a link.md", "file": "EventKit/00 - System Overview.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "create a link" "title": "00 - System Overview"
}
},
{
"id": "274bb81341f4306b",
"type": "leaf",
"state": {
"type": "markdown",
"state": {
"file": "Test/Test.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "Test"
} }
} }
], ]
"currentTab": 1
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -68,7 +53,7 @@
"state": { "state": {
"type": "search", "type": "search",
"state": { "state": {
"query": "", "query": "tag:#eventkit",
"matchingCase": false, "matchingCase": false,
"explainSearch": false, "explainSearch": false,
"collapseAll": false, "collapseAll": false,
@@ -89,7 +74,8 @@
"title": "Bookmarks" "title": "Bookmarks"
} }
} }
] ],
"currentTab": 1
} }
], ],
"direction": "horizontal", "direction": "horizontal",
@@ -109,7 +95,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "Welcome.md", "file": "EventKit/00 - System Overview.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -119,7 +105,7 @@
"unlinkedCollapsed": true "unlinkedCollapsed": true
}, },
"icon": "links-coming-in", "icon": "links-coming-in",
"title": "Backlinks for Welcome" "title": "Backlinks for 00 - System Overview"
} }
}, },
{ {
@@ -171,13 +157,13 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "Test/Test.md", "file": "EventKit/00 - System Overview.md",
"followCursor": false, "followCursor": false,
"showSearch": false, "showSearch": false,
"searchQuery": "" "searchQuery": ""
}, },
"icon": "lucide-list", "icon": "lucide-list",
"title": "Outline of Test" "title": "Outline of 00 - System Overview"
} }
}, },
{ {
@@ -195,7 +181,7 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 370.5 "width": 458.5
}, },
"left-ribbon": { "left-ribbon": {
"hiddenItems": { "hiddenItems": {
@@ -209,12 +195,25 @@
"obsidian-git:Open Git source control": false "obsidian-git:Open Git source control": false
} }
}, },
"active": "1721e19c3b5b14ec", "active": "f57ec71f88c52fc2",
"lastOpenFiles": [ "lastOpenFiles": [
"EventKit/08 - Open Questions.md",
"EventKit/04 - Federation Architecture.md",
"EventKit/03 - CRM Module.md",
"EventKit/02 - Planning Module.md",
"EventKit/01 - Inventory Management.md",
"EventKit/00 - System Overview.md",
"create a link.md", "create a link.md",
"Test/Test.md", "Welcome.md",
"Test", "Untitled 1.base",
"Untitled.base", "Untitled.base",
"Welcome.md" "Inventory Management Tool.md",
"EventKit/07 - Technical Requirements.md",
"EventKit/06 - Module Integration.md",
"EventKit/05 - Barcode and QR Scanning.md",
"Test/Test.md",
"EventKit",
"Untitled.canvas",
"Test"
] ]
} }

View File

View File

@@ -1,5 +0,0 @@
This is your new *vault*.
Make a note of something, [[create a link]], or try [the Importer](https://help.obsidian.md/Plugins/Importer)!
When you're ready, delete this note and make the vault your own.

View File