vault backup: 2022-12-17 17:29:16

This commit is contained in:
Bram Adams
2022-12-17 17:29:16 -06:00
parent 98080b64d5
commit f58a68fe37
24 changed files with 251 additions and 109 deletions

View File

@@ -41,6 +41,12 @@
"icon": "link-2",
"name": "Luhman: Insert Zettel Link",
"mode": "any"
},
{
"id": "quickadd:choice:7d1318ec-92bb-4054-a68b-70da6f584544",
"icon": "copyright",
"name": "QuickAdd: Move Zettel to Private",
"mode": "any"
}
],
"rightRibbon": [],

View File

@@ -213,7 +213,7 @@
"Condenses multiple blank lines down into one blank line for the text to paste": true
}
},
"lintOnSave": false,
"lintOnSave": true,
"displayChanged": true,
"foldersToIgnore": [
"Templates"

View File

@@ -61,6 +61,13 @@
},
"openFile": false,
"openFileInMode": "default"
},
{
"id": "7d1318ec-92bb-4054-a68b-70da6f584544",
"name": "Move Zettel to Private",
"type": "Macro",
"command": true,
"macroId": "fbbceb07-8ccb-4cad-b0a4-7374f77944d9"
}
],
"macros": [
@@ -211,6 +218,20 @@
}
],
"runOnStartup": false
},
{
"name": "Move Zettel to Private",
"id": "fbbceb07-8ccb-4cad-b0a4-7374f77944d9",
"commands": [
{
"name": "move-zettel-to-private",
"type": "UserScript",
"id": "27cd9ce7-9887-4051-a908-3e99c73943a5",
"path": "_scripts/move-zettel-to-private.js",
"settings": {}
}
],
"runOnStartup": false
}
],
"inputPrompt": "single-line",

View File

@@ -4,6 +4,50 @@
"basename": "README",
"path": "README.md"
},
{
"basename": "Screenshot 2022-12-17 17-18-40",
"path": "_tutorial/Attachments/Screenshot 2022-12-17 17-18-40.png"
},
{
"basename": "202212151455",
"path": "202212151455.md"
},
{
"basename": "202212090136",
"path": "202212090136.md"
},
{
"basename": "202212090137",
"path": "202212090137.md"
},
{
"basename": "202212122239",
"path": "202212122239.md"
},
{
"basename": "202212120002",
"path": "202212120002.md"
},
{
"basename": "Resources",
"path": "_PARA/Projects/Test Project/Resources.md"
},
{
"basename": "Resources",
"path": "_PARA/Projects/Test Project 2/Resources.md"
},
{
"basename": "Test Project",
"path": "_PARA/Projects/Test Project/Test Project.md"
},
{
"basename": "Test Project 2",
"path": "_PARA/Projects/Test Project 2/Test Project 2.md"
},
{
"basename": "_PARA",
"path": "_PARA/_PARA.md"
},
{
"basename": "CRM",
"path": "Computed/CRM.md"
@@ -16,10 +60,6 @@
"basename": "Tasks",
"path": "Computed/Tasks.md"
},
{
"basename": "202212151455",
"path": "202212151455.md"
},
{
"basename": "Hotkeys",
"path": "_tutorial/Hotkeys.md"
@@ -36,10 +76,6 @@
"basename": "Readwise-Example",
"path": "Readwise-Example/Readwise-Example.md"
},
{
"basename": "202212120002",
"path": "202212120002.md"
},
{
"basename": "_tests",
"path": "_tests/_tests.md"
@@ -68,14 +104,6 @@
"basename": "_tutorial",
"path": "_tutorial/_tutorial.md"
},
{
"basename": "Test Project",
"path": "_PARA/Projects/Test Project/Test Project.md"
},
{
"basename": "_PARA",
"path": "_PARA/_PARA.md"
},
{
"basename": "Scratchpad",
"path": "Inbox/Scratchpad.md"
@@ -88,10 +116,6 @@
"basename": "Trackers",
"path": "Computed/Trackers.md"
},
{
"basename": "202212090137",
"path": "202212090137.md"
},
{
"basename": "2022-12-15-14-50-51",
"path": "Inbox/Computer Capture/2022-12-15-14-50-51.md"
@@ -132,10 +156,6 @@
"basename": "People",
"path": "Templates/People.md"
},
{
"basename": "202212090136",
"path": "202212090136.md"
},
{
"basename": "Computed",
"path": "Computed/Computed.md"
@@ -167,38 +187,6 @@
{
"basename": "John Doe",
"path": "Databases/CRM/John Doe.md"
},
{
"basename": "Quarterly",
"path": "Templates/Quarterly.md"
},
{
"basename": "Recipes",
"path": "Templates/Recipes.md"
},
{
"basename": "Daily",
"path": "Templates/Daily.md"
},
{
"basename": "202212122239",
"path": "202212122239.md"
},
{
"basename": "Templates",
"path": "Templates/Templates.md"
},
{
"basename": "calendar",
"path": "_tutorial/Attachments/calendar.png"
},
{
"basename": "Resources",
"path": "_PARA/Projects/Test Project/Resources.md"
},
{
"basename": "Resources",
"path": "_PARA/Projects/Test Project 2/Resources.md"
}
],
"omittedPaths": [],

View File

@@ -20,9 +20,7 @@
}
],
"syntax_highlighting": true,
"enabled_templates_hotkeys": [
"Templates/Note Refactor Zettelkasten Template.md"
],
"enabled_templates_hotkeys": [],
"startup_templates": [
""
],