Closed djdeath closed 10 years ago
But for now we could make a button that does window.open(graph.toJSON(" ")) or similar.
Just trying to explain why I'm interested in this : My use case for now is to get graph in and out of the web browser. I'm working on at least 2 laptops (work/home) and right now I have to rewrite my graphs when I switch from one laptop to another. Although the graph.toJSON() works to get a dump, the opposite (loading a dump) doesn't, I haven't managed to load a graph from a different web browser.
@djdeath so the initial acceptable state would be something like import/export?
Yeah, that would be great :)
Slowly getting there with GitHub access...
Oh nice :)
working on the downloading flows now, needed to fix noflo-github to work on browser first.
initial commit/push UI:
...and first repository created this way: https://github.com/bergie/foobar
Still a bit buggy, however. But at least you can get your stuff out.
Not sure if it's related to #64 but I would really like to be able press a button to save a graph in a json file, as well as the opposite, load a json file into a new graph. This is mostly to be able to store the result in a git repo.