SublimeGraphvizPreview icon indicating copy to clipboard operation
SublimeGraphvizPreview copied to clipboard

Support for files with Graphviz(dot) syntax

Open rwieckowski opened this issue 11 years ago • 1 comments

Generate preview for the entire file when Graphviz(dot) syntax selected

rwieckowski avatar May 22 '14 20:05 rwieckowski

https://github.com/munro/SublimeGraphvizPreview/commit/747ed23d50c26a84d72fd4586cb525d646b96dfc @rwieckowski hey I branched off your PR, let me know if this commit works for your workflow. What it does it 1) try selection 2) try surround snippet 3) try entire file. also made it so if there's a graphviz syntax error, it shows in a popup

munro avatar Feb 28 '17 03:02 munro