kode-team / easylogic.studio

Fantastic Web Design Tool
https://editor.easylogic.studio
MIT License
494 stars 54 forks source link

Artboard (export/import selected artboard) #100

Closed danielmeloalencar closed 3 years ago

danielmeloalencar commented 3 years ago

Before redoing the timeline, I think that another essential feature would be to be able to export the selected artboard (as a component) and also to be able to import it into the current artboard. It is extremely easy to implement and extremely useful. Thank you!

easylogic commented 3 years ago

@danielmeloalencar

Ok, good idea.

I feel like I need it too. However, the editor now does not have a storage structure. If it is in a cloud format, it would be possible to store components immediately, but currently, we do not have a separate plan for the cloud.

If you have any ideas for export/import, I would like to share them with you.

Currently, the function of exporting and importing the entire project as JSON is implemented.

The artboard is not individual.

danielmeloalencar commented 3 years ago

Could be on localstorag

easylogic commented 3 years ago

Ok, I understand.

I'll create a structure that stores only artboards in localStorage.

danielmeloalencar commented 3 years ago

Thank you

easylogic commented 3 years ago

Due to the blob capacity such as image, it is currently implementing as IndexedDB.

danielmeloalencar commented 3 years ago

Perfect!