Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Branch view (-viz, codemirror) #996

Open
Tracked by #1081
StoneCypher opened this issue Jul 6, 2022 · 0 comments
Open
Tracked by #1081

Branch view (-viz, codemirror) #996

StoneCypher opened this issue Jul 6, 2022 · 0 comments

Comments

@StoneCypher
Copy link
Owner

So sometimes when you get into a large-ish machine, it can be a little much to follow a complex chain statement.

CodeMirror allows plugins fairly easily, and those can have novel injected widgets. It seems that these can be tied to language elements.

If you were to hover a chain, and that chain put a unicode eyeball over the upper right hand corner, and then you were to hover said eyeball, and it popped another subwindow that contained a rendering of a graph were the graph just that chain, it would help in understanding how any given chain connected throughout the graph.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment