I have been porting over my worldbuilding document to Obsidian as I really like a number of features that Obsidian allows me to do. However there are some issues that I would love to solve
What I’m trying to do
I am trying to populate a metadata tag with a dynamically generated list
The list element was simple enough, querry the proper tag, include a where clause to have a link to this file. That works. But as soon as you put it in the YAML context it fails to work. This makes sense, but perhaps some guru can show me the way here. Thanks
Things I have tried
LIST
FROM #NPC
WHERE City = this.file.link
Works outside of YAML context.
Also tried some “join” related options but those also fail.