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

Weird thing happening with Table View after adding in fileclass fields #644

Open LastTantrum opened 3 months ago

LastTantrum commented 3 months ago

image

As shown above, the fileclass fields are showing themselves in code format, I don't want it to be this way.

In another class (shown below) it's working fine.

image

I have tried deleting the parent class and the child classes in the one I'm having issues on but it kept repeating. I don't know how to fix this.

Plugins: dataview, kanban, quickadd, paste url into selection, metadata menu

LastTantrum commented 3 months ago

I should also add that this is what my normal view looks like for the thing I'm having issues on. (This is related to the first screenshot.)

image

While this is related to the 2nd ss and works just fine:

image

mdelobelle commented 3 months ago

Could you paste the yaml definition of your two fileclasses please?

LastTantrum commented 3 months ago

Hey @mdelobelle, thank you for the reply.

I don't quite understand what you mean by yaml definition. Could you clarify where I can find this?

LastTantrum commented 3 months ago

Even though I didn't understand what you said, I tried doing my best to find out what it is and took suggestions from other members. I might be wrong here so please correct me on what you need.

This is the sourcecode for the dataview that is showing issues. image

This is for the normal one that's working fine.

image image