device-60.home 2025-10-5:17:37:34
This commit is contained in:
10
.obsidian/plugins/auto-template-trigger/data.json
vendored
Normal file
10
.obsidian/plugins/auto-template-trigger/data.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"folderSpecificTemplates": [
|
||||
{
|
||||
"folderPath": "/",
|
||||
"templateName": "default new note"
|
||||
}
|
||||
],
|
||||
"disablePrompt": false,
|
||||
"debug": false
|
||||
}
|
1999
.obsidian/plugins/auto-template-trigger/main.js
vendored
Normal file
1999
.obsidian/plugins/auto-template-trigger/main.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
9
.obsidian/plugins/auto-template-trigger/manifest.json
vendored
Normal file
9
.obsidian/plugins/auto-template-trigger/manifest.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"id": "auto-template-trigger",
|
||||
"name": "Auto Template Trigger",
|
||||
"version": "1.3.2",
|
||||
"minAppVersion": "1.2.1",
|
||||
"description": "Automatically apply or prompt for a template when creating a note. Supports assigning templates to folders.",
|
||||
"author": "Numeroflip",
|
||||
"isDesktopOnly": false
|
||||
}
|
9
.obsidian/plugins/auto-template-trigger/styles.css
vendored
Normal file
9
.obsidian/plugins/auto-template-trigger/styles.css
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
:root {
|
||||
--auto-template-prompt-modal-opacity: 100;
|
||||
}
|
||||
|
||||
.modal-container {
|
||||
opacity: var(--auto-template-prompt-modal-opacity);
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
}
|
Reference in New Issue
Block a user