Skip to content

Commit 34729b2

Browse files
committed
Improve preview generation for post cards
1 parent b0e318b commit 34729b2

File tree

23 files changed

+6066
-27
lines changed

23 files changed

+6066
-27
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
"templater-obsidian"
3+
]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"command_timeout": 5,
3+
"templates_folder": "/templates",
4+
"templates_pairs": [
5+
[
6+
"",
7+
""
8+
]
9+
],
10+
"trigger_on_file_creation": true,
11+
"auto_jump_to_cursor": false,
12+
"enable_system_commands": false,
13+
"shell_path": "",
14+
"user_scripts_folder": "",
15+
"enable_folder_templates": true,
16+
"folder_templates": [
17+
{
18+
"folder": "/",
19+
"template": "templates/post.md"
20+
}
21+
],
22+
"syntax_highlighting": true,
23+
"syntax_highlighting_mobile": false,
24+
"enabled_templates_hotkeys": [
25+
""
26+
],
27+
"startup_templates": [
28+
""
29+
],
30+
"enable_ribbon_icon": true
31+
}

0 commit comments

Comments
 (0)