Started adding theatre stuff

This commit is contained in:
2026-07-24 06:57:42 -04:00
parent 631f09d70e
commit 8bd0f14155
8 changed files with 208 additions and 64 deletions
+3
View File
@@ -0,0 +1,3 @@
This list is for features I would like to add to the obsidian workspace someday.
- [ ] Meetings note type for projects (using the one for production meetings as a template)
- [ ] Actually get knowledgebases up and going
@@ -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`