Things I have tried
For a sample file like this
---
file.tags: ['a', 'b']
---
#c
list file.tags from [[filename]]
Wanting something like this as output.
- a
- b
- c
Instead, the query returns
Dataview: Query returned 0 results.
What I’m trying to do
I want to have both types of tags combined into a single variable when queried from another page (like Map of Content).
In the example, by default, #c is the implicit field file.tags, However I am trying to append #aand #b through frontmatter.