Added more resources, started on electronic components, and configured PDF++
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<%*
|
||||
let title = await tp.system.prompt("Report Title");
|
||||
let num = await tp.system.prompt("Report Number");
|
||||
let locall = await tp.system.prompt("Local Link");
|
||||
let remotel = await tp.system.prompt("Remote Link");
|
||||
-%>
|
||||
---
|
||||
Type: Resource
|
||||
Resource Type: Report
|
||||
Publisher: Canadian Nuclear Laboratories
|
||||
Number: <% num %>
|
||||
Title: <% title %>
|
||||
Author:
|
||||
Local File Link: <% locall %>
|
||||
Remote File Link: <% remotel %>
|
||||
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⸬Report-CNL-" + tp.date.now("DDMMYYYYHHMMSS")) %>
|
||||
# <% num %> - <% title %>
|
||||
Reference in New Issue
Block a user