25 lines
381 B
Markdown
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
|