vault backup: 2025-07-20 17:07:20
This commit is contained in:
parent
9101b12ba7
commit
d39f5d442f
37
.obsidian/workspace.json
vendored
37
.obsidian/workspace.json
vendored
@ -48,9 +48,23 @@
|
|||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Obsidian vault"
|
"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"
|
"direction": "vertical"
|
||||||
@ -123,7 +137,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Resources/Obsidian vault.md",
|
"file": "temporary.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@ -133,7 +147,7 @@
|
|||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-coming-in",
|
"icon": "links-coming-in",
|
||||||
"title": "Backlinks for Obsidian vault"
|
"title": "Backlinks for temporary"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -142,12 +156,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Resources/Obsidian vault.md",
|
"file": "temporary.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-going-out",
|
"icon": "links-going-out",
|
||||||
"title": "Outgoing links from Obsidian vault"
|
"title": "Outgoing links from temporary"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -171,13 +185,13 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "Resources/Obsidian vault.md",
|
"file": "temporary.md",
|
||||||
"followCursor": false,
|
"followCursor": false,
|
||||||
"showSearch": false,
|
"showSearch": false,
|
||||||
"searchQuery": ""
|
"searchQuery": ""
|
||||||
},
|
},
|
||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "Outline of Obsidian vault"
|
"title": "Outline of temporary"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -198,12 +212,13 @@
|
|||||||
"obsidian-git:Open Git source control": false
|
"obsidian-git:Open Git source control": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "f3a0478a9c636b63",
|
"active": "9aa1188fd55df21d",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"Templates/resource template.md",
|
|
||||||
"Resources/Obsidian vault.md",
|
|
||||||
"Templates/project template.md",
|
|
||||||
"Templates/default 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/journal template.md",
|
||||||
"Templates/area template.md",
|
"Templates/area template.md",
|
||||||
"Archives/archived resources",
|
"Archives/archived resources",
|
||||||
|
|||||||
@ -32,3 +32,13 @@ Journal --> anything
|
|||||||
|
|
||||||
## Vault sync
|
## Vault sync
|
||||||
#setup
|
#setup
|
||||||
|
- Prerequisite: Git server
|
||||||
|
- Create access token for user in git
|
||||||
|
- In terminal `git clone https://<access-token>@<server-ip>:<port>/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"
|
||||||
@ -4,4 +4,5 @@ language: English
|
|||||||
created: "{{date}}"
|
created: "{{date}}"
|
||||||
summary:
|
summary:
|
||||||
tags:
|
tags:
|
||||||
|
- default
|
||||||
---
|
---
|
||||||
|
|||||||
11
temporary.md
Normal file
11
temporary.md
Normal file
@ -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
|
||||||
|
- [ ]
|
||||||
Loading…
Reference in New Issue
Block a user