alvesjtiago / hover-preview

Sublime Text 3 Plugin for previewing images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImagePreview

The Sublime Text image previewing plugin

Screenshot of ImagePreview, a plugin for Sublime Text by @alvesjtiago

Usage

  • 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)

Installation

Package Control

Search for "ImagePreview" and install.

Manual

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.

Requirements

  • to preview images that need conversion the plugin requires Imagemagick and that magick command is in your path.

Contribute

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.

About

Sublime Text 3 Plugin for previewing images.

License:MIT License


Languages

Language:Python 100.0%