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

Graphviz​Preview

by munro ALL

SublimeText Plugin to quickly view a Graphviz snippet

Details

  • 0.1.1
  • github.​com
  • github.​com
  • 10 years ago
  • 22 minutes ago
  • 10 years ago

Installs

  • Total 8K
  • Win 4K
  • Mac 3K
  • Linux 1K
Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11
Windows 2 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 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1
Mac 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0
Linux 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 0 0 0 0 0 0 0 0 0 0 0 1 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