Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvesjtiago/hover-preview
Sublime Text 3 Plugin for previewing images.
https://github.com/alvesjtiago/hover-preview
python sublime-text-3 sublime-text-plugin
Last synced: 16 days ago
JSON representation
Sublime Text 3 Plugin for previewing images.
- Host: GitHub
- URL: https://github.com/alvesjtiago/hover-preview
- Owner: alvesjtiago
- License: mit
- Created: 2016-12-06T09:44:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T16:03:34.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T05:23:51.413Z (3 months ago)
- Topics: python, sublime-text-3, sublime-text-plugin
- Language: Python
- Size: 759 KB
- Stars: 44
- Watchers: 8
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ImagePreview
### The Sublime Text image previewing plugin
![Screenshot of ImagePreview, a plugin for Sublime Text by @alvesjtiago](screenshot.png)
## 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_
```sh
cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages
git clone --depth=1 https://github.com/alvesjtiago/sublime-image-preview.git
```_Ubuntu_
```sh
cd ~/.config/sublime-text-3/Packages
git clone --depth=1 https://github.com/alvesjtiago/sublime-image-preview.git
```_Windows_
```sh
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](https://www.imagemagick.org/script/download.php) and that `magick` command is in your path.
## Contribute
ImagePreview is a small utility created by [Tiago Alves](https://twitter.com/alvesjtiago).
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.