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

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
}