update
This commit is contained in:
2
.obsidian/plugins/templater-obsidian/main.js
vendored
2
.obsidian/plugins/templater-obsidian/main.js
vendored
@@ -3659,7 +3659,7 @@ var Templater = class {
|
||||
const oldSelections = doc.listSelections();
|
||||
doc.replaceSelection(output_content);
|
||||
if (active_editor.file) {
|
||||
await app.vault.modify(active_editor.file, editor.getValue());
|
||||
await app.vault.append(active_editor.file, "");
|
||||
}
|
||||
app.workspace.trigger("templater:template-appended", {
|
||||
view: active_view,
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "templater-obsidian",
|
||||
"name": "Templater",
|
||||
"version": "2.3.2",
|
||||
"version": "2.3.3",
|
||||
"description": "Create and use templates",
|
||||
"minAppVersion": "1.5.0",
|
||||
"author": "SilentVoid",
|
||||
|
Reference in New Issue
Block a user