From d39f5d442fd326b1c021664c032541bb797aa5e8 Mon Sep 17 00:00:00 2001 From: falsfour Date: Sun, 20 Jul 2025 17:07:20 +0200 Subject: [PATCH] vault backup: 2025-07-20 17:07:20 --- .obsidian/workspace.json | 37 ++++++++++++++++++++++++----------- Resources/Obsidian vault.md | 10 ++++++++++ Templates/default template.md | 1 + temporary.md | 11 +++++++++++ 4 files changed, 48 insertions(+), 11 deletions(-) create mode 100644 temporary.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index abcc1ce..d01b8ad 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -48,9 +48,23 @@ "icon": "lucide-file", "title": "Obsidian vault" } + }, + { + "id": "9aa1188fd55df21d", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "temporary.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "temporary" + } } ], - "currentTab": 2 + "currentTab": 3 } ], "direction": "vertical" @@ -123,7 +137,7 @@ "state": { "type": "backlink", "state": { - "file": "Resources/Obsidian vault.md", + "file": "temporary.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -133,7 +147,7 @@ "unlinkedCollapsed": true }, "icon": "links-coming-in", - "title": "Backlinks for Obsidian vault" + "title": "Backlinks for temporary" } }, { @@ -142,12 +156,12 @@ "state": { "type": "outgoing-link", "state": { - "file": "Resources/Obsidian vault.md", + "file": "temporary.md", "linksCollapsed": false, "unlinkedCollapsed": true }, "icon": "links-going-out", - "title": "Outgoing links from Obsidian vault" + "title": "Outgoing links from temporary" } }, { @@ -171,13 +185,13 @@ "state": { "type": "outline", "state": { - "file": "Resources/Obsidian vault.md", + "file": "temporary.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Outline of Obsidian vault" + "title": "Outline of temporary" } } ] @@ -198,12 +212,13 @@ "obsidian-git:Open Git source control": false } }, - "active": "f3a0478a9c636b63", + "active": "9aa1188fd55df21d", "lastOpenFiles": [ - "Templates/resource template.md", - "Resources/Obsidian vault.md", - "Templates/project template.md", "Templates/default template.md", + "temporary.md", + "Resources/Obsidian vault.md", + "Templates/resource template.md", + "Templates/project template.md", "Templates/journal template.md", "Templates/area template.md", "Archives/archived resources", diff --git a/Resources/Obsidian vault.md b/Resources/Obsidian vault.md index b5af520..54f69bf 100644 --- a/Resources/Obsidian vault.md +++ b/Resources/Obsidian vault.md @@ -32,3 +32,13 @@ Journal --> anything ## Vault sync #setup +- Prerequisite: Git server +- Create access token for user in git +- In terminal `git clone https://@:/falsfour/thevault.git` (make sure to check if it is http or https) +- Open the git repository in Obsidian +- Open the Git-Plugin settings to local git config + - configure user.name + - configure user.email + - Check if the "pull on startup" option is checked + - Check if auto "commit-and-sync" timer is set +- Check commands like "commit-and-sync" or "pull" \ No newline at end of file diff --git a/Templates/default template.md b/Templates/default template.md index c17de45..3974e7e 100644 --- a/Templates/default template.md +++ b/Templates/default template.md @@ -4,4 +4,5 @@ language: English created: "{{date}}" summary: tags: + - default --- diff --git a/temporary.md b/temporary.md new file mode 100644 index 0000000..4991405 --- /dev/null +++ b/temporary.md @@ -0,0 +1,11 @@ +--- +aliases: +language: English +created: 2025-07-20 +summary: Temporary notes that are not integrated yet +tags: + - default +--- +- integrate exvault into this format +- [ ] 1053 and DE29 5335 0000 1032 3057 48 +- [ ] \ No newline at end of file