feature: update templates with new templater v1

This commit is contained in:
Ben Hong
2021-05-06 15:00:21 -04:00
parent 2b703c8bf2
commit a6f9279b65
63 changed files with 3505 additions and 23990 deletions

View File

@@ -1 +1 @@
{"command_timeout":5,"template_folder":"templates","templates_pairs":[["",""]],"locale":"en"}
{"command_timeout":5,"template_folder":"templates","templates_pairs":[["",""]],"trigger_on_file_creation":true,"enable_system_commands":false,"shell_path":"","locale":"en"}

File diff suppressed because one or more lines are too long

View File

@@ -1,9 +1,9 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "0.5.7",
"version": "1.6.0",
"description": "Create and use templates",
"minAppVersion": "0.9.20",
"minAppVersion": "0.11.13",
"author": "SilentVoid",
"authorUrl": "https://github.com/SilentVoid13",
"isDesktopOnly": false

View File

@@ -46,3 +46,16 @@
.templater_button:hover {
background-color: #00496A !important;
}
.templater-prompt-div {
display: flex;
}
.templater-prompt-form {
display: flex;
flex-grow: 1;
}
.templater-prompt-input {
flex-grow: 1;
}