Currently, users must open or inspect individual nodes to understand their specific logic or configuration. In large or complex graphs, this makes it difficult to quickly visualize the overall program flow.
I propose adding a "Quick View" feature that displays a summary of the node's logic/parameters when a user interacts with it.
Trigger: Hovering over a node (or single-clicking).
how do i plan to implement it?
- have a summary string variable in program itself that can be displayed.
- user themself add summary to a node
This feature could be a big quality of life for people who just care about viewing the flow of graph. Also, in general this is a good thing to have.