Feature Request: Graphical representation of the nodes/graph #14
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think it would be very cool if, the player could export a graphical representation of the parsed story, for rapid review/analysis.
Here's an example of what such a graph could look like :
https://observablehq.com/@d3/mobile-patent-suits
Although D3 is a huge dependency. flowchart.js seems like a smaller candidate:
https://flowchart.js.org/
I have investigated this a bit more. It seems https://mermaid-js.github.io/ might be the optimal candidate for this. Its output is not unpleasant to the eye, it isn't a huge dependency.