chunqiuyiyu / sublime-svg-preview

Sublime Text plugin to preview SVG files.
https://packagecontrol.io/packages/SVG%20Preview
MIT License
2 stars 1 forks source link
previewer sublime-text-3 sublime-text-plugin svg

Sublime SVG Preview Package Control

Sublime Text plugin to preview SVG files.

Important tip: You must install Inkscape before you use this plugin, this plugin only works with Sublime Text 3.

Preview

Install

Package Control

Recommand reach Sublime SVG Preview via Package Control.

Manually

  1. Locate your Sublime Text Packages directory by using Sublime Text menu Preferences -> Browse Packages.....
  2. Cloning the repository directly into your Sublime Text Packages directory.
    git clone https://github.com/chunqiuyiyu/sublime-svg-preview svg-preview

Usage

Just right-click and select SVG Preview in contextmenu when you view SVG file.

If you want to use hotkey, open menu Preferences -> Key Bindings and add key bindings like these:

{
  "keys": ["ctrl+shift+v"],
  "command": "svg_preview"
}

Similar Project

SVG Viewer @YariKartoshe4ka

Credits

@gwenzek

License

MIT