Last active
April 1, 2025 23:08
-
-
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
This file contains hidden or 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]] | |
```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 | |
``` |
Hey Dan. Thats for the reply. I should have gone back and deleted it as I
figured it out fairly quickly. Without AI! Score a much needed one for
humanity! Thanks for the work you put in and how you share it. The
videos were super helpful to me. I've been inspired (and assisted) to
take my Obsidian game up several notches thanks to you. I owe you a
coffee to be sure. Thanks again for the prompt response, and all that you
do you. Cheers
…On Mon, Jan 13, 2025 at 9:27 AM Dann Berg ***@***.***> wrote:
***@***.**** commented on this gist.
------------------------------
@moshin34 <https://github.com/moshin34> ChatGPT is surprisingly good at
making edits to Dataview tables. Give it the dataview table code from the
template, along with your new requirements, and it should pop something out
for you to try. If it doesn't work, keep playing with ChatGPT until it
does. You can event copy/paste the dataview docs page for sources (
https://blacksmithgu.github.io/obsidian-dataview/reference/sources/) and
play around until you get it right.
Basically, you'll just need to edit the FROM part of the code based on
either the directory structure you use, or if you want to use tags/links
instead. My directory structure is different, so I'm not able to test
myself, but ChatGPT is a friend when I'm trying to modify tables I find
online to suit my purposes.
—
Reply to this email directly, view it on GitHub
<https://gist.github.com/dannberg/7617aa7f4198938352431b7a9f77f8d1#gistcomment-5387483>
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BCY66I67MPKR7P37NOCBVSD2KPEL3BFKMF2HI4TJMJ2XIZLTSKBKK5TBNR2WLJDUOJ2WLJDOMFWWLO3UNBZGKYLEL5YGC4TUNFRWS4DBNZ2F6YLDORUXM2LUPGBKK5TBNR2WLJDHNFZXJJDOMFWWLK3UNBZGKYLEL52HS4DFVRZXKYTKMVRXIX3UPFYGLK2HNFZXIQ3PNVWWK3TUUZ2G64DJMNZZDAVEOR4XAZNEM5UXG5FFOZQWY5LFVEYTEMJTGU2TONJRU52HE2LHM5SXFJTDOJSWC5DF>
.
You are receiving this email because you were mentioned.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@moshin34 ChatGPT is surprisingly good at making edits to Dataview tables. Give it the dataview table code from the template, along with your new requirements, and it should pop something out for you to try. If it doesn't work, keep playing with ChatGPT until it does. You can event copy/paste the dataview docs page for sources (https://blacksmithgu.github.io/obsidian-dataview/reference/sources/) and play around until you get it right.
Basically, you'll just need to edit the FROM part of the code based on either the directory structure you use, or if you want to use tags/links instead. My directory structure is different, so I'm not able to test myself, but ChatGPT is a friend when I'm trying to modify tables I find online to suit my purposes.