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,30 @@
<%*
const fm = tp.frontmatter;
const created = fm.created || tp.file.creation_date("YYYY-MM-DD[T]HH:mm:ss");
let title = fm.title
if (!title){
title = await tp.system.prompt("Enter name");
}
let first = fm.first
if (!first){
first = await tp.system.prompt("Enter fist date", String(created).substring(0,10));
}
datePart = String(first).substring(0,10);
await tp.file.rename(`${title} ${datePart}`);
-%>
---
created: <% created %>
category:
- "[[People]]"
type:
- "[[Patients]]"
title: <% title %>
first: <% first %>
location:
- "[[Harplands Hospital Ward 1]]"
memory-trigger:
archived: false
---