vault backup: 2026-05-04 17:15:02

This commit is contained in:
2026-05-04 17:15:02 -04:00
parent ff99ba112d
commit d0527ac4f6
45 changed files with 385 additions and 182 deletions
+3
View File
@@ -33,4 +33,7 @@ else if (/^20\d\d$/.test(title)) {
await tp.app.vault.delete(file);
await tp.file.create_new(tp.file.find_tfile("yearly"), title, true, "periodic/yearly");
}
else {
// await tp.file.create_new(tp.file.find_tfile("untitled"), title, true, "");
}
%>