Where should I put tags?

Hi,

I tried to put tags inside YAML front matter like this:

tags: #abc, #def

but it seems to have no effect. Moving that line out of YAML front matter makes it work, but I am confused. Shouldn’t it be the other way around?

or

tags: [foo, bar]

or

tags:
- baz
- quux
3 Likes

thank you, much appreciated!

I like to use

tags: ["#abc", "#def"]

because that way works for Obsidian and any other app that searchers the files for #hashtags.

3 Likes

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