mirror of
https://github.com/bramses/bramses-highly-opinionated-vault-2023.git
synced 2025-02-26 07:53:55 +00:00
vault backup: 2022-12-15 13:56:27
This commit is contained in:
21
.obsidian/plugins/quickadd/data.json
vendored
21
.obsidian/plugins/quickadd/data.json
vendored
@@ -20,6 +20,13 @@
|
||||
"type": "Macro",
|
||||
"command": true,
|
||||
"macroId": "84ef441e-4dd5-4349-a811-be48fe49ab9f"
|
||||
},
|
||||
{
|
||||
"id": "0a8d7591-c4b6-43ad-8692-ea6f3d23aa1d",
|
||||
"name": "Add Kanban to Weekly",
|
||||
"type": "Macro",
|
||||
"command": true,
|
||||
"macroId": "8b7ed685-74c3-454b-ba8c-961c60a985af"
|
||||
}
|
||||
],
|
||||
"macros": [
|
||||
@@ -156,6 +163,20 @@
|
||||
}
|
||||
],
|
||||
"runOnStartup": false
|
||||
},
|
||||
{
|
||||
"name": "Add Kanban to Weekly Note",
|
||||
"id": "8b7ed685-74c3-454b-ba8c-961c60a985af",
|
||||
"commands": [
|
||||
{
|
||||
"name": "make-weekly-kanban",
|
||||
"type": "UserScript",
|
||||
"id": "bc15efb1-5a5f-4df0-84b4-7758c9873b2d",
|
||||
"path": "_scripts/make-weekly-kanban.js",
|
||||
"settings": {}
|
||||
}
|
||||
],
|
||||
"runOnStartup": false
|
||||
}
|
||||
],
|
||||
"inputPrompt": "single-line",
|
||||
|
||||
@@ -1,5 +1,49 @@
|
||||
{
|
||||
"recentFiles": [
|
||||
{
|
||||
"basename": "2022-W51-Kanban",
|
||||
"path": "Calendar/Weekly/2022-W51-Kanban.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212120002",
|
||||
"path": "202212120002.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212090137",
|
||||
"path": "202212090137.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212090136",
|
||||
"path": "202212090136.md"
|
||||
},
|
||||
{
|
||||
"basename": "Computed",
|
||||
"path": "Computed/Computed.md"
|
||||
},
|
||||
{
|
||||
"basename": "Squats",
|
||||
"path": "Databases/Workouts/Squats.md"
|
||||
},
|
||||
{
|
||||
"basename": "Workouts",
|
||||
"path": "Computed/Workouts.md"
|
||||
},
|
||||
{
|
||||
"basename": "Workouts",
|
||||
"path": "Databases/Workouts/Workouts.md"
|
||||
},
|
||||
{
|
||||
"basename": "Recipes",
|
||||
"path": "Databases/Recipes/Recipes.md"
|
||||
},
|
||||
{
|
||||
"basename": "CRM",
|
||||
"path": "Computed/CRM.md"
|
||||
},
|
||||
{
|
||||
"basename": "Workout",
|
||||
"path": "Templates/Workout.md"
|
||||
},
|
||||
{
|
||||
"basename": "Instant Pot Fried Rice",
|
||||
"path": "Databases/Recipes/Instant Pot Fried Rice.md"
|
||||
@@ -40,10 +84,6 @@
|
||||
"basename": "Daily",
|
||||
"path": "Templates/Daily.md"
|
||||
},
|
||||
{
|
||||
"basename": "CRM",
|
||||
"path": "Computed/CRM.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212122239",
|
||||
"path": "202212122239.md"
|
||||
@@ -76,18 +116,6 @@
|
||||
"basename": "Test Project",
|
||||
"path": "_PARA/Projects/Test Project/Test Project.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212090136",
|
||||
"path": "202212090136.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212090137",
|
||||
"path": "202212090137.md"
|
||||
},
|
||||
{
|
||||
"basename": "202212120002",
|
||||
"path": "202212120002.md"
|
||||
},
|
||||
{
|
||||
"basename": "Test Project 2",
|
||||
"path": "_PARA/Projects/Test Project 2/Test Project 2.md"
|
||||
@@ -171,30 +199,6 @@
|
||||
{
|
||||
"basename": "2022-12-11--11-59-30",
|
||||
"path": "Inbox/Smartphone Capture/2022-12-11--11-59-30.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-11--12-00-00",
|
||||
"path": "Inbox/Computer Capture/2022-12-11--12-00-00.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-Q4",
|
||||
"path": "Calendar/Quarterly/2022-Q4.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-11",
|
||||
"path": "Calendar/Daily/2022-12-11.md"
|
||||
},
|
||||
{
|
||||
"basename": "2022-12-12",
|
||||
"path": "Calendar/Daily/2022-12-12.md"
|
||||
},
|
||||
{
|
||||
"basename": "Paste URL into Selection",
|
||||
"path": "_tests/Paste URL into Selection.md"
|
||||
},
|
||||
{
|
||||
"basename": "Readwise",
|
||||
"path": "_tests/External/Readwise.md"
|
||||
}
|
||||
],
|
||||
"omittedPaths": [],
|
||||
|
||||
5
.obsidian/starred.json
vendored
5
.obsidian/starred.json
vendored
@@ -24,6 +24,11 @@
|
||||
"type": "file",
|
||||
"title": "Hotkeys",
|
||||
"path": "_tutorial/Hotkeys.md"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"title": "CRM",
|
||||
"path": "Computed/CRM.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
59
.obsidian/workspace.json
vendored
59
.obsidian/workspace.json
vendored
@@ -35,35 +35,9 @@
|
||||
"id": "e5e122d97fdadddf",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"type": "kanban",
|
||||
"state": {
|
||||
"file": "Databases/Recipes/Instant Pot Fried Rice.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "30767105d876abad",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Templates/Quarterly.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "de337eb10406382d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Templates/People.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
"file": "Calendar/Weekly/2022-W51-Kanban.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -150,7 +124,8 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 300
|
||||
"width": 300,
|
||||
"collapsed": true
|
||||
},
|
||||
"right": {
|
||||
"id": "b2837026535a9eaa",
|
||||
@@ -167,7 +142,7 @@
|
||||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "Databases/Recipes/Instant Pot Fried Rice.md",
|
||||
"file": "Calendar/Weekly/2022-W51-Kanban.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
@@ -184,7 +159,7 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Databases/Recipes/Instant Pot Fried Rice.md",
|
||||
"file": "Calendar/Weekly/2022-W51-Kanban.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
}
|
||||
@@ -207,7 +182,7 @@
|
||||
"state": {
|
||||
"type": "outline",
|
||||
"state": {
|
||||
"file": "Databases/Recipes/Instant Pot Fried Rice.md"
|
||||
"file": "Calendar/Weekly/2022-W51-Kanban.md"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -257,15 +232,15 @@
|
||||
},
|
||||
"active": "e5e122d97fdadddf",
|
||||
"lastOpenFiles": [
|
||||
"Templates/People.md",
|
||||
"Databases/CRM/Jane Doe.md",
|
||||
"Databases/CRM/John Doe.md",
|
||||
"Untitled.md",
|
||||
"Databases/CRM/Untitled.md",
|
||||
"Templates/Quarterly.md",
|
||||
"Databases/CRM/CRM.md",
|
||||
"Databases/Recipes/Instant Pot Fried Rice.md",
|
||||
"Templates/Recipes.md",
|
||||
"Templates/Weekly.md"
|
||||
"202212120002.md",
|
||||
"202212090137.md",
|
||||
"202212090136.md",
|
||||
"Computed/Computed.md",
|
||||
"Databases/Workouts/Squats.md",
|
||||
"Computed/Workouts.md",
|
||||
"Databases/Workouts/Workouts.md",
|
||||
"Databases/Recipes/Recipes.md",
|
||||
"Computed/CRM.md",
|
||||
"Templates/Workout.md"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user