neo4j-labs / arrows.app

A graph drawing application
https://arrows.app
Apache License 2.0
107 stars 16 forks source link

save-as option #49

Closed jjansenvr closed 2 years ago

jjansenvr commented 2 years ago

I am trying to split up a drawing so i would like to save-as so i can save under another name.

apcj commented 2 years ago

Hi @jjansenvr I agree that this would be a very useful feature. I'll have a go at implementing it soon.

apcj commented 2 years ago

Hi again @jjansenvr this is now implemented. Looks like this:

image

I hope this works for you? Just make sure that you hard-reload the page to get the latest code.

jjansenvr commented 2 years ago

I have tested it and it works like a charm! this will improve the usability for me and others.

Thanks a lot for acting so promptly, If you like i can keep sending feedback in the form of issues for yu to improve the user experience.

I see your project code is not available on github, is it open source?

I work on the functional part of https://github.com/ibissource/frank-flow graphical interface on our opensource integration framework. now using your tool for a graph implementation for a customer.

jeroen