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": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "second.md",
|
"file": "Templates/project template.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "second"
|
"title": "project template"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -94,7 +94,7 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "second.md",
|
"file": "Templates/project template.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
@ -104,7 +104,7 @@
|
|||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-coming-in",
|
"icon": "links-coming-in",
|
||||||
"title": "Backlinks for second"
|
"title": "Backlinks for project template"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -113,12 +113,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outgoing-link",
|
"type": "outgoing-link",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "second.md",
|
"file": "Templates/project template.md",
|
||||||
"linksCollapsed": false,
|
"linksCollapsed": false,
|
||||||
"unlinkedCollapsed": true
|
"unlinkedCollapsed": true
|
||||||
},
|
},
|
||||||
"icon": "links-going-out",
|
"icon": "links-going-out",
|
||||||
"title": "Outgoing links from second"
|
"title": "Outgoing links from project template"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -142,13 +142,13 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "second.md",
|
"file": "Templates/project template.md",
|
||||||
"followCursor": false,
|
"followCursor": false,
|
||||||
"showSearch": false,
|
"showSearch": false,
|
||||||
"searchQuery": ""
|
"searchQuery": ""
|
||||||
},
|
},
|
||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "Outline of second"
|
"title": "Outline of project template"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -171,7 +171,19 @@
|
|||||||
},
|
},
|
||||||
"active": "c8d183fcf4f57c3c",
|
"active": "c8d183fcf4f57c3c",
|
||||||
"lastOpenFiles": [
|
"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",
|
"Obsidian vault.md",
|
||||||
|
"Templates/default.md",
|
||||||
|
"Templates",
|
||||||
"second.md"
|
"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