New Resource : Lists
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<%*
|
||||
let title = await tp.system.prompt("Title");
|
||||
let description = await tp.system.prompt("Description");
|
||||
-%>
|
||||
---
|
||||
Type: Resource
|
||||
Resource Type: List
|
||||
Title: <% title %>
|
||||
Description: <% description %>
|
||||
Status:
|
||||
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
|
||||
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
|
||||
---
|
||||
<%* await tp.file.rename("Resource⸬List-" + tp.date.now("DDMMYYYYHHMMSS")) %>
|
||||
|
||||
# <% title %>
|
||||
|
||||
Reference in New Issue
Block a user