Added resources

This commit is contained in:
2026-07-25 10:00:32 -04:00
parent 0fa4d79354
commit ef3fb4be25
9 changed files with 178 additions and 9 deletions
@@ -16,6 +16,7 @@ Shared Area Link:
OneDrive Link:
Nextcloud Link:
---
`<%* await tp.file.rename(tp.file.folder(false)) %>` 
# Scope & Description
@@ -25,10 +26,18 @@ Nextcloud Link:
# Tasks & Subtasks
`Follow the instructions in` [[Tasks Base]] `to get this working`
## Followups
# Followups
`Follow the instructions in` [[Follow-Up Base]] `to get this working.`
# Resources
`Insert the resources base here.`
# Personal Notes
`<%* await tp.file.rename(tp.file.folder(false)) %>` 
# Links
## Deliverables
`Add deliverables here, add links so that each deliverable is associated with a project.`
## Tasks
`Add 1st level tasks here.`
## Resources
`Add resource linsk here`
@@ -10,4 +10,4 @@ Project: <% tp.file.folder(true).split('/')[1] %>
Type: Followup
---
`<%* await tp.file.rename("Followup⸬Generic-" + tp.date.now("DDMMYYYYHHMMSS")) %>` 
<%* await tp.file.rename("Followup⸬Generic-" + tp.date.now("DDMMYYYYHHMMSS")) %>
@@ -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:
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-" + tp.date.now("DDMMYYYYHHMMSS")) %>
# <% num %> - <% title %>