This commit is contained in:
Oscar Plaisant
2024-05-28 11:16:33 +02:00
parent 4fb583f44a
commit ba4a8f79e1
104 changed files with 1413 additions and 4564 deletions

View File

@@ -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,