vault backup: 2026-04-07 16:34:42
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<%*
|
||||
// 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);
|
||||
let date = 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") %>
|
||||
@@ -13,9 +13,6 @@ status: 🔴
|
||||
tags:
|
||||
- university
|
||||
---
|
||||
|
||||
# <% tp.file.title %>
|
||||
|
||||
## 📌 Summary
|
||||
|
||||
> [!abstract]
|
||||
@@ -24,3 +21,4 @@ tags:
|
||||
---
|
||||
|
||||
## 📝 Content
|
||||
|
||||
|
||||
Reference in New Issue
Block a user