BWheatie / draw-o-matic

Digital Whiteboard
9 stars 0 forks source link

Save File #1

Closed BWheatie closed 4 years ago

BWheatie commented 4 years ago

Either through a hot key or button, a user should be able to save a file and restore and existing session.

Ideally there would be an image as the thumbnail and the graph in the meta data.

BWheatie commented 4 years ago

A hot key(super + s) is implemented to save files. On init, if a file exists, it will load.

Next step is to ask a user for a filename. Believe this will be best in another viewport that is just a text field. Once this is implemented, init should ask what file to open or start new project.

BWheatie commented 4 years ago

Saving should also show a flash message up top.

BWheatie commented 4 years ago

This works in master. Ideally this would using the platform specific windows to do this but this has an ugly solution for now.