-
Tables that include tags as one of the header items are not displaying the tags in the columns, unless the tags are declared as a value (in frontmatter, or using dv keys). Is that expected behaviour? If so, is there some way to include regular Obsidian tags ('#tag1, #tag2)? Example: - The Dark Knight has tags in frontmatter. None of the other films do; they use the plain old hashtag tagname: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Can you transcribe your table query? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
If you try
your table shows the regular tags but not include the frontmatter values for the field 'tags'... because these aren't real tags (you can confirm that these tags aren't included/accounted in obsidian tag pane).
|
Beta Was this translation helpful? Give feedback.
-
@mnvwvnm Thanks, works like a charm. It's getting confusing - I sort of wish tags were tags no matter where they were listed. |
Beta Was this translation helpful? Give feedback.
If you try
your table shows the regular tags but not include the frontmatter values for the field 'tags'... because these aren't real tags (you can confirm that these tags aren't included/accounted in obsidian tag pane).
Two notes:
file.tags as tags
"file.tags" is the implicit data and "tags" is the name you want to show in table (you can choose, for example,file.tags as hot
)