AlexeyBoiko / DgrmJS

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

Looks amazing - is there any dev documentation for interactions / outputs? #33

Open tonypartridge opened 1 year ago

tonypartridge commented 1 year ago

I think this is the cleanest UI builder I have seen for flows/processes. I am envisaging adding forms to each shape to set out some properties and then control the process/flow for a powerful ProcessFlow Builder for an application. What is the best way to handle this with DgrmJS?

AlexeyBoiko commented 1 year ago

Hi! Thanks for the kind words.

What is the best way to handle this with DgrmJS?

Clone the repo. Implement your shapes. Look at circle shape. https://github.com/AlexeyBoiko/DgrmJS/blob/main/src/shapes/circle.js

Please note: source code in this repo is different from https://app.dgrm.net/ . app.dgrm.net has pro features like "undo/redo".

tobiashochguertel commented 11 months ago

is it planned to provide the pro features here?

AlexeyBoiko commented 11 months ago

Hi @tobiashochguertel Thanks for reaching out.

I'am planning (no promises) to create npm package with good API. I can't give a date right now. Right now I am focus on "live collaboration" feature. Users will be able to work simultaneously on the same diagram, like in Google Docs.