dylan-k
3/31/2016 - 5:54 PM

snippet for sublime text note-taking

snippet for sublime text note-taking

<snippet>
  <content><![CDATA[
---
title: ${1:title}
date: 
tags: ${2:#@work}
---
]]></content>
<tabTrigger>note</tabTrigger>
<description>Create a simple YAML header</description>
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
  <!-- <tabTrigger>hello</tabTrigger> -->
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
  <!-- <scope>source.python</scope> -->
</snippet>