moonslide-app / moonslide

Editor to create presentations with Markdown and Reveal.js
MIT License
7 stars 1 forks source link

Add menu toolbar #21

Closed triumphvalley closed 1 year ago

triumphvalley commented 1 year ago

Adds the following functionality to the app menu:

Additionally, the whole editore-store is saved to localstorage, so we don't have to save files before closing, as the current state is retained in the localstorge.

Closes #24

simonschuhmacher commented 1 year ago

I think it would be nice to set window.setDocumentEdited(true) (https://www.electronjs.org/docs/latest/api/browser-window#winsetdocumenteditededited-macos) when the document has unsaved changes.

simonschuhmacher commented 1 year ago

Otherwise, everything looks really nice, UX has already improved by a lot by adding keyboard shortcuts!

simonschuhmacher commented 1 year ago

I think it would be nice to set window.setDocumentEdited(true) (https://www.electronjs.org/docs/latest/api/browser-window#winsetdocumenteditededited-macos) when the document has unsaved changes.

Moved to #29