Replies: 1 comment
-
You can capture to multiple notes with macros. Variables populated in a macro step will be accessible / shared in subsequent steps. For this specific use case, you'd probably want to create a script that figures out which people are mentioned. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 want to build a vault for logging events, similar to this example QuickAdd capture. Each event will append an entry in the form
HH:mm [[activity name]] [with:: [[person]]]
. For example:If the field
with
exists, then the events are also capture in the person log. So[[Alice]]
will haveand
[[Bob]]
will haveIs that possible?
Also asked in Obsidian Forum
Beta Was this translation helpful? Give feedback.
All reactions