-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Unsaved Files Give Warning When Opening New Yarn Files #94
Comments
that is actually fairly easy to implement. I will pick it up if nobody is interested :) |
… that progress might be lost- whenever a fileis already opened - requested in #94
implemented via dbf94c9 |
If we don't have an autosave feature yet, it might be a good time to stick one in. Even just a single Autosave.json to the root directory every 15 minutes could be a lifesaver for someone. You've been working really hard at this @blurymind. It's very appreciated :) |
@Flyingvette can you open a new issue about it please :) It would help me with closing this one. Lets discus how it will work there |
@Flyingvette this is now in the latest electron version - you can enable automatic file saving by editing a json settings file that yarn editor creates when you close it. open yarn-electron and close it. Then edit
to be
5 will make it auto save every 5 minutes Later on I plan to expose these settings to a config gui |
I've lost a fair bit of work but forgetting to manually save my yarn file and moving to work on another. It would be great if the editor warned you of unsaved changes when you select to open a new file.
The text was updated successfully, but these errors were encountered: