1774767884

This commit is contained in:
Docker7530
2026-03-29 15:04:47 +08:00
parent 798019bbbf
commit 6b9ac80177
16 changed files with 104 additions and 401 deletions
@@ -0,0 +1,11 @@
<%*
const name = tp.date.now("YYYY-MM-DD_HH-mm-ss");
await tp.file.rename(name);
setTimeout(() => {
const editor = app.workspace.activeEditor?.editor;
if (editor) {
editor.setCursor(0, 0);
editor.focus();
}
}, 150);
-%>