ncase / loopy

A tool for thinking in systems
http://ncase.me/loopy/
Creative Commons Zero v1.0 Universal
1.62k stars 212 forks source link

gear Node and Edge #36

Open 1000i100 opened 4 years ago

1000i100 commented 4 years ago

gear or scriptable : Special Nodes and Edges with a textarea to add custom behavior in JS (or other)

It feel more simple to me than functionnal group, but less secure. I don't know how to make scriptable node or edge really safe : User can add code in a demo and make it run in other user browser, so it's a XSS / CSRF paradize. Perhaps browser are secure enouth and this is not a problem, but i'm not sure.

What's your feeling about making scriptable nodes and edges in loopy ?