Christian Lagerkvist
Christian Lagerkvist
I can see the appeal when you work with FF and NR on a daily basis, but to add some counterbalance I'm not overly excited about an "Immersive Node-RED experience"....
My target group does not code so I solved this the following way: First we need a utility function: ``` function getLeftNodes(node, type) { var arr = RED.nodes .filterLinks({ target:...
I... simply created a new tab, named it myNode, copied and wired _startNode, use templots, nodemakerhtml and finish node_. Should scale with one node per tab.
It _does_ scale with one node per tab :>
Oh, that makes sense. I want that! =)
_I think_ this solved it for me. Still testing, however the sporadic behavior displayed in this thread suggests that __IF__ you happened to nudge your mouse/pad even the tiniest bit...
I'm not entire sure its worth the effort. It would marginally remove the issue around getting the formatting right when adding new settings, unless the new settings contain commas themselves....
[This](https://github.com/xyflow/xyflow/discussions/5495) for reference. It helps to reason about _components_ instead of nodes. Each component provides an atomic function, consequenlty composable into complex functions. https://github.com/user-attachments/assets/4dfa9d2b-331d-431a-a817-bf6eb04eb151
> as the nodes aren't really "nodes" anymore They don't have visible ports if thats's what you mean. They're nodes in all intents and purposes of classical FPB — they...
You're right — I originally went down that path to chart the territory: * It implies duplicating all the drawing logic * The drawing logic is deeply intertwined with, and...