Open huttarl opened 7 years ago
Just realized this was the same feature request as https://math.stackexchange.com/questions/13841/online-tool-for-making-graphs-vertices-and-edges#comment3873659_1559374
I think I must have read that comment earlier, and retained the idea but forgot the source.
It would be nice to be able to pass a graph by URL, e.g.
to pass the URL-encoded adjacency list
14:[16],15:[14],16:[15]
. This would be much more convenient for the recipient than "save this adjacency list file, visit the graphrel URL, find where you saved the file, and upload it."Granted there would be length limitations. But for small graphs it could be very handy.
The URL could be generated in javascript based on the current adjacency list and made available to the user via a chain link icon or something.