Merge pull request #1 from thomasklemm/master

Snippet extension to include a text displayed on the dummy image
This commit is contained in:
Kenneth Reitz
2012-02-13 00:42:58 -08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff}</string>
<string>http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff}.png&text=${5:Text}</string>
<key>name</key>
<string>DummyImage Link</string>
<key>tabTrigger</key>
+1 -1
View File
@@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>content</key>
<string>&lt;img src="http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff}" width=$1 height=$2 alt="dummmy" /&gt;</string>
<string>&lt;img src="http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff}.png&text=${5:Text}" width=$1 height=$2 alt="dummy" /&gt;</string>
<key>name</key>
<string>HTML Dummy Image</string>
<key>scope</key>