vault backup: 2026-04-18 01:28:21

This commit is contained in:
2026-04-18 01:28:22 -04:00
parent cade76bc24
commit 0743e6f194
352 changed files with 1885 additions and 1251 deletions
+11 -7
View File
@@ -1,11 +1,15 @@
---
id: {{date:YYYY-MM}}
id:
aliases: []
title: {{date:YYYY-MM}}
tags:
- status/draft
title: <% tp.file.title %>
tags: []
yearly: "[[<% tp.file.title.slice(0, 4) %>]]"
previous: "[[<% moment(tp.file.title, 'YYYY-MM').subtract(1,'months').format('YYYY-MM') %>]]"
dg-publish: true
date-created: {{date:YYYY-MM-DDTHH:mm:ssZ}}
yearly: "[[{{date:YYYY}}]]"
---
# {{date:YYYY-MM}}
# <% tp.file.title %>
<%*
// ensure yearly note
// app.vault.create("periodic/yearly/" + tp.file.title.slice(0, 4) + ".md", "")
await tp.user.ensure_exists(tp, "yearly", tp.file.title.slice(0, 4), false, "periodic/yearly")
%>