GraphvizWebEditor
GraphvizWebEditor copied to clipboard
Online editor for Graphviz DOT files.
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [symfony/process](http://symfony.com) ([source](https://togithub.com/symfony/process)) | require | major | `~5.0` -> `~6.0` |...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [league/flysystem](https://togithub.com/thephpleague/flysystem) | require | major | `~2.0` -> `~3.0` | ---...
Instead of the PHP ridden mess it is now, the template should been clean XML parsed by PHPTAL.
The current implementation of the UI does not play nice with smaller screens and (in combination with the text-area enhancement) does not work on mobile devices. Although supporting phones might...
This is a follow-up from Issue #4. The question that remains is what to do with the errors from a previous run? We should save the generated output in a...
To be able to run this on Heroku we need to move file storage away from the local file system and into some external file storage. The [Amazon Web Services...
We need to have an API endpoint for consumers to access directly. This would also expose the functionality to embed graph text,log and images from other sources. This needs to...
Currently the submit causes a full POST, causing a delay in the rendering, this should be replaced by an AJAX call, accompanied by a visual cue to show this is...
Although there is a sound logic behind having to submit a graph before the image is updated, it can be handy at time (working on smaller or more experimental graphs)...