vault backup: 2026-04-18 01:28:21
This commit is contained in:
+11
-7
@@ -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")
|
||||
%>
|
||||
Reference in New Issue
Block a user