Started adding theatre stuff
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
---
|
||||
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
|
||||
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
|
||||
Production: <% tp.file.folder(true).split('/')[2] %>
|
||||
"Meeting #":
|
||||
Meeting Date & Time:
|
||||
Meeting @:
|
||||
Attendies:
|
||||
Regrets:
|
||||
Noshows:
|
||||
Type: Production Meeting
|
||||
---
|
||||
`<%* await tp.file.rename("Meeting-" + tp.date.now("DDMMYYYY")) %>`
|
||||
|
||||
# My Notes
|
||||
|
||||
# Notes from Other Production Team Members
|
||||
@@ -0,0 +1,8 @@
|
||||
views:
|
||||
- type: table
|
||||
name: Table
|
||||
filters:
|
||||
and:
|
||||
- Type == "Production Meeting"
|
||||
- '!file.path.startsWith("99 Meetings")'
|
||||
- Production == "REPLACE THIS MOLLY!"
|
||||
@@ -0,0 +1,30 @@
|
||||
---
|
||||
Title:
|
||||
User Group: <% tp.file.folder(true).split('/')[1] %>
|
||||
Playwright:
|
||||
Director:
|
||||
Producer:
|
||||
My Role:
|
||||
Opening Night:
|
||||
Closing Night:
|
||||
Dress Rehearsal:
|
||||
Q2Q:
|
||||
Tech Rehearsal:
|
||||
Rehearsals:
|
||||
Date Created: <% tp.date.now("DD-MM_MMM-YYYY") %>
|
||||
Date Modified: <% tp.file.last_modified_date("DD-MM_MMM-YYYY") %>
|
||||
Next Meeting:
|
||||
Next Meeting @:
|
||||
Type: Production
|
||||
Nextcloud Link:
|
||||
NAS Link:
|
||||
Shared Area Link:
|
||||
---
|
||||
# Todo List
|
||||
`Use Insert⸬Tasks to create a base, and then each todo item should be a task. Tasks inserted from meeting notes or rehearsals should show up here too.`
|
||||
|
||||
# Meetings
|
||||
`Use Insert⸬ProductionMeetings to create a base, and then use Create⸬ProductionMeeting insert meeting notes.`
|
||||
|
||||
# Rehearsals
|
||||
`Use Insert⸬Rehearsals to create a base, then use Create⸬Rehearsal to insert rehearsal notes`
|
||||
Reference in New Issue
Block a user