Can you guys help me with basic dataview?

I’ve tried to use basic YAML to create dataview lists and tables, but I wonder if the part “File” could be displayed as something else?

It looks like this:

But I would like it to 1) Not show up as “File”, or 2) If 1 is not possible, at least to not show the number of files?

The “code” (I don’t know if that is the correct term… sorry) looks like this:

Table  Dificultad, Ramo
FROM "ejemplos" 

Any kind soul out there willing to guide me? I am a newbie

You can get rid of the “File” column entirely by using TABLE WITHOUT ID instead of TABLE. You can change its name from “File” in the Settings → Dataview (look for the textbox that has “File” in it). Getting rid of the number requires #custom-css and so is a little more complicated; try searching the forum for “dataview-small-text” for guidance if you want to do that.

1 Like

Thank you very much!

1 Like

I struggled for a long time to even get started with a dataview, and then I found this very useful guide.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.