I’ve got an action that creates the front matter and markdown for posting to a static blog or site. Tagging has to be done like below where each tag is on a line and starts with a dash. Is there any way to get drafts to output the tags that way?
author: hallm
pubDatetime: [[date|%Y-%m-%dT%H:%M:%S]]
title: [[title]]
featured: true
draft: false
tags:
- tag1
- tag2
description: [[selection_only]]
[[body]]