# Conflicts:
#	.obsidian/appearance.json
#	.obsidian/graph.json
#	.obsidian/workspace
This commit is contained in:
Jesse James Isler 2022-06-28 08:07:26 +02:00
commit 23e244ee22
3 changed files with 12 additions and 3 deletions

View File

@ -8,5 +8,6 @@
"templater-obsidian", "templater-obsidian",
"obsidian-style-settings", "obsidian-style-settings",
"obsidian-dialogue-plugin", "obsidian-dialogue-plugin",
"obsidian-pandoc" "obsidian-pandoc",
"obsidian-image-toolkit"
] ]

View File

@ -30,5 +30,13 @@
], ],
"key": "P" "key": "P"
} }
],
"templater-obsidian:templates/New Problem Template.md": [
{
"modifiers": [
"Alt"
],
"key": "P"
}
] ]
} }

View File

@ -1,6 +1,6 @@
{ {
"command_timeout": 5, "command_timeout": 5,
"templates_folder": "Templates", "templates_folder": "templates",
"templates_pairs": [ "templates_pairs": [
[ [
"", "",
@ -21,7 +21,7 @@
], ],
"syntax_highlighting": true, "syntax_highlighting": true,
"enabled_templates_hotkeys": [ "enabled_templates_hotkeys": [
"Templates/New Problem Template.md" "templates/New Problem Template.md"
], ],
"startup_templates": [ "startup_templates": [
"" ""