vault backup: 2025-02-03 08:29:48
This commit is contained in:
15
Templates/Default Template.md
Normal file
15
Templates/Default Template.md
Normal file
@@ -0,0 +1,15 @@
|
||||
<%*
|
||||
let title = tp.file.title;
|
||||
if (title.startsWith("Untitled")) {
|
||||
title = await tp.system.prompt("Title");
|
||||
await tp.file.rename(title);
|
||||
}
|
||||
tR += "---"
|
||||
%>
|
||||
title: <%* tR += title %>
|
||||
created_date: <% tp.file.creation_date('YYYY-MM-DD') %>
|
||||
updated_date: <% tp.file.creation_date('YYYY-MM-DD') %>
|
||||
aliases:
|
||||
tags:
|
||||
---
|
||||
# <%* tR += title %>
|
||||
Reference in New Issue
Block a user