Files
uni_notes/99 Templates/New File Template.md
2026-04-08 09:07:20 +02:00

25 lines
381 B
Markdown

---
created: <% tp.date.now("YYYY-MM-DD HH:mm") %>
course:
topic:
related:
type: lecture
status: 🔴
tags:
- university
---
<%*
// Move the file to the Inbox immediately upon creation
let date = Math.floor(Date.now() / 60000);
let newName = `${date} - ${tp.file.title}`;
await tp.file.move("/00 Inbox/" + newName);
-%>
## 📌 Summary
> [!abstract]
>
---
## 📝 Content