From 264df1df7f25e9fa4c6899897ce4953c2caf53df Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 23 May 2020 13:39:04 -0400 Subject: snippets and emmet --- snips/markdown.snippets | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 snips/markdown.snippets (limited to 'snips') diff --git a/snips/markdown.snippets b/snips/markdown.snippets new file mode 100644 index 00000000..cdfbe5cc --- /dev/null +++ b/snips/markdown.snippets @@ -0,0 +1,9 @@ +snippet meta(data)? "Markdown metadata front matter" br +--- +title: $1 +date: "`!v strftime("%Y-%m-%d")`" +image: "$2" +author: "$3" +tags: [$4] +--- +endsnippet -- cgit v1.2.3