vault backup: 2022-12-12 22:56:32

This commit is contained in:
Bram Adams
2022-12-12 22:56:32 -06:00
parent 87c9e86979
commit 31dd358468
8 changed files with 49 additions and 31 deletions

View File

@@ -1,12 +1,36 @@
{
"recentFiles": [
{
"basename": "README",
"path": "README.md"
},
{
"basename": "Tasks",
"path": "Computed/Tasks.md"
},
{
"basename": "2022-12-12",
"path": "Daily/2022-12-12.md"
},
{
"basename": "Test Project",
"path": "_PARA/Projects/Test Project/Test Project.md"
},
{
"basename": "Scratchpad",
"path": "_PARA/Projects/Test Project/Scratchpad.md"
},
{
"basename": "Resources",
"path": "_PARA/Projects/Test Project/Resources.md"
},
{
"basename": "Test Project",
"path": "_PARA/Projects/Test Project/Test Project.md"
"basename": "Resources",
"path": "_PARA/Projects/Test Project 2/Resources.md"
},
{
"basename": "Test Project 2",
"path": "_PARA/Projects/Test Project 2/Test Project 2.md"
},
{
"basename": "202212090136",
@@ -24,14 +48,6 @@
"basename": "202212090137",
"path": "202212090137.md"
},
{
"basename": "README",
"path": "README.md"
},
{
"basename": "2022-12-12",
"path": "Daily/2022-12-12.md"
},
{
"basename": "Kanban",
"path": "_PARA/Projects/Test Project/Kanban.md"
@@ -40,10 +56,6 @@
"basename": "Computer Capture",
"path": "Inbox/Computer Capture/Computer Capture.md"
},
{
"basename": "Tasks",
"path": "Computed/Tasks.md"
},
{
"basename": "Kanban",
"path": "_PARA/Projects/Test Project 2/Kanban.md"

View File

@@ -13,7 +13,7 @@
"state": {
"type": "markdown",
"state": {
"file": "_PARA/Projects/Test Project/Resources.md",
"file": "README.md",
"mode": "source",
"source": false
}
@@ -102,7 +102,7 @@
"state": {
"type": "backlink",
"state": {
"file": "_PARA/Projects/Test Project/Resources.md",
"file": "README.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
@@ -119,7 +119,7 @@
"state": {
"type": "outgoing-link",
"state": {
"file": "_PARA/Projects/Test Project/Resources.md",
"file": "README.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
@@ -142,7 +142,7 @@
"state": {
"type": "outline",
"state": {
"file": "_PARA/Projects/Test Project/Resources.md"
"file": "README.md"
}
}
},
@@ -185,15 +185,15 @@
},
"active": "382c94a56533417c",
"lastOpenFiles": [
"Computed/Tasks.md",
"Daily/2022-12-12.md",
"_PARA/Projects/Test Project/Test Project.md",
"_PARA/Projects/Test Project/Scratchpad.md",
"_PARA/Projects/Test Project/Resources.md",
"_PARA/Projects/Test Project 2/Resources.md",
"_PARA/Projects/Test Project 2/Test Project 2.md",
"202212090136.md",
"202212122239.md",
"202212120002.md",
"202212090137.md",
"README.md",
"Daily/2022-12-12.md",
"_PARA/Projects/Test Project/Kanban.md",
"Private/Attachments/Pasted image 20221212222709.png",
"Inbox/Computer Capture/Computer Capture.md"
"202212120002.md"
]
}

View File

@@ -15,6 +15,8 @@ Week: [[2022-W51]]
# Things I Need To Do
- [ ] this task wont show up in [[Tasks]]!
## todo/daily
- [ ] this needs to be done on the 12th!!

View File

@@ -633,7 +633,9 @@ The following is a list of these plugins as well as a one sentence blurb of how
## Migration Guide for Current Obsidian Users
`todo`
In the creation of BHOV-2023, the author was in the middle of his own migration from his vault of 1.5 years to BHOV. So this is all quite relevant!
First, the the questions you should ask yourself is: what about your current vault is necessary, what you'd like to change, and where you ideally want to be after migrating. Keep in mind, many of the tricks and strategies used in BHOV-2023 can be inserted into existing vaults, so you might not even need to make a full move!
## Settings
@@ -641,7 +643,7 @@ The following is a list of these plugins as well as a one sentence blurb of how
# A Day in the Life - Real World Use
**Bramses' Highly Opinionated Vault 2023** is only helpful if you can use it day in/day out as a tool to help you in life. Here's how I would use it in any random day (let's say Tuesday, perhaps):
BHOV-2023 is only helpful if you can use it day in/day out as a tool to help you in life. Here's how I would use it in any random day (let's say Tuesday, perhaps):
Noon (wake up -- *I'm a night owl and a degenerate*) 🤷

View File

@@ -1,3 +1,4 @@
```dataview
list
where contains(projects, "Test Project 2")

View File

@@ -1,5 +1,5 @@
```dataview
list
where contains(projects, "Test Project")
```
```

View File

@@ -1,3 +1,4 @@
> [!info] Project Description
> [What is my purpose?](https://youtu.be/X7HmltUWXgs)

View File

@@ -26,7 +26,7 @@ module.exports = async function createProject(params) {
// // Create a new file in the new folder
const newFile = await params.app.vault.create(
`${absolutePath}/${userInput}.md`,
`> [!info] Project Description\n> [What is my purpose?](https://youtu.be/X7HmltUWXgs)\n\n%% Waypoint %%\n\n`
`\n> [!info] Project Description\n> [What is my purpose?](https://youtu.be/X7HmltUWXgs)\n\n%% Waypoint %%\n\n`
);
// // Create a scratchpad file in the new folder
@@ -36,7 +36,7 @@ module.exports = async function createProject(params) {
if (settings.includes("Add Resources Dataview")) {
await params.app.vault.create(
`${absolutePath}/Resources.md`, `\`\`\`dataview
`${absolutePath}/Resources.md`, `\n\`\`\`dataview
list
where contains(projects, "${userInput}")
\`\`\`\n\n`