feature: add a starter kit
This commit is contained in:
1
.obsidian/plugins/templater-obsidian/data.json
vendored
Normal file
1
.obsidian/plugins/templater-obsidian/data.json
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{"command_timeout":5,"template_folder":"templates","templates_pairs":[["",""]],"locale":"en"}
|
||||
22745
.obsidian/plugins/templater-obsidian/main.js
vendored
Normal file
22745
.obsidian/plugins/templater-obsidian/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
.obsidian/plugins/templater-obsidian/manifest.json
vendored
Normal file
10
.obsidian/plugins/templater-obsidian/manifest.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"id": "templater-obsidian",
|
||||
"name": "Templater",
|
||||
"version": "0.5.7",
|
||||
"description": "Create and use templates",
|
||||
"minAppVersion": "0.9.20",
|
||||
"author": "SilentVoid",
|
||||
"authorUrl": "https://github.com/SilentVoid13",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
48
.obsidian/plugins/templater-obsidian/styles.css
vendored
Normal file
48
.obsidian/plugins/templater-obsidian/styles.css
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
.templater_div {
|
||||
border-top: 1px solid var(--background-modifier-border);
|
||||
}
|
||||
|
||||
.templater_div > .setting-item {
|
||||
border-top: none !important;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.templater_div > .setting-item > .setting-item-control {
|
||||
justify-content: space-around;
|
||||
padding: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.templater_div > .setting-item > .setting-item-control > .setting-editor-extra-setting-button {
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.templater_title {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
margin-top: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.templater_template {
|
||||
align-self: center;
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
.templater_cmd {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.templater_div2 > .setting-item {
|
||||
align-content: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.templater_button:hover {
|
||||
background-color: #00496A !important;
|
||||
}
|
||||
Reference in New Issue
Block a user