Created
August 16, 2012 05:29
-
-
Save pztrick/3367120 to your computer and use it in GitHub Desktop.
ofa snippet for my fancyalbum plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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