mdelobelle / metadatamenu

For data management enthusiasts : type and manage the metadata of your notes.
https://mdelobelle.github.io/metadatamenu
MIT License
477 stars 27 forks source link

Add a fileClass field that is a Select from files with a specific tag #697

Closed NeodymiumPhish closed 1 week ago

NeodymiumPhish commented 1 week ago

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 1 week ago

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!