Fetch tags from YAML frontmatter only

What I’m trying to do

So I just wanna create a list of all notes with the tags in them (i.e. file.link with file.tags), nothing complicated. But instead of Dataview showing ALL the tags inside the files, I just want it to show the tags that are mentioned in the frontmatter. Is this possible to achieve?

file.frontmatter - this shows all notes where the frontmatter has tags.

table file.frontmatter.tags
where file.frontmatter.tags

1 Like

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