1
0
wiki/.obsidian/plugins/templater-obsidian/data.json
2023-11-09 17:30:33 +08:00

39 lines
892 B
JSON

{
"command_timeout": 5,
"templates_folder": "Templates",
"templates_pairs": [
[
"getWord",
"curl2 \"v1.hitokoto.cn/?c=d&c=e&c=h&c=i&c=k&c=j&encode=text&charset=utf-8\""
],
[
"getWeather",
"curl2 -H \"Accept-Language: zh\" \"wttr.in/%E9%83%91%E5%B7%9E?format=%l+%t+%c\""
],
[
"getMoon",
"curl2 -H \"Accept-Language: zh\" \"wttr.in/%E9%83%91%E5%B7%9E?format=%m\""
]
],
"trigger_on_file_creation": true,
"auto_jump_to_cursor": false,
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "Static",
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"template": ""
}
],
"syntax_highlighting": true,
"syntax_highlighting_mobile": false,
"enabled_templates_hotkeys": [
""
],
"startup_templates": [
""
],
"enable_ribbon_icon": true
}