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
@@ -1,3 +1,14 @@
<%*
const year = tp.date.now("YYYY");
const date = tp.date.now("YYYY-MM-DD");
const baseFolder = "20 Work/Decisions";
const yearFolder = `${baseFolder}/${year}`;
if (!app.vault.getAbstractFileByPath(yearFolder)) {
await app.vault.createFolder(yearFolder);
}
await tp.file.move(`${yearFolder}/${date}`);
-%>
# {{title}}
- 🟡 **Proposed** — Decision is being considered; not final yet.