feature: update templates with new templater v1
This commit is contained in:
@@ -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"}
|
||||
24839
.obsidian/plugins/templater-obsidian/main.js
vendored
24839
.obsidian/plugins/templater-obsidian/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -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
|
||||
|
||||
13
.obsidian/plugins/templater-obsidian/styles.css
vendored
13
.obsidian/plugins/templater-obsidian/styles.css
vendored
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user