Skip to content

Instantly share code, notes, and snippets.

@pztrick
Created August 16, 2012 05:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pztrick/3367120 to your computer and use it in GitHub Desktop.
Save pztrick/3367120 to your computer and use it in GitHub Desktop.
ofa snippet for my fancyalbum plugin
<!-- Insert Fancy Album
{% fancyalbum 123x456[!] %}
image.png[: label]
{% endfancyalbum %}
-->
<snippet>
<content><![CDATA[
{% fancyalbum ${1:weight}x${2:height}${3:[!]} %}
${4:image.png[: label]}
{% endfancyalbum %}
]]></content>
<tabTrigger>ofa</tabTrigger>
<description>Octopress - Insert fancy album</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment