Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<%*
const fm = tp.frontmatter;
const created = fm.created || tp.file.creation_date("YYYY-MM-DD[T]HH:mm:ss");
const title = fm.title || await tp.system.prompt("Enter title");
const datePart = String(created).substring(0,10);
// Rename the file using the extracted date + current title
await tp.file.rename(`${datePart} ${title}`);
-%>
---
created: <% created %>
up:
- "[[Library]]"
title: <% title %>
source:
author:
published:
topics:
---