This commit is contained in:
Oscar Plaisant
2024-12-17 18:49:14 +01:00
parent c891129430
commit 3a5cad8e48
520 changed files with 20726 additions and 344954 deletions

View File

@@ -12,10 +12,17 @@
"enable_system_commands": false,
"shell_path": "",
"user_scripts_folder": "",
"enable_folder_templates": false,
"enable_folder_templates": true,
"folder_templates": [
{
"folder": "",
"folder": "/",
"template": "templates/default new note.md"
}
],
"enable_file_templates": false,
"file_templates": [
{
"regex": ".*",
"template": ""
}
],

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"id": "templater-obsidian",
"name": "Templater",
"version": "2.7.2",
"version": "2.9.1",
"description": "Create and use templates",
"minAppVersion": "1.5.0",
"author": "SilentVoid",