matthias-vogt / hover-preview

Sublime Text 3 Plugin for previewing images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hover Preview

A Sublime Text 3 plugin to preview images on project simply by hovering on a file name.

Screenshot of Hover Preview, a plugin for Sublime Text 3 by @alvesjtiago

Note: Files referred by relative paths must be open on sidebar.

Installation

Package Control

Hover Preview has been approved on Package Control! 🎉 Search for "Hover Image Preview" and install.

Manual

macOS

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone --depth=1 https://github.com/alvesjtiago/hover-preview.git

Ubuntu

cd ~/.config/sublime-text-3/Packages
git clone --depth=1 https://github.com/alvesjtiago/hover-preview.git

Windows

cd "%APPDATA%\Sublime Text 3\Packages"
git clone --depth=1 https://github.com/alvesjtiago/hover-preview.git

Or manually create a folder named "hover-preview" on your Packages folder and copy the content of this repo to it.

Contribute

Hover Preview 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%