vault backup: 2026-08-07 16:17:51

This commit is contained in:
2026-08-07 16:17:51 -04:00
parent a2947dc4b9
commit d8bc7854a8
11 changed files with 114 additions and 12 deletions
+12
View File
@@ -1,3 +1,15 @@
<%*
const year = tp.date.now("YYYY");
const date = tp.date.now("YYYY-MM-DD");
const baseFolder = "20 Work/Ideas";
const yearFolder = `${baseFolder}/${year}`;
if (!app.vault.getAbstractFileByPath(yearFolder)) {
await app.vault.createFolder(yearFolder);
}
await tp.file.move(`${yearFolder}/${date}`);
-%>
# {{title}}
**Date:** {{date}}