Trying to apply patch 1
This commit is contained in:
Vendored
+9
-6
@@ -11,10 +11,14 @@
|
|||||||
"id": "a2f8c91697355824",
|
"id": "a2f8c91697355824",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "empty",
|
"type": "markdown",
|
||||||
"state": {},
|
"state": {
|
||||||
|
"file": "99 Toolkit/Unicode/Unicode Quick-Reference.md",
|
||||||
|
"mode": "source",
|
||||||
|
"source": false
|
||||||
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "New tab"
|
"title": "Unicode Quick-Reference"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -204,12 +208,12 @@
|
|||||||
"sheet-plus:Create excel file": false
|
"sheet-plus:Create excel file": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "7d1af6ae06eb66ea",
|
"active": "a2f8c91697355824",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"99 Toolkit/Manual/Todo List.md",
|
||||||
"22 Electronics Knowedgebase",
|
"22 Electronics Knowedgebase",
|
||||||
"29 Theatre Knowledgebase",
|
"29 Theatre Knowledgebase",
|
||||||
"99 Toolkit/Templates/Theatre-Related/Production.md",
|
"99 Toolkit/Templates/Theatre-Related/Production.md",
|
||||||
"99 Toolkit/Manual/Todo List.md",
|
|
||||||
"99 Toolkit/Templates/Project-Related/Project.md",
|
"99 Toolkit/Templates/Project-Related/Project.md",
|
||||||
"99 Toolkit/Templates/Theatre-Related/Meetings.base",
|
"99 Toolkit/Templates/Theatre-Related/Meetings.base",
|
||||||
"99 Toolkit/Templates/Theatre-Related/Meeting.md",
|
"99 Toolkit/Templates/Theatre-Related/Meeting.md",
|
||||||
@@ -228,7 +232,6 @@
|
|||||||
"99 Toolkit/Templates/Theatre-Related",
|
"99 Toolkit/Templates/Theatre-Related",
|
||||||
"09 Theatre Projects/Org⸬DRP/05.2026_MurderByTheBook",
|
"09 Theatre Projects/Org⸬DRP/05.2026_MurderByTheBook",
|
||||||
"09 Theatre Projects/Org⸬TACO",
|
"09 Theatre Projects/Org⸬TACO",
|
||||||
"09 Theatre Projects/Org⸬THEOP",
|
|
||||||
"01 Personal Projects/TestProject/TestIngOverdue.md",
|
"01 Personal Projects/TestProject/TestIngOverdue.md",
|
||||||
"01 Personal Projects/TestProject/TestProject.md",
|
"01 Personal Projects/TestProject/TestProject.md",
|
||||||
"99 Toolkit/Manual/Projects/➹ Future Projects & Planning.md",
|
"99 Toolkit/Manual/Projects/➹ Future Projects & Planning.md",
|
||||||
|
|||||||
@@ -0,0 +1,376 @@
|
|||||||
|
From 70c8c3c0b35783434af5c08dcc47b7662a1ef877 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Molly Zaugg <molly@zaugg.ca>
|
||||||
|
Date: Fri, 24 Jul 2026 10:04:00 -0400
|
||||||
|
Subject: [PATCH] Added EPRI-Report template
|
||||||
|
|
||||||
|
---
|
||||||
|
.obsidian/app.json | 3 +-
|
||||||
|
.../plugins/obsidian-icon-folder/data.json | 5 +-
|
||||||
|
.obsidian/plugins/quickadd/data.json | 63 +++++++++++
|
||||||
|
.obsidian/types.json | 3 +-
|
||||||
|
.obsidian/workspace.json | 106 +++++++++++-------
|
||||||
|
.../Project-Dashboards/Resources.base | 13 +++
|
||||||
|
.../Templates/Project-Related/Project.md | 3 +
|
||||||
|
.../Templates/Project-Related/Subtask.md | 1 +
|
||||||
|
99 Toolkit/Templates/Project-Related/Task.md | 1 +
|
||||||
|
.../Resource\342\270\254EPRI-Report.md" | 17 +++
|
||||||
|
10 files changed, 172 insertions(+), 43 deletions(-)
|
||||||
|
create mode 100644 99 Toolkit/Templates/Project-Dashboards/Resources.base
|
||||||
|
create mode 100644 "99 Toolkit/Templates/Project-Related/Work-Related/Resource\342\270\254EPRI-Report.md"
|
||||||
|
|
||||||
|
diff --git a/.obsidian/app.json b/.obsidian/app.json
|
||||||
|
index 5175b1a..3a475b1 100644
|
||||||
|
--- a/.obsidian/app.json
|
||||||
|
+++ b/.obsidian/app.json
|
||||||
|
@@ -2,5 +2,6 @@
|
||||||
|
"newFileLocation": "current",
|
||||||
|
"trashOption": "local",
|
||||||
|
"promptDelete": false,
|
||||||
|
- "alwaysUpdateLinks": true
|
||||||
|
+ "alwaysUpdateLinks": true,
|
||||||
|
+ "showLineNumber": true
|
||||||
|
}
|
||||||
|
\ No newline at end of file
|
||||||
|
diff --git a/.obsidian/plugins/obsidian-icon-folder/data.json b/.obsidian/plugins/obsidian-icon-folder/data.json
|
||||||
|
index 1858951..b3a2cf4 100644
|
||||||
|
--- a/.obsidian/plugins/obsidian-icon-folder/data.json
|
||||||
|
+++ b/.obsidian/plugins/obsidian-icon-folder/data.json
|
||||||
|
@@ -49,5 +49,8 @@
|
||||||
|
"04 Renovation Projects": "LiNotebook",
|
||||||
|
"09 Theatre Projects": "LiNotebook",
|
||||||
|
"29 Theatre Knowledgebase": "LiLightbulb",
|
||||||
|
- "22 Electronics Knowedgebase": "LiLightbulb"
|
||||||
|
+ "22 Electronics Knowedgebase": "LiLightbulb",
|
||||||
|
+ "01 Current Projects": "LiNotebook",
|
||||||
|
+ "02 Past Projects": "LiNotebook",
|
||||||
|
+ "03 Future Projects": "LiNotebook"
|
||||||
|
}
|
||||||
|
\ No newline at end of file
|
||||||
|
diff --git a/.obsidian/plugins/quickadd/data.json b/.obsidian/plugins/quickadd/data.json
|
||||||
|
index 02274d3..23dcee5 100644
|
||||||
|
--- a/.obsidian/plugins/quickadd/data.json
|
||||||
|
+++ b/.obsidian/plugins/quickadd/data.json
|
||||||
|
@@ -286,6 +286,35 @@
|
||||||
|
"kind": "prompt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
+ {
|
||||||
|
+ "id": "f0f3161b-7b34-4228-a735-c38cbbebfa88",
|
||||||
|
+ "name": "Create⸬Resource⸬EPRI-Report",
|
||||||
|
+ "type": "Template",
|
||||||
|
+ "command": false,
|
||||||
|
+ "templatePath": "99 Toolkit/Templates/Project-Related/Work-Related/Resource⸬EPRI-Report.md",
|
||||||
|
+ "fileNameFormat": {
|
||||||
|
+ "enabled": true,
|
||||||
|
+ "format": "~Resources/EPRI-Report.md"
|
||||||
|
+ },
|
||||||
|
+ "folder": {
|
||||||
|
+ "enabled": true,
|
||||||
|
+ "folders": [],
|
||||||
|
+ "chooseWhenCreatingNote": false,
|
||||||
|
+ "createInSameFolderAsActiveFile": true,
|
||||||
|
+ "chooseFromSubfolders": false
|
||||||
|
+ },
|
||||||
|
+ "appendLink": false,
|
||||||
|
+ "openFile": true,
|
||||||
|
+ "fileOpening": {
|
||||||
|
+ "location": "tab",
|
||||||
|
+ "direction": "vertical",
|
||||||
|
+ "mode": "default",
|
||||||
|
+ "focus": true
|
||||||
|
+ },
|
||||||
|
+ "fileExistsBehavior": {
|
||||||
|
+ "kind": "prompt"
|
||||||
|
+ }
|
||||||
|
+ },
|
||||||
|
{
|
||||||
|
"id": "5f4286c4-f607-49bd-98e5-0f2958d1ae20",
|
||||||
|
"name": "Insert⸬Followups",
|
||||||
|
@@ -388,6 +417,40 @@
|
||||||
|
"kind": "prompt"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
+ {
|
||||||
|
+ "id": "eac51b43-9d20-4859-89b0-0dfeb8f87d66",
|
||||||
|
+ "name": "Insert⸬Resources",
|
||||||
|
+ "type": "Template",
|
||||||
|
+ "command": false,
|
||||||
|
+ "templatePath": "99 Toolkit/Templates/Project-Dashboards/Resources.base",
|
||||||
|
+ "fileNameFormat": {
|
||||||
|
+ "enabled": true,
|
||||||
|
+ "format": "~Resources/Resources.base"
|
||||||
|
+ },
|
||||||
|
+ "folder": {
|
||||||
|
+ "enabled": true,
|
||||||
|
+ "folders": [],
|
||||||
|
+ "chooseWhenCreatingNote": false,
|
||||||
|
+ "createInSameFolderAsActiveFile": true,
|
||||||
|
+ "chooseFromSubfolders": false
|
||||||
|
+ },
|
||||||
|
+ "appendLink": {
|
||||||
|
+ "enabled": true,
|
||||||
|
+ "placement": "replaceSelection",
|
||||||
|
+ "requireActiveFile": false,
|
||||||
|
+ "linkType": "embed"
|
||||||
|
+ },
|
||||||
|
+ "openFile": false,
|
||||||
|
+ "fileOpening": {
|
||||||
|
+ "location": "tab",
|
||||||
|
+ "direction": "vertical",
|
||||||
|
+ "mode": "default",
|
||||||
|
+ "focus": true
|
||||||
|
+ },
|
||||||
|
+ "fileExistsBehavior": {
|
||||||
|
+ "kind": "prompt"
|
||||||
|
+ }
|
||||||
|
+ },
|
||||||
|
{
|
||||||
|
"id": "22fa27a0-1631-4643-b5b5-45ac0865048f",
|
||||||
|
"name": "Create⸬Production",
|
||||||
|
diff --git a/.obsidian/types.json b/.obsidian/types.json
|
||||||
|
index 58e2483..ec25f5f 100644
|
||||||
|
--- a/.obsidian/types.json
|
||||||
|
+++ b/.obsidian/types.json
|
||||||
|
@@ -44,6 +44,7 @@
|
||||||
|
"Meeting Date & Time": "datetime",
|
||||||
|
"Attendies": "multitext",
|
||||||
|
"Regrets": "multitext",
|
||||||
|
- "Noshows": "multitext"
|
||||||
|
+ "Noshows": "multitext",
|
||||||
|
+ "Date Start": "date"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
\ No newline at end of file
|
||||||
|
diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json
|
||||||
|
index cec12fb..123297d 100644
|
||||||
|
--- a/.obsidian/workspace.json
|
||||||
|
+++ b/.obsidian/workspace.json
|
||||||
|
@@ -4,17 +4,21 @@
|
||||||
|
"type": "split",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
- "id": "1aeda5fdcff9bb98",
|
||||||
|
+ "id": "a5f31815420b2b74",
|
||||||
|
"type": "tabs",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
- "id": "a2f8c91697355824",
|
||||||
|
+ "id": "2a2ed2e79e331d7e",
|
||||||
|
"type": "leaf",
|
||||||
|
"state": {
|
||||||
|
- "type": "empty",
|
||||||
|
- "state": {},
|
||||||
|
+ "type": "markdown",
|
||||||
|
+ "state": {
|
||||||
|
+ "file": "03 Future Projects/C6 Wireless Study/C6 Wireless Study.md",
|
||||||
|
+ "mode": "source",
|
||||||
|
+ "source": false
|
||||||
|
+ },
|
||||||
|
"icon": "lucide-file",
|
||||||
|
- "title": "New tab"
|
||||||
|
+ "title": "C6 Wireless Study"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
@@ -171,15 +175,37 @@
|
||||||
|
{
|
||||||
|
"id": "1dff25564ab94e8a",
|
||||||
|
"type": "leaf",
|
||||||
|
+ "state": {
|
||||||
|
+ "type": "highlightr-notes-view",
|
||||||
|
+ "state": {},
|
||||||
|
+ "icon": "lucide-ghost",
|
||||||
|
+ "title": "highlightr-notes-view"
|
||||||
|
+ }
|
||||||
|
+ },
|
||||||
|
+ {
|
||||||
|
+ "id": "2410824bf99f6a1a",
|
||||||
|
+ "type": "leaf",
|
||||||
|
"state": {
|
||||||
|
"type": "highlightr-notes-view",
|
||||||
|
"state": {},
|
||||||
|
"icon": "sticky-note",
|
||||||
|
"title": "Highlights & Notes"
|
||||||
|
}
|
||||||
|
+ },
|
||||||
|
+ {
|
||||||
|
+ "id": "e05701b2db78d9a7",
|
||||||
|
+ "type": "leaf",
|
||||||
|
+ "state": {
|
||||||
|
+ "type": "file-properties",
|
||||||
|
+ "state": {
|
||||||
|
+ "file": "03 Future Projects/C6 Wireless Study/C6 Wireless Study.md"
|
||||||
|
+ },
|
||||||
|
+ "icon": "lucide-info",
|
||||||
|
+ "title": "File properties for C6 Wireless Study"
|
||||||
|
+ }
|
||||||
|
}
|
||||||
|
],
|
||||||
|
- "currentTab": 3
|
||||||
|
+ "currentTab": 8
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"direction": "horizontal",
|
||||||
|
@@ -204,43 +230,43 @@
|
||||||
|
"sheet-plus:Create excel file": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
- "active": "7d1af6ae06eb66ea",
|
||||||
|
+ "active": "2a2ed2e79e331d7e",
|
||||||
|
"lastOpenFiles": [
|
||||||
|
- "22 Electronics Knowedgebase",
|
||||||
|
- "29 Theatre Knowledgebase",
|
||||||
|
- "99 Toolkit/Templates/Theatre-Related/Production.md",
|
||||||
|
- "99 Toolkit/Manual/Todo List.md",
|
||||||
|
+ "99 Toolkit/Templates/Project-Related/Work-Related/Resource⸬EPRI-Report.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources/Resource⸬EPRI-Report-24072026100723.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/C6 Wireless Study.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources/Resource⸬EPRI-Report-24072026100782.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources/Resource⸬EPRI-Report-24072026090763.md",
|
||||||
|
+ "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Customer.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources/Resource⸬EPRI-Report-24072026090708.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources/Resource⸬EPRI-Report-24072026090766.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources/Resources.base",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources/Test-24072026090746.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources/Resource⸬EPRI-Report-24072026090769.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources/Resource⸬EPRI-Report-24072026090736.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources/Resource⸬EPRI-Report-24072026090737.md",
|
||||||
|
+ "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Supplier.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources/Resource⸬EPRI-Report-24072026090723.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Resources",
|
||||||
|
+ "99 Toolkit/Templates/Project-Dashboards/Resources.base",
|
||||||
|
+ "99 Toolkit/Templates/Project-Dashboards/Tasks.base",
|
||||||
|
"99 Toolkit/Templates/Project-Related/Project.md",
|
||||||
|
- "99 Toolkit/Templates/Theatre-Related/Meetings.base",
|
||||||
|
- "99 Toolkit/Templates/Theatre-Related/Meeting.md",
|
||||||
|
- "09 Theatre Projects/Org⸬DRP/05.2026_MurderByTheBook/MurderByTheBook.md",
|
||||||
|
- "09 Theatre Projects/Org⸬DRP/05.2026_MurderByTheBook/~Meetings/Meeting-24072026.md",
|
||||||
|
- "09 Theatre Projects/Org⸬DRP/05.2026_MurderByTheBook/~Meetings/Meetings.base",
|
||||||
|
+ "99 Toolkit/Templates/Project-Dashboards/Deliverables.base",
|
||||||
|
"99 Toolkit/Unicode/Unicode Quick-Reference.md",
|
||||||
|
- "99 Toolkit/Templates/Project-Dashboards/Followups.base",
|
||||||
|
- "09 Theatre Projects/Org⸬DRP/05.2026_MurderByTheBook/~Meetings",
|
||||||
|
- "09 Theatre Projects/Org⸬DRP/05.2026_MurderByTheBook",
|
||||||
|
- "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Richard.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/Task 5 - Unit 2 Outage and Validation of Exlusion Zoning.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/Task 0 - Write Proposal/Task 0 - Write Proposal.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/Task 0 - Write Proposal/~Tasks.base",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/Task 0 - Write Proposal",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/Task 6 - Develop Implementation Specification.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/Task 4 - Exclsion Zoning.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/Task 3 - Critical Systems Information.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/Task 2 - Preparation of Methodology.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/Task 1 - Preparation of Equipment and Software.md",
|
||||||
|
"99 Toolkit/Templates/Project-Related/Subtask.md",
|
||||||
|
- "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Procurement.md",
|
||||||
|
- "99 Toolkit/Templates/Project-Related/Work-Related/Followup⸬Customer.md",
|
||||||
|
- "09 Theatre Projects/Org⸬DRP/05.2026_MurderByTheBook/05.2026_MurderByTheBook.md",
|
||||||
|
- "99 Toolkit/Templates/Theatre-Related",
|
||||||
|
- "09 Theatre Projects/Org⸬DRP/05.2026_MurderByTheBook",
|
||||||
|
- "09 Theatre Projects/Org⸬TACO",
|
||||||
|
- "09 Theatre Projects/Org⸬THEOP",
|
||||||
|
- "01 Personal Projects/TestProject/TestIngOverdue.md",
|
||||||
|
- "01 Personal Projects/TestProject/TestProject.md",
|
||||||
|
- "99 Toolkit/Manual/Projects/➹ Future Projects & Planning.md",
|
||||||
|
- "02 Electronics Projects/ZOE/ZOE.md",
|
||||||
|
- "02 Electronics Projects/➹ Future Projects & Planning/Preset Board/Preset Board.md",
|
||||||
|
- "02 Electronics Projects/➹ Future Projects & Planning/Mixer/Mixer.md",
|
||||||
|
- "02 Electronics Projects/➹ Future Projects & Planning/Ionizer/Ionizer.md",
|
||||||
|
- "02 Electronics Projects/➹ Future Projects & Planning/Ionizer/Keyboard.md",
|
||||||
|
- "02 Electronics Projects/➹ Future Projects & Planning/➹ Future Projects & Planning.md",
|
||||||
|
- "01 Personal Projects/Test Project/Test Project.md",
|
||||||
|
- "01 Personal Projects/Another Test Project/Another Test Project.md",
|
||||||
|
- "99 Toolkit/Manual/Projects/Follow-Up Base.md",
|
||||||
|
- "99 Toolkit/Manual/Manual.md"
|
||||||
|
+ "99 Toolkit/Templates/Project-Related/Task.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Deliverables/Deliverable-24072026090723.md",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Deliverables",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study/~Tasks.base",
|
||||||
|
+ "03 Future Projects/C6 Wireless Study"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
\ No newline at end of file
|
||||||
|
diff --git a/99 Toolkit/Templates/Project-Dashboards/Resources.base b/99 Toolkit/Templates/Project-Dashboards/Resources.base
|
||||||
|
new file mode 100644
|
||||||
|
index 0000000..e173641
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/99 Toolkit/Templates/Project-Dashboards/Resources.base
|
||||||
|
@@ -0,0 +1,13 @@
|
||||||
|
+views:
|
||||||
|
+ - type: table
|
||||||
|
+ name: Table
|
||||||
|
+ filters:
|
||||||
|
+ and:
|
||||||
|
+ - Type == "Resource"
|
||||||
|
+ - '!file.path.startsWith("99 Toolkit")'
|
||||||
|
+ - Project == "REPLACE THIS MOLLY!"
|
||||||
|
+ order:
|
||||||
|
+ - file.name
|
||||||
|
+ - Resource Type
|
||||||
|
+ - "Report #"
|
||||||
|
+ - Report Title
|
||||||
|
diff --git a/99 Toolkit/Templates/Project-Related/Project.md b/99 Toolkit/Templates/Project-Related/Project.md
|
||||||
|
index 75d16d7..f323e33 100644
|
||||||
|
--- a/99 Toolkit/Templates/Project-Related/Project.md
|
||||||
|
+++ b/99 Toolkit/Templates/Project-Related/Project.md
|
||||||
|
@@ -28,6 +28,9 @@ Nextcloud Link:
|
||||||
|
## Followups
|
||||||
|
`Follow the instructions in` [[Follow-Up Base]] `to get this working.`
|
||||||
|
|
||||||
|
+# Resources
|
||||||
|
+`Insert a resources base here`.
|
||||||
|
+
|
||||||
|
# Personal Notes
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/99 Toolkit/Templates/Project-Related/Subtask.md b/99 Toolkit/Templates/Project-Related/Subtask.md
|
||||||
|
index b584eb4..5ce234e 100644
|
||||||
|
--- a/99 Toolkit/Templates/Project-Related/Subtask.md
|
||||||
|
+++ b/99 Toolkit/Templates/Project-Related/Subtask.md
|
||||||
|
@@ -3,6 +3,7 @@ Project: <% tp.file.folder(true).split('/')[1] %>
|
||||||
|
Task: <% tp.file.folder(false) %>
|
||||||
|
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
|
||||||
|
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
|
||||||
|
+Date Start:
|
||||||
|
Date Due:
|
||||||
|
Description:
|
||||||
|
Priority:
|
||||||
|
diff --git a/99 Toolkit/Templates/Project-Related/Task.md b/99 Toolkit/Templates/Project-Related/Task.md
|
||||||
|
index 9542828..3a4e9cd 100644
|
||||||
|
--- a/99 Toolkit/Templates/Project-Related/Task.md
|
||||||
|
+++ b/99 Toolkit/Templates/Project-Related/Task.md
|
||||||
|
@@ -2,6 +2,7 @@
|
||||||
|
Project: <% tp.file.folder(false) %>
|
||||||
|
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
|
||||||
|
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
|
||||||
|
+Date Start:
|
||||||
|
Date Due:
|
||||||
|
Description:
|
||||||
|
Priority:
|
||||||
|
diff --git "a/99 Toolkit/Templates/Project-Related/Work-Related/Resource\342\270\254EPRI-Report.md" "b/99 Toolkit/Templates/Project-Related/Work-Related/Resource\342\270\254EPRI-Report.md"
|
||||||
|
new file mode 100644
|
||||||
|
index 0000000..f5abc32
|
||||||
|
--- /dev/null
|
||||||
|
+++ "b/99 Toolkit/Templates/Project-Related/Work-Related/Resource\342\270\254EPRI-Report.md"
|
||||||
|
@@ -0,0 +1,17 @@
|
||||||
|
+<%*
|
||||||
|
+let report = await tp.system.prompt("Report #")
|
||||||
|
+let title = await tp.system.prompt("Report Title:")
|
||||||
|
+let link = await tp.system.prompt("Link:")
|
||||||
|
+-%>
|
||||||
|
+<% "---" %>
|
||||||
|
+Type: Resource
|
||||||
|
+Resource Type: EPRI Report
|
||||||
|
+"Report #": <% report %>
|
||||||
|
+Report Title: <% title %>
|
||||||
|
+Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
|
||||||
|
+Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
|
||||||
|
+Resource Location: '<% link %>'
|
||||||
|
+Project: <% tp.file.folder(true).split('/')[1] %>
|
||||||
|
+<% "---" %>
|
||||||
|
+
|
||||||
|
+<%* await tp.file.rename("Resource⸬EPRI-Report-" + tp.date.now("DDMMYYYYHHMMSS")) %>
|
||||||
|
\ No newline at end of file
|
||||||
|
--
|
||||||
|
2.55.0.windows.3
|
||||||
|
|
||||||
Reference in New Issue
Block a user