Last active
December 1, 2016 16:58
-
-
Save gpressutto5/d4ee50216833d9fe6097c20ae3c973e0 to your computer and use it in GitHub Desktop.
Generates a placehold.it image URL. Default image: http://placehold.it/350x350/cccccc/777777.jpg?text=Hello+World
This file contains hidden or 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
<snippet> | |
<content><![CDATA[ | |
http://placehold.it/${1:350}x${2:$1}/${3:cccccc}/${4:777777}.${5:jpg}?text=${0:Hello+World} | |
]]></content> | |
<tabTrigger>placehold</tabTrigger> | |
<scope>text.html</scope> | |
<description>Generates an image link</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment