Show Only Subtags in Bases Table?

I haven’t tested this yet but WhiteNoise mentioned

file.hasTag() is the solution regarding supporting nested tags in bases.

You’ll be able to search for parent tag in frontmatter-only tags with tags.filter(value.startsWith('parent'))

1 Like