vault backup: 2026-08-29 21:22:42

This commit is contained in:
2026-08-29 21:22:42 +05:00
parent c5d961517d
commit 3bab2047e9
7 changed files with 5528 additions and 5 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
[ [
"obsidian-excalidraw-plugin", "obsidian-excalidraw-plugin",
"obsidian-git" "obsidian-git",
"zoottelkeeper-obsidian-plugin"
] ]
+1 -1
View File
@@ -88,6 +88,6 @@
"repelStrength": 10, "repelStrength": 10,
"linkStrength": 1, "linkStrength": 1,
"linkDistance": 250, "linkDistance": 250,
"scale": 0.7132754626224396, "scale": 0.47551697508162627,
"close": true "close": true
} }
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,10 @@
{
"id": "zoottelkeeper-obsidian-plugin",
"name": "Zoottelkeeper Plugin",
"version": "0.18.0",
"minAppVersion": "0.12.1",
"description": "This plugin automatically creates, maintains and tags MOCs for all your folders.",
"author": "Akos Balasko, Micha Brugger",
"authorUrl": "https://github.com/akosbalasko, https://github.com/michabrugger",
"isDesktopOnly": false
}
@@ -0,0 +1,3 @@
.zottelkeeper {
}
+6 -3
View File
@@ -80,7 +80,8 @@
} }
], ],
"direction": "horizontal", "direction": "horizontal",
"width": 300 "width": 300,
"collapsed": true
}, },
"right": { "right": {
"id": "19beab9b24a3a065", "id": "19beab9b24a3a065",
@@ -173,8 +174,8 @@
"state": { "state": {
"type": "git-view", "type": "git-view",
"state": {}, "state": {},
"icon": "git-pull-request", "icon": "lucide-ghost",
"title": "Source Control" "title": "git-view"
} }
} }
], ],
@@ -200,6 +201,8 @@
}, },
"active": "c3e5b400f87e4a39", "active": "c3e5b400f87e4a39",
"lastOpenFiles": [ "lastOpenFiles": [
"cybersec/OS/Bash commands.md",
"cybersec/OS/Powershell commands.md",
"cybersec/AD/Active Directory Basics.md", "cybersec/AD/Active Directory Basics.md",
"Pasted image 20260809103935.png", "Pasted image 20260809103935.png",
"Pasted image 20260809103933.png", "Pasted image 20260809103933.png",
+1
View File
@@ -6,3 +6,4 @@
`Find-Module -Name "PowerShell*"` `Find-Module -Name "PowerShell*"`
`Install-Module -Name "PowerShellGet"` `Install-Module -Name "PowerShellGet"`
kali