Created
October 12, 2016 07:43
-
-
Save MoritzBuetzer/058ea4176a584880e25da7a0d19c30ce to your computer and use it in GitHub Desktop.
Sublime Text snippet for placehold.it images
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[ | |
<img alt="${5:Placeholder}" title="${5:Placeholder}" src="//placehold.it/${1:350}x${2:200}/${3:D20000}/${4:FFFFFF}/"> | |
]]></content> | |
<tabTrigger>placeholdit</tabTrigger> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tabTrigger :
placeholdit
This snippet tabs through all of the available options:
350
200
D20000
FFFFFF
Placeholder