Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AfaqNasir/9ee72c5ae916e07a7a4622d4c1b304fa to your computer and use it in GitHub Desktop.
Save AfaqNasir/9ee72c5ae916e07a7a4622d4c1b304fa to your computer and use it in GitHub Desktop.
Dann Berg's Meeting MOC document for Obsidian. Read more about his Obsidian workflow for managing meetings: https://dannb.org
[[+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]]
```button
name New Meeting
type note(Timestamps/Meetings/TKTK) template
action Template, Meeting
templater true
```
## Meeting Notes
```dataview
TABLE file.cday as Created, summary
FROM "Timestamps/Meetings" and -#MOC
SORT file.cday DESC
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment