From bf18768cc13b26e9d72b57fe0c2b546fdb62c965 Mon Sep 17 00:00:00 2001 From: Thomas Klemm Date: Sun, 12 Feb 2012 15:04:52 +0100 Subject: [PATCH 1/2] Display a text on the image --- Snippets/CSS Dummy Image.tmSnippet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snippets/CSS Dummy Image.tmSnippet b/Snippets/CSS Dummy Image.tmSnippet index 96a8122..50a3740 100644 --- a/Snippets/CSS Dummy Image.tmSnippet +++ b/Snippets/CSS Dummy Image.tmSnippet @@ -3,7 +3,7 @@ content - http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff} + http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff}.png&text=${5:Text} name DummyImage Link tabTrigger From 358b6a515d6d04b9cf4e6178d1cf0356a59ead63 Mon Sep 17 00:00:00 2001 From: Thomas Klemm Date: Sun, 12 Feb 2012 15:05:47 +0100 Subject: [PATCH 2/2] Update Snippets/HTML Dummy Image.tmSnippet --- Snippets/HTML Dummy Image.tmSnippet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Snippets/HTML Dummy Image.tmSnippet b/Snippets/HTML Dummy Image.tmSnippet index edf3dc3..f54dd34 100644 --- a/Snippets/HTML Dummy Image.tmSnippet +++ b/Snippets/HTML Dummy Image.tmSnippet @@ -3,7 +3,7 @@ content - <img src="http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff}" width=$1 height=$2 alt="dummmy" /> + <img src="http://dummyimage.com/${1:240}x${2:320}/${3:000}/${4:fff}.png&text=${5:Text}" width=$1 height=$2 alt="dummy" /> name HTML Dummy Image scope