Replies: 1 comment
|
Really sorry this one sat unanswered for so long. Everything you wanted is doable natively now, and the tricky part - reusing the exact generated filename in both the meeting note and the daily-note link - has a clean solution. Here's the whole thing. Create a Macro choice ("New meeting") with two steps: Step 1 - Template (creates the meeting note):
Step 2 - Capture (adds the checklist line to your daily note):
Because both steps run in the same pass, Entering "Standup" and "14:30" created If you'd rather use a Markdown-style link, Docs: https://quickadd.obsidian.guide/docs/FormatSyntax#filenamecurrent |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I currently track my meetings and link to their notes on my Daily Note. It looks something like this:
I notice the filename is a unique identifier down to the second. I would like the following workflow:
meeting nameaboveMy problem is I am wondering can I capture the unique filename string and then reuse it so that the entry in the Daily Note matches the filename creation?
All reactions