diff options
author | Chris <[email protected]> | 2021-03-13 01:40:17 -0500 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-13 01:40:17 -0500 |
commit | 4433ad011a0ac06d48262f02a67efd05144b9ad8 (patch) | |
tree | 1be61debdf9b6b377df7372d4933f0182d276b14 /utils/snips/markdown.snippets | |
parent | aae481ce96cefb7fd9d459877054f38c4ae27920 (diff) |
simplifying things
Diffstat (limited to 'utils/snips/markdown.snippets')
-rw-r--r-- | utils/snips/markdown.snippets | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/utils/snips/markdown.snippets b/utils/snips/markdown.snippets new file mode 100644 index 00000000..7e77ffb3 --- /dev/null +++ b/utils/snips/markdown.snippets @@ -0,0 +1,10 @@ +snippet meta(data)? "Markdown metadata front matter" br +--- +title: $1 +date: "`!v strftime("%Y-%m-%d")`" +image: "$2" +author: "$3" +tags: [$4] +--- +endsnippet + |