Files
Main/Templates/Meeting Template.md
2024-12-02 15:11:30 +01:00

37 lines
728 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<%*
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