Sublime Forum

Image Viewer?

#1

I was wondering if there was currently any plugin that allowed for viewing of images along with image information such as dimensions, etc. from within sublime text itself. This feature exists in Coda, and there are numerous times I find it quite useful, especially being able to view image dimensions.

0 Likes

#2

from thread Image-Viewer

0 Likes

#3

Also, with the same plugin by clicking “Copy as Text -> Tag img” will copy to clipboard “

0 Likes

#4

UPDATE: Image-Viewer from Image-Viewer now opens images from CSS and HTML

Example
html:

<img src="img/image.png" /> | ^ cursor css:

    background: url(../img/image.png);
                            |
                            ^ cursor

Pressing the super+i opens the image viewer installed on your system by default.

0 Likes

#5

Very cool. thanks

0 Likes