ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Graphviz​Preview

by munro ALL

SublimeText Plugin to quickly view a Graphviz snippet

Details

Installs

  • Total 8K
  • Win 4K
  • Mac 3K
  • Linux 1K
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 2 0 2 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0
Mac 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

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 dot binary location

v0.1.1

  • Added Sublime Text 3 Support

v0.1.0

  • Created preview plugin for Sublime Text 2 on Mac OS