Skip to content

Instantly share code, notes, and snippets.

@dannberg
Last active February 20, 2024 06:22
Show Gist options
  • Save dannberg/7617aa7f4198938352431b7a9f77f8d1 to your computer and use it in GitHub Desktop.
Save dannberg/7617aa7f4198938352431b7a9f77f8d1 to your computer and use it in GitHub Desktop.
Dann Berg's Meeting MOC document for Obsidian. Full instructions for implementation here: https://dannb.org/blog/2023/obsidian-meeting-note-template/. See the YouTube tutorial here: https://youtu.be/Ud16HOQoS5Q
[[+Home]] %% tags:: #MOC %%
# Meetings MOC
Meetings are timestamped events with other people, where information is exchanged and collected. Meeting notes are intrinsically ephemeral. They're stored in a separate Space than other Umami notes (`Timestamps/Meetings`) and rarely reviewed. If there's information in a meeting that needs to be accessed later, it should be moved into a more evergreen note in the Umami folder.
**Template:** [[Template, Meeting]]
```meta-bind-button
label: New Meeting
hidden: false
class: ""
tooltip: ""
id: ""
style: default
actions:
- type: templaterCreateNote
templateFile: Extras/Templates/Template, Meeting.md
folderPath: Timestamps/Meetings
fileName: TKTK
openNote: true
```
## Meeting Notes
```dataview
TABLE file.cday as Created, summary
FROM "Timestamps/Meetings" and -#MOC
SORT file.cday DESC
```
@dannberg
Copy link
Author

dannberg commented Feb 9, 2024

@marcmauger It looks like there's a bug with the Buttons plugin. Hopefully there's a fix soon, but others have found success swapping it out with Meta Bind.

I haven't tried it myself, but there are more details in a conversation in the comments of my Meeting Note template gist.

@dannberg
Copy link
Author

I just updated the original tutorial post to use the Meta Bind plugin rather than Buttons. If anyone here was having issues with creating new meeting notes via the button, this should solve it. https://dannb.org/blog/2023/obsidian-meeting-note-template/

@dannberg
Copy link
Author

Also, in case anyone prefers to learn via video, I just turned this post into a YouTube video: https://youtu.be/Ud16HOQoS5Q

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