All Projects β†’ alvesjtiago β†’ hover-preview

alvesjtiago / hover-preview

Licence: MIT license
Sublime Text 3 Plugin for previewing images.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to hover-preview

sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (+16.67%)
Mutual labels:  sublime-text-3, sublime-text-plugin
sublime-phoenix-beagle
Sublime Text plugin to make development with Phoenix Framework better!
Stars: ✭ 22 (-47.62%)
Mutual labels:  sublime-text-3, sublime-text-plugin
simple-ftp-deploy
This package for Sublime Text 3 give you possibility to auto upload file to FTP server when you save local file.
Stars: ✭ 16 (-61.9%)
Mutual labels:  sublime-text-3, sublime-text-plugin
SublimeDiscordRP
πŸ“„ Discord rich presence for Sublime Text
Stars: ✭ 123 (+192.86%)
Mutual labels:  sublime-text-3, sublime-text-plugin
sublime-text
Subime Text 相关衄源攢集整理
Stars: ✭ 62 (+47.62%)
Mutual labels:  sublime-text-3, sublime-text-plugin
CodeChampion
Plays epic sound clips when you write epic code on sublime Text!
Stars: ✭ 30 (-28.57%)
Mutual labels:  sublime-text-3, sublime-text-plugin
CSSFontFamily
CSSFontFamily is a Sublime Text plugin with a collection of font stacks autocomplete.
Stars: ✭ 15 (-64.29%)
Mutual labels:  sublime-text-3, sublime-text-plugin
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (-33.33%)
Mutual labels:  sublime-text-3, sublime-text-plugin
sublime-text-theme-switcher-menu
Painless theme selection in Sublime Text ⚑
Stars: ✭ 18 (-57.14%)
Mutual labels:  sublime-text-3
zephir-sublime
Sublime Text syntax highlighting for for Zephir
Stars: ✭ 41 (-2.38%)
Mutual labels:  sublime-text-plugin
sublime rainbow csv
🌈Rainbow CSV - Sublime Text Package: Highlight columns in CSV and TSV files and run queeries in SQL-like language
Stars: ✭ 97 (+130.95%)
Mutual labels:  sublime-text-plugin
proxychanger
Go tool to change system and applications proxy
Stars: ✭ 15 (-64.29%)
Mutual labels:  sublime-text-3
sublime-import-helper
A Sublime Text Plugin that helps you to import your modules.
Stars: ✭ 69 (+64.29%)
Mutual labels:  sublime-text-plugin
sublimetext spanish
Spanish localization of Sublime Text 3 menus.
Stars: ✭ 34 (-19.05%)
Mutual labels:  sublime-text-3
sublime-meetio-theme
The most powerful and adaptive theme for Sublime Text 3
Stars: ✭ 71 (+69.05%)
Mutual labels:  sublime-text-3
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-66.67%)
Mutual labels:  sublime-text-3
LuaExtended
An improved ST3 Lua syntax definition.
Stars: ✭ 19 (-54.76%)
Mutual labels:  sublime-text-3
sublime-fish
A robust Sublime Text syntax package for fish
Stars: ✭ 32 (-23.81%)
Mutual labels:  sublime-text-3
SaneSnippets
Sublime Text snippets optimized for humans, not robots
Stars: ✭ 59 (+40.48%)
Mutual labels:  sublime-text-plugin
dimmed
πŸ‘” Dimmed Color Theme for Sublime Text 2/3
Stars: ✭ 18 (-57.14%)
Mutual labels:  sublime-text-3

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].