SublimeGraphvizPreview
SublimeGraphvizPreview copied to clipboard
SublimeText Plugin to quickly view a Graphviz snippet
GraphvizPreview—SublimeText Plugin
Simply highlight a graphviz snippet in your file, and hit super+shift+g to view it. You can also click in the the body of a snippet. Easy!

Install
Install the package GraphvizPreview through Package Control. Works with Sublime Text 2 and Sublime Text 3 Beta.
Install Dependencies
This package also requires dot to be installed.
MacOS
Install graphviz using Homebrew
brew install graphviz
Installation (Manual)
For windows:
- Download and install GraphViz.
- Add the GraphViz bin folder to the env PATH variable (C:\Program Files (x86)\Graphviz\bin)
Common:
- Download the zip.
- Rename resulting folder to
GraphvizPreview. - Place the folder in your Sublime Text Packages folder.
Changelog
Next release
- Add Windows & Linux Support
- Configurable hot key
- Configurable
dotbinary location
v0.1.1
- Added Sublime Text 3 Support
v0.1.0
- Created preview plugin for Sublime Text 2 on Mac OS