First Commit
This commit is contained in:
36
Templates/Meeting Template.md
Normal file
36
Templates/Meeting Template.md
Normal file
@@ -0,0 +1,36 @@
|
||||
<%*
|
||||
let title = tp.file.title;
|
||||
if (title.startsWith("Untitled")) {
|
||||
title = await tp.system.prompt("Meeting Name");
|
||||
await tp.file.rename(title);
|
||||
}
|
||||
tp.file.move("0 Journal/Meetings/" + title)
|
||||
tR += "---"
|
||||
%>
|
||||
title: <%* tR += title %>
|
||||
created_date: <% tp.file.creation_date('YYYY-MM-DD') %>
|
||||
updated_date: <% tp.file.creation_date('YYYY-MM-DD') %>
|
||||
meeting_date:
|
||||
aliases:
|
||||
tags:
|
||||
type: habit
|
||||
status: not_started
|
||||
---
|
||||
# <%* tR += title %>
|
||||
- **🏷️Tags** : #<% tp.file.creation_date('MM-YYYY') %> #habit
|
||||
---
|
||||
## Meeting Summary
|
||||
### Participants
|
||||
-
|
||||
### Summary
|
||||
> [!important] <%* tR += title %>
|
||||
> Please summarize the meeting here
|
||||
|
||||
## Preparation
|
||||
### Questions
|
||||
- [ ]
|
||||
|
||||
### Points to Discuss
|
||||
-
|
||||
## Meeting Minutes
|
||||
|
||||
Reference in New Issue
Block a user