You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autosave is the default behavior in other web based office suites (such as Office 365 and Google) saving the file in real time as the user makes edits. The current default for filestash requires actively saving changes. I understand this is a question of "preference" and users could want it either way. As I see it, the "safer" default would be auto save as this minimizes risk of lost work and is consistent with user experience/expectation from other platforms.
Making this change only requires updating line 443 of the plugin file to: "autosave": true,
Thank you for your consideration of this request.
The text was updated successfully, but these errors were encountered:
Autosave is the default behavior in other web based office suites (such as Office 365 and Google) saving the file in real time as the user makes edits. The current default for filestash requires actively saving changes. I understand this is a question of "preference" and users could want it either way. As I see it, the "safer" default would be auto save as this minimizes risk of lost work and is consistent with user experience/expectation from other platforms.
Making this change only requires updating line 443 of the plugin file to:
"autosave": true,
Thank you for your consideration of this request.
The text was updated successfully, but these errors were encountered: