I’ve created a table in Dataview and want a second column where all the tags for a note go. I’ve managed to create a second column with this code:
table tags
from "place"
sort file.name asc
However, in all columns there’s just: “-”. I understand that frontmatter can be used with Dataview but I already have a lot of notes with tags in them that aren’t in frontmatter which I want to be shown.
Hi thanks for the response! Is there a way to make a query for tags that aren’t in the frontmatter? So say I have multiple tags in different parts of one note is there a Dataview query that can show all these tags?