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