-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Option to disable autosave. #482
Comments
I'm not sure I understand the issue with auto-saving to a file that is managed by GitHub. How does this cause issues? |
The issue in my case is that I keep minder mindmap with other code in one repository. When I want to check something in the mindmap, minder automatically makes changes to the file and saves them (moving around for some reason changes the data in the file). |
The mindmap file is changed because Minder keeps track of the scroll position so that if the app is closed and reopened, the app looks the same as it did before the close which is a usability feature of elementary OS apps. |
The elementary OS HIG is also the reason why the app auto saves. I don't wish to alter this feature of the app. |
I am asking just for an option in app preferences, I am not saying that it should be disabled by default or anything like that. |
FYI, I'm in the process of implementing a change for #503 that should at least fix the issue of Minder saving scroll and zoom changes to the Minder file. I'm not indicating that I won't consider adding a manual save feature to preferences, but at least that change should help to alleviate the bulk of your issues. |
Hi, just to add my support to have such option in the preferences; I've lost work a few times after a very difficult to reproduce bug that rarely happens makes many nodes disappear (involving cutting and pasting); I have to go back to some backup while if the autosave was disabled I wouldn't lose my work... |
2023, and this option has to exist, on multiple occasions I have lost hours of work when
|
yea, please disable autosave, it crashed my work! |
Do you have a stack trace of the crash? |
I guess what I'm getting at here is to know if the problem was actually in the save code or not. If the code to save a mindmap has a bug which leads to an application crashing, that same could could cause the application to crash when manually saving. Understanding and fixing the source of the crash is more important than disabling auto-save. |
Hi, I would like to ask you to add an option to disable autosave. It would be useful for the people that keep their minder files in git repositories.
Best regards,
Maciej Błędkowski @mbledkowski
The text was updated successfully, but these errors were encountered: