Author: dreampuf
GraphvizOnline could let you debug the graphviz languages online. DEMO
The URL has the following format:
<protocol>://<host>#<hash>
, where hash
may be one of:
- actual Graphviz code (optionally URL-encoded)
- a Gist ID, optionally followed by a filename (e.g.
#aa5a315d61ae9438b18d/file.gv
) - a Gist ID, optionally follwed by a hash reference (e.g.
#aa5a315d61ae9438b18d#file-file-gv
) - like the URL of a public Gist
In case the filename is missing, a dialog is shown with a listing of all files within the Gist; any file selected henceforth is subsequently loaded and rendered.
- viz.js This repo has compile graphviz(C) to javascript via emscripten.
- ACE-editor An amazing online editor.
GraphvizOnline licensed under BSD-3 license. The dependencies:
- viz.js MIT
- ACE-editor BSD-2