- hover over an image filename (full, relative or just the name), a url or a data-url
- open the context menu and click on
Preview Image
(it's only visible when on an image identifier) - you can bind the "preview_image" command to a key or a mouse gesture (it is not bound by default)
Search for "ImagePreview" and install.
macOS
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone --depth=1 https://github.com/alvesjtiago/sublime-image-preview.git
Ubuntu
cd ~/.config/sublime-text-3/Packages
git clone --depth=1 https://github.com/alvesjtiago/sublime-image-preview.git
Windows
cd "%APPDATA%\Sublime Text 3\Packages"
git clone --depth=1 https://github.com/alvesjtiago/sublime-image-preview.git
Or manually create a folder named "ImagePreview" on your Packages folder and copy the content of this repo to it.
- to preview images that need conversion the plugin requires Imagemagick and that
magick
command is in your path.
ImagePreview is a small utility created by Tiago Alves. Any help on this project is more than welcome. Or if you find any problems, please comment or open an issue with as much information as you can provide.