26 lines
376 B
Markdown
26 lines
376 B
Markdown
<%*
|
|
// 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)
|
|
-%>
|
|
---
|
|
created: <% tp.date.now("YYYY-MM-DD HH:mm") %>
|
|
course:
|
|
topic:
|
|
related:
|
|
type: lecture
|
|
status: 🔴
|
|
tags:
|
|
- university
|
|
---
|
|
## 📌 Summary
|
|
|
|
> [!abstract]
|
|
>
|
|
|
|
---
|
|
|
|
## 📝 Content
|
|
|