summaryrefslogtreecommitdiff
path: root/utils/snips/markdown.snippets
blob: 7e77ffb31741f3b6b481ac8c3604cedf24359081 (plain)
1
2
3
4
5
6
7
8
9
10
snippet meta(data)? "Markdown metadata front matter" br
---
title: $1
date: "`!v strftime("%Y-%m-%d")`"
image: "$2"
author: "$3"
tags: [$4]
---
endsnippet