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.
Recommand reach Sublime SVG Preview via Package Control.
- Locate your Sublime Text Packages directory by using Sublime Text menu
Preferences->Browse Packages..... - Cloning the repository directly into your Sublime Text Packages directory.
git clone https://github.com/chunqiuyiyu/sublime-svg-preview svg-previewJust 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"
}