generated from DNDs/dnd-template
Merge branch 'main' of https://git.james-things.com/James/private_notes
# Conflicts: # .obsidian/appearance.json # .obsidian/graph.json # .obsidian/workspace
This commit is contained in:
commit
23e244ee22
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
@ -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"
|
||||||
]
|
]
|
8
.obsidian/hotkeys.json
vendored
8
.obsidian/hotkeys.json
vendored
@ -30,5 +30,13 @@
|
|||||||
],
|
],
|
||||||
"key": "P"
|
"key": "P"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"templater-obsidian:templates/New Problem Template.md": [
|
||||||
|
{
|
||||||
|
"modifiers": [
|
||||||
|
"Alt"
|
||||||
|
],
|
||||||
|
"key": "P"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -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": [
|
||||||
""
|
""
|
||||||
|
Loading…
Reference in New Issue
Block a user