vault backup: 2025-07-20 16:07:16
This commit is contained in:
parent
94e43b545b
commit
b9b84ba744
4
.obsidian/appearance.json
vendored
4
.obsidian/appearance.json
vendored
@ -1 +1,3 @@
|
||||
{}
|
||||
{
|
||||
"theme": "obsidian"
|
||||
}
|
||||
3
.obsidian/daily-notes.json
vendored
Normal file
3
.obsidian/daily-notes.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"folder": "Journal"
|
||||
}
|
||||
3
.obsidian/templates.json
vendored
Normal file
3
.obsidian/templates.json
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"folder": "Templates"
|
||||
}
|
||||
28
.obsidian/workspace.json
vendored
28
.obsidian/workspace.json
vendored
@ -13,12 +13,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "second.md",
|
||||
"file": "Templates/project template.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "second"
|
||||
"title": "project template"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -94,7 +94,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "second.md",
|
||||
"file": "Templates/project template.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@ -104,7 +104,7 @@
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-coming-in",
|
||||
"title": "Backlinks for second"
|
||||
"title": "Backlinks for project template"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -113,12 +113,12 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "second.md",
|
||||
"file": "Templates/project template.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-going-out",
|
||||
"title": "Outgoing links from second"
|
||||
"title": "Outgoing links from project template"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -142,13 +142,13 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "second.md",
|
||||
"file": "Templates/project template.md",
|
||||
"followCursor": false,
|
||||
"showSearch": false,
|
||||
"searchQuery": ""
|
||||
},
|
||||
"icon": "lucide-list",
|
||||
"title": "Outline of second"
|
||||
"title": "Outline of project template"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -171,7 +171,19 @@
|
||||
},
|
||||
"active": "c8d183fcf4f57c3c",
|
||||
"lastOpenFiles": [
|
||||
"Templates/default template.md",
|
||||
"Templates/project template.md",
|
||||
"Templates/journal template.md",
|
||||
"Journal",
|
||||
"Untitled.md",
|
||||
"Resources",
|
||||
"Archives",
|
||||
"Areas",
|
||||
"Projects",
|
||||
"SomeNote.md",
|
||||
"Obsidian vault.md",
|
||||
"Templates/default.md",
|
||||
"Templates",
|
||||
"second.md"
|
||||
]
|
||||
}
|
||||
7
Templates/default template.md
Normal file
7
Templates/default template.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
language: English
|
||||
created: "{{date}}"
|
||||
summary:
|
||||
aliases:
|
||||
tags:
|
||||
---
|
||||
7
Templates/journal template.md
Normal file
7
Templates/journal template.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
language: English
|
||||
created: "{{date}}"
|
||||
aliases:
|
||||
tags:
|
||||
- journal
|
||||
---
|
||||
10
Templates/project template.md
Normal file
10
Templates/project template.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
aliases:
|
||||
language: English
|
||||
created: "{{date}}"
|
||||
summary:
|
||||
areas:
|
||||
resources:
|
||||
tags:
|
||||
see_also:
|
||||
---
|
||||
Loading…
Reference in New Issue
Block a user