vault backup: 2026-04-18 01:28:21
This commit is contained in:
+10
-11
@@ -1,15 +1,14 @@
|
||||
---
|
||||
id: {{date:YYYY-MM-DDTHH:mm:ssZZ}}
|
||||
id: <% tp.file.title %>
|
||||
aliases: []
|
||||
title: {{date:YYYY-MM-DD HH:mm:ss}}
|
||||
tags:
|
||||
- status/draft
|
||||
title: <% tp.file.title %>
|
||||
tags: []
|
||||
dg-publish: true
|
||||
date-created: {{date:YYYY-MM-DDTHH:mm:ssZ}}
|
||||
daily: "[[{{date:YYYY-MM-DD}}]]"
|
||||
weekly: "[[{{date:gggg[w]ww}}]]"
|
||||
monthly: "[[{{date:YYYY-MM}}]]"
|
||||
quarterly: "[[{{date:YYYY[q]Q}}]]"
|
||||
yearly: "[[{{date:YYYY}}]]"
|
||||
daily: "[[<% tp.file.title.slice(0, 10) %>]]"
|
||||
---
|
||||
# {{date:YYYY-MM-DD HH:mm:ss}}
|
||||
# <% tp.file.title %>
|
||||
<%*
|
||||
// ensure daily note
|
||||
// await tp.file.create_new(tp.file.find_tfile("daily"), tp.file.title.slice(0, 10), true, "periodic/daily")
|
||||
await tp.user.ensure_exists(tp, "daily", tp.file.title.slice(0, 10), false, "periodic/daily")
|
||||
%>
|
||||
Reference in New Issue
Block a user