Skip to content

Instantly share code, notes, and snippets.

@dannberg
Last active July 18, 2024 20:21
Show Gist options
  • Save dannberg/9056b89437110e62766689772437fe46 to your computer and use it in GitHub Desktop.
Save dannberg/9056b89437110e62766689772437fe46 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
---
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") + " " + tp.file.title) %>
# [[<% tp.date.now("YYYY-MM-DD") + " " + tp.file.title %>]]
**Attendees**:
-
## Agenda/Questions
-
## Notes
-
@bkcraft-1
Copy link

bkcraft-1 commented Jul 18, 2024

Hi @dannberg!, these templates have totally changed my daily workflow in Obsidian! Thanks so much for sharing them.

I just wanted to comment to say that for my workflow (numerous rapid fire back to back meetings), I really needed to get around the parsing issue with filenames being the same. I added an Hmm timestamp to the file name to create unique files for each just to facilitate quick creation.
The reason I need it to be quick is because if I have an impromptu meeting, I can create the file, open Obsidian on my phone, and use voice typing to transcribe the meeting in a raw format to a section I added at the bottom. I added a tp.file.cursor to the Raw Transcribed section as well.

This is very unobtrusive and adaptable to many circumstances. You just have to go back and organize things once you get the chance.
I wanted to comment here in case anyone else would find it handy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment