-
-
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
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
[[+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