-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hey,
I tried running the project locally and tested the editor.
I noticed a serious problem that can affect users.
The Issue
Right now, when we type in the editor:
- The changes are only stored in memory (temporary)
- There is no clear save system
So if:
- the app is refreshed
- or the tab is closed
Cause : all the written content can be lost
What I expected
- A way to save the file (like Ctrl/Cmd + S)
- Or auto-save in the background
- Or at least a warning before closing
Suggested fix
- Add manual save (Ctrl/Cmd + S)
- Add auto-save (every few seconds)
- Show warning if user tries to leave without saving
Happy to help implement this if needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels