For now only via css.
You can create a css snippet with something like
.dataview.small-text {
display: none;
}
You can also add to the snippet a cssclass to apply only in the wanted notes (using the cssclass
in frontmatter.
For now only via css.
You can create a css snippet with something like
.dataview.small-text {
display: none;
}
You can also add to the snippet a cssclass to apply only in the wanted notes (using the cssclass
in frontmatter.