AlexeyBoiko / DgrmJS

Dgrm.net - flowchart editor. Works on desktop, phone and tablet. Has no dependency. Pure JavaScript.
https://dgrm.net
Apache License 2.0
906 stars 83 forks source link

creating connected node when dragging the connection link #23

Closed asith-w closed 1 year ago

asith-w commented 1 year ago

This is cool tool. is it possible to extend? I need to create new connected node when Link is dragged or if user press tab key, new node is added to canvas with link. could you give idea to extend the above feature if it is possible image

AlexeyBoiko commented 1 year ago

Hello @asith-w.

I recommend to wait for the new version. I can't promise this feature will be added, but you will get new code. I'll try to help when I finish refactoring.

Currently I'am working on completely new version. New version will have less code, code will be easier and more productive. You can follow the progress in "dev" branch.

asith-w commented 1 year ago

@AlexeyBoiko Great. I wish to contribute if I understand the code :)