Add a fileClass field that is a Select from files with a specific tag
NeodymiumPhish opened this issue · 1 comments
NeodymiumPhish commented
So, I'm trying to make life easier by using Metadata Menu to allow me to select from a list of files tagged with a specific tag when I create a certain type of note.
For example, with I create a new "deal", I want to have a SELECT field type called "site" where I can select from a list of my notes that are tagged with #site.
I'm no good with Dataview yet, so I'm failing to understand how to get this to work correctly.
NeodymiumPhish commented
Figured it out... Based on the example text in that input, it should be p => p.file.name
, not p.name
. Once I updated that, this modal worked as expected!