Normally, the autocomplete of tags in obsidian will add this to the yaml tags section:
tags:
tag1
tag2
Proposed solution
I believe it should be
tags:
“#tag1”
“tag2”
by making this change, it wouldn’t impact the normal obsidian (afaik), but with plugins such as dataview, it could display tags as actual clickable tags instead of lists (see images)
thank you, it worked. Could there be an indication weather the tag is a quoted hashtag or not? And could there be a button in the edit menu to change all tags from all documents from one format to another?
You can see the format in Source Mode. I wouldn’t expect the developers to add that button, because the properties editor is meant to abstract away concerns like that. The Tag Wrangler plugin might have an option to convert tag property format (tho I suspect it doesn’t).