vault backup: 2025-07-20 16:37:18
This commit is contained in:
parent
b9b84ba744
commit
9101b12ba7
56
.obsidian/workspace.json
vendored
56
.obsidian/workspace.json
vendored
@ -20,8 +20,37 @@
|
||||
"icon": "lucide-file",
|
||||
"title": "project template"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "96113bcc31cf8341",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Templates/area template.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "area template"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "980cb3efe70a1119",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Resources/Obsidian vault.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Obsidian vault"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"currentTab": 2
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@ -94,7 +123,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Templates/project template.md",
|
||||
"file": "Resources/Obsidian vault.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@ -104,7 +133,7 @@
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-coming-in",
|
||||
"title": "Backlinks for project template"
|
||||
"title": "Backlinks for Obsidian vault"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -113,12 +142,12 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Templates/project template.md",
|
||||
"file": "Resources/Obsidian vault.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-going-out",
|
||||
"title": "Outgoing links from project template"
|
||||
"title": "Outgoing links from Obsidian vault"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -142,13 +171,13 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Templates/project template.md",
|
||||
"file": "Resources/Obsidian vault.md",
|
||||
"followCursor": false,
|
||||
"showSearch": false,
|
||||
"searchQuery": ""
|
||||
},
|
||||
"icon": "lucide-list",
|
||||
"title": "Outline of project template"
|
||||
"title": "Outline of Obsidian vault"
|
||||
}
|
||||
}
|
||||
]
|
||||
@ -169,19 +198,24 @@
|
||||
"obsidian-git:Open Git source control": false
|
||||
}
|
||||
},
|
||||
"active": "c8d183fcf4f57c3c",
|
||||
"active": "f3a0478a9c636b63",
|
||||
"lastOpenFiles": [
|
||||
"Templates/default template.md",
|
||||
"Templates/resource template.md",
|
||||
"Resources/Obsidian vault.md",
|
||||
"Templates/project template.md",
|
||||
"Templates/default template.md",
|
||||
"Templates/journal template.md",
|
||||
"Templates/area template.md",
|
||||
"Archives/archived resources",
|
||||
"Archives/archived areas",
|
||||
"Archives/archived projects",
|
||||
"Areas/archived_projects",
|
||||
"Journal",
|
||||
"Untitled.md",
|
||||
"Resources",
|
||||
"Archives",
|
||||
"Areas",
|
||||
"Projects",
|
||||
"SomeNote.md",
|
||||
"Obsidian vault.md",
|
||||
"Templates/default.md",
|
||||
"Templates",
|
||||
"second.md"
|
||||
|
||||
@ -1,3 +0,0 @@
|
||||
|
||||
|
||||
## Properties
|
||||
34
Resources/Obsidian vault.md
Normal file
34
Resources/Obsidian vault.md
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
aliases:
|
||||
language: English
|
||||
created: 2025-07-20
|
||||
summary: Vault organization and infrastructure setup
|
||||
tags:
|
||||
- resource
|
||||
- setup
|
||||
---
|
||||
|
||||
## Note convention
|
||||
|
||||
- Resource: non-actionable knowledge
|
||||
- Area: something that requires constant attention, a source of tasks/projects
|
||||
- Project: something actionable that can/must be done
|
||||
- status property can be "hold | active | completed"; initial value is "hold"
|
||||
- Journal: what happened today, what is important today, what was done...
|
||||
|
||||
To keep things easy to maintain, link in this way:
|
||||
Project --> Area
|
||||
Area --> Resource
|
||||
Project --> Resource
|
||||
Journal --> anything
|
||||
|
||||
## Folders
|
||||
- Projects: current project notes that are not on hold
|
||||
- Areas: current area notes
|
||||
- Resources: current resource notes that are relevant
|
||||
- Archives: once a project is done, an area requires no more attention or a resource is unrelevant... drag them here
|
||||
- Templates: notes in here become templates automatically
|
||||
- Journal: daily notes
|
||||
|
||||
## Vault sync
|
||||
#setup
|
||||
16
Templates/area template.md
Normal file
16
Templates/area template.md
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
aliases:
|
||||
language: English
|
||||
created: "{{date}}"
|
||||
summary:
|
||||
tags:
|
||||
- area
|
||||
---
|
||||
## Responsibility
|
||||
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
## Links
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
---
|
||||
aliases:
|
||||
language: English
|
||||
created: "{{date}}"
|
||||
summary:
|
||||
aliases:
|
||||
tags:
|
||||
---
|
||||
|
||||
@ -1,7 +1,8 @@
|
||||
---
|
||||
aliases:
|
||||
language: English
|
||||
created: "{{date}}"
|
||||
aliases:
|
||||
summary:
|
||||
tags:
|
||||
- journal
|
||||
---
|
||||
|
||||
@ -3,8 +3,19 @@ aliases:
|
||||
language: English
|
||||
created: "{{date}}"
|
||||
summary:
|
||||
tags:
|
||||
- project
|
||||
areas:
|
||||
resources:
|
||||
tags:
|
||||
see_also:
|
||||
status: hold
|
||||
---
|
||||
## Tasks
|
||||
- [ ] taskOne
|
||||
- [ ] taskTwo
|
||||
|
||||
## Notes
|
||||
|
||||
|
||||
## Timeline
|
||||
|
||||
|
||||
## Links
|
||||
12
Templates/resource template.md
Normal file
12
Templates/resource template.md
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
aliases:
|
||||
language: English
|
||||
created: "{{date}}"
|
||||
summary:
|
||||
tags:
|
||||
- resource
|
||||
---
|
||||
|
||||
|
||||
## Links
|
||||
|
||||
Loading…
Reference in New Issue
Block a user