/SublimeGraphvizPreview

SublimeText Plugin to quickly view a Graphviz snippet

Primary LanguagePythonBSD 4-Clause "Original" or "Old" LicenseBSD-4-Clause

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!

Example video of plugin

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)

  1. Download the zip
  2. Rename resulting folder to GraphvizPreview
  3. Place the folder in your Sublime Text Packages folder

Changelog

Next release

  • Add Windows & Linux Support
  • Configurable hot key
  • Configurable dot binary location

v0.1.1

  • Added Sublime Text 3 Support

v0.1.0

  • Created preview plugin for Sublime Text 2 on Mac OS