mdelobelle / metadatamenu

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

`mdm` code block - allow to add css classes #569

Open KillyMXI opened 4 months ago

KillyMXI commented 4 months ago

With dataviewjs code blocks, I can do the following:

```dataviewjs
// ...

dv.container.classList.add('cards', 'cards-cover', 'cards-2-3');

Would like to be able to do the same for file class tables like this:
fileClass: movie
cssClass: cards cards-cover cards-2-3


(Also, I can't find any mention of `mdm` code block in documentation, only in release notes.)
mdelobelle commented 4 months ago

Good idea The documentation for mdm is here