Display tags seperately without #tag

I am using Hugo to host my blog via Obsidian.

It require front matter like this

---
title: fourth
tags:
  - thumbnail
  - secondone
---

image

I use templater to generate front matter.

when I use <% tp.file.tags %> It fetches tags from the file like this :

tags : #abc #def

I want it like

tags:
- abc
- def

How do I do it ? Please help :pray:

Im using this plugin to force the conversion of tags in yaml array from single-line to multi-line

related rules of format tags

1 Like

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