Skip to content

Commit

Permalink
chh ##chh
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwhiting committed Dec 28, 2023
1 parent 79eefa8 commit 9a7d475
Show file tree
Hide file tree
Showing 9 changed files with 5,933 additions and 21 deletions.
7 changes: 4 additions & 3 deletions .obsidian/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"editor:toggle-italics",
"editor:toggle-strikethrough",
"editor:paste",
"url-into-selection:paste-url-into-selection",
"editor:toggle-bullet-list",
"editor:insert-tag",
"editor:toggle-numbered-list",
Expand All @@ -25,7 +24,9 @@
"editor:unindent-list",
"editor:redo",
"editor:configure-toolbar",
"editor:toggle-source"
"editor:toggle-source",
"templater-obsidian:create-new-note-from-template"
],
"alwaysUpdateLinks": true
"alwaysUpdateLinks": true,
"promptDelete": false
}
3 changes: 2 additions & 1 deletion .obsidian/community-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"obsidian-linter",
"cmdr",
"obsidian-footnotes",
"custom-sort"
"custom-sort",
"templater-obsidian"
]
7 changes: 6 additions & 1 deletion .obsidian/plugins/cmdr/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,12 @@
"spacing": 0,
"buttonWidth": 48,
"columnLayout": true,
"mappedIcons": [],
"mappedIcons": [
{
"commandID": "templater-obsidian:create-new-note-from-template",
"iconID": "copy"
}
],
"tooltips": false,
"heightOffset": 0
}
Expand Down
31 changes: 31 additions & 0 deletions .obsidian/plugins/templater-obsidian/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"command_timeout": 5,
"templates_folder": "",
"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,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"enable_ribbon_icon": true
}
Loading

0 comments on commit 9a7d475

Please sign in to comment.