[GH-ISSUE #194] Autosaving file #91

Closed
opened 2026-03-23 20:31:46 +00:00 by mirror · 2 comments
Owner

Originally created by @lbertelo01 on GitHub (Feb 27, 2024).
Original GitHub issue: https://github.com/RADar-AZDelta/Keun/issues/194

Originally assigned to: @BostoenToby on GitHub.

Would it be possible to automatically and frequently save the file that is currently worked on in Keun?

Accidently closing the keun page, forgetting to save the file before downloading, etc. would then not cause loss of work that had been done.

Thanks!

Originally created by @lbertelo01 on GitHub (Feb 27, 2024). Original GitHub issue: https://github.com/RADar-AZDelta/Keun/issues/194 Originally assigned to: @BostoenToby on GitHub. Would it be possible to automatically and frequently save the file that is currently worked on in Keun? Accidently closing the keun page, forgetting to save the file before downloading, etc. would then not cause loss of work that had been done. Thanks!
mirror 2026-03-23 20:31:46 +00:00
Author
Owner

@BostoenToby commented on GitHub (Feb 27, 2024):

I've added this feature in the past, but when testing the application it proved unreliable.
For this reason, I've added the save button.

The file would be saved on the event called "beforeNavigate", but the problem with this is that it sometimes navigates before completing the save.

I'll check what I can do to improve this so that it's reliable.

<!-- gh-comment-id:1966160885 --> @BostoenToby commented on GitHub (Feb 27, 2024): I've added this feature in the past, but when testing the application it proved unreliable. For this reason, I've added the save button. The file would be saved on the event called "beforeNavigate", but the problem with this is that it sometimes navigates before completing the save. I'll check what I can do to improve this so that it's reliable.
Author
Owner

@BostoenToby commented on GitHub (Mar 6, 2024):

Normally, this feature is enabled again.
I've kept the save button for people who like to manually save the file, but normally when leaving the page by one of the following ways will trigger the auto save:

  • Navigate through the back/forward arrows of the browser
  • Close the tab
  • Navigate to file selection
  • Navigate through the address bar in the browser
<!-- gh-comment-id:1981775737 --> @BostoenToby commented on GitHub (Mar 6, 2024): Normally, this feature is enabled again. I've kept the save button for people who like to manually save the file, but normally when leaving the page by one of the following ways will trigger the auto save: - Navigate through the back/forward arrows of the browser - Close the tab - Navigate to file selection - Navigate through the address bar in the browser
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RADar-AZDelta/archived-Keun#91
No description provided.