vault backup: 2022-12-10 17:18:50

This commit is contained in:
Bram Adams
2022-12-10 17:18:50 -06:00
parent d9ce51bedf
commit af5f593d43
16 changed files with 6918 additions and 22 deletions

View File

@@ -17,5 +17,6 @@
"nldates-obsidian",
"obsidian-tasks-plugin",
"waypoint",
"templater-obsidian"
"templater-obsidian",
"note-refactor-obsidian"
]

View File

@@ -9,7 +9,7 @@
"tag-pane": true,
"page-preview": true,
"daily-notes": false,
"templates": true,
"templates": false,
"note-composer": true,
"command-palette": true,
"slash-command": false,

View File

@@ -8,7 +8,6 @@
"outgoing-link",
"tag-pane",
"page-preview",
"templates",
"note-composer",
"command-palette",
"editor-status",

View File

@@ -53,5 +53,14 @@
],
"key": "Q"
}
],
"file-explorer:new-file": [],
"zk-prefixer": [
{
"modifiers": [
"Mod"
],
"key": "N"
}
]
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,9 @@
{
"id": "note-refactor-obsidian",
"name": "Note Refactor",
"version": "1.7.1",
"description": "Extract note content into new notes and split notes",
"isDesktopOnly": false,
"js": "main.js",
"css": "style.css"
}

View File

@@ -0,0 +1,7 @@
.note-refactor-filename .setting-item-info {
margin-right: 0;
}
.note-refactor-filename .setting-item-name {
padding-top: 10px;
}

View File

@@ -6,9 +6,9 @@
"pdfExportImageQuality": 90,
"citeFormats": [
{
"name": "Chicago",
"format": "formatted-citation",
"cslStyle": "chicago-fullnote-bibliography-short-title-subsequent"
"name": "citeKey",
"format": "pandoc",
"cslStyle": "university-of-york-apa"
}
],
"exportFormats": [],

View File

@@ -0,0 +1,30 @@
{
"command_timeout": 5,
"templates_folder": "Templates",
"templates_pairs": [
[
"",
""
]
],
"trigger_on_file_creation": false,
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"template": ""
}
],
"syntax_highlighting": true,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"enable_ribbon_icon": false
}

View File

@@ -158,7 +158,6 @@
"switcher:Open quick switcher": false,
"graph:Open graph view": false,
"canvas:Create new canvas": false,
"templates:Insert template": false,
"publish:Publish changes": false,
"omnisearch:Omnisearch": false,
"periodic-notes:Open today": false,
@@ -170,15 +169,15 @@
},
"active": "5b35ae2562686366",
"lastOpenFiles": [
"_tests/External/Readwise.md",
"Inbox/Computer Capture/Computer Capture.md",
"Inbox/Smartphone Capture/Smartphone Capture.md",
"Inbox/Scratchpad.md",
"README.md",
"Weekly/2022-W50.md",
"Quarterly/2022-Q4.md",
"_tests/Hotkeys.md",
"_PARA/Projects/ayp/ayp.md",
"_PARA/Projects/ayp/Readwise Resources.md",
"Readwise/Articles Test/The Ancient Japanese Technique That Produces Lumber Without Cutting Trees.md",
"_PARA/Projects/2023 vault/Kanban.md",
"_PARA/Projects/2023 vault/2023 vault.md"
"202212101656.md",
"Templates/Zettelkasten Note.md",
"202212101652.md",
"202212101648.md",
"Untitled.md",
"202212090136.md"
]
}

3
.obsidian/zk-prefixer.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"template": "Templates/Zettelkasten Note"
}