14 lines
395 B
Markdown
14 lines
395 B
Markdown
---
|
|
id: <% tp.file.title %>
|
|
aliases: []
|
|
title: <% tp.file.title %>
|
|
tags: []
|
|
dg-publish: true
|
|
daily: "[[<% tp.file.title.slice(0, 10) %>]]"
|
|
---
|
|
# <% 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")
|
|
%> |