mdelobelle / metadatamenu

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

Setting multiple fileClasses with fileClass field alias #653

Open ticmain opened 6 months ago

ticmain commented 6 months ago

I can create a MultiSelect field and have it function/format properly

---
noteType:
  - book 
  - journal
---

However, if I set the FileClass Field alias to be that field, then the field selector turns into a single-select dropdown list, and the property formatting is messed up.

---
noteType: recipe
  - book 
  - journal
---