23 lines
642 B
Markdown
23 lines
642 B
Markdown
<%*
|
|
let title = await tp.system.prompt("Software Title");
|
|
let num = await tp.system.prompt("Software Publisher");
|
|
let locall = await tp.system.prompt("Local Link");
|
|
let remotel = await tp.system.prompt("Remote Link");
|
|
-%>
|
|
---
|
|
Type: Resource
|
|
Resource Type: Software
|
|
Publisher: <% num %>
|
|
Title: <% title %>
|
|
Local File Link: <% locall %>
|
|
Remote File Link: <% remotel %>
|
|
Description:
|
|
Status:
|
|
EULA: false
|
|
EULA Link:
|
|
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⸬Software-" + tp.date.now("DDMMYYYYHHMMSS")) %>
|
|
# <% num %> - <% title %>
|