Skip to content

Instantly share code, notes, and snippets.

@alexchiri
Last active December 10, 2015 08:28
Show Gist options
  • Save alexchiri/4408107 to your computer and use it in GitHub Desktop.
Save alexchiri/4408107 to your computer and use it in GitHub Desktop.
markdown_header.sublime-snippet
<snippet>
<content><![CDATA[
Title: ${1:title}
Date: ${2:date}
Tags:
Published: false
]]></content>
<tabTrigger>header</tabTrigger>
<scope>text.html.markdown</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment