Skip to content

Instantly share code, notes, and snippets.

@vshap
Last active November 8, 2015 18:25
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 vshap/8174c1d595eabb160735 to your computer and use it in GitHub Desktop.
Save vshap/8174c1d595eabb160735 to your computer and use it in GitHub Desktop.
Reserve an placeholder for image based on placeholder website http://fakeimg.pl/
#
'.text.html':
'Fake image':
'prefix': 'fakeimg'
'body': '<!-- Should be replaced! --> \n<img src="http://fakeimg.pl/${1:350}x${2:200}/${3:EFEFEF}/${4:1E1E1E}/?text=${5:Img+placeholder}" alt="Image placeholder">'
#
# Add this code to snippets.cson of Atom
#
# Type fakeimg in your .html file
# press <Enter>
#
# Result of execution (by default):
#
# <!-- Should be replaced! -->
# <img src="http://fakeimg.pl/350x200/EFEFEF/1E1E1E/?text=Img+placeholder" alt="Image placeholder">
#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment