37 lines
728 B
Markdown
37 lines
728 B
Markdown
<%*
|
||
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
|
||
|