Skip to content

[Help] {{tags}} separator in --format #343

Closed Answered by mickael-menu
mawkler asked this question in Help
Discussion options

You must be logged in to vote

tags is a list of strings, you can iterate over it:

{{#each tags}}{{this}}{{#if @last}}{{else}}, {{/if}}{{/each}}

You can learn more about the templating system here.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mawkler
Comment options

Answer selected by mawkler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants