Forked from dannberg/obsidian-meeting-template.txt
Last active
July 18, 2024 17:47
-
-
Save bkcraft-1/633afeb6535f80d525b95998d93592a5 to your computer and use it in GitHub Desktop.
Dann Berg's Meeting template for Obsidian. Full implementation instructions here: https://dannb.org/blog/2023/obsidian-meeting-note-template/. See the YouTube tutorial here: https://youtu.be/Ud16HOQoS5Q
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
date: <% tp.file.creation_date() %> | |
type: meeting | |
company: | |
summary: " " | |
--- | |
tags: [[🗣 Meetings MOC]] | |
Date: [[<% tp.date.now("YYYY-MM-DD-dddd") %>]] | |
<% await tp.file.rename(tp.date.now("YYYY-MM-DD Hmm") + " " + tp.file.title) %> | |
# [[<% tp.date.now("YYYY-MM-DD Hmm") + " " + tp.file.title %>]] | |
**Attendees**: | |
- | |
## Agenda/Questions | |
- | |
## Notes | |
- | |
## Raw Transcribed | |
- <% tp.file.cursor() %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment