Description of the need
We recently did a minor update to 1.19.0 which broke Backup Migrate module. We were worried that there would be a high chance that users would be upgrading their sites before they upgrade BaM, at which point it would crash the site. There were discussions then about how to warn users who were planning to upgrade core that they should upgrade BaM first. That is difficult, as not everyone reads release notes or checks Twitter, or GH, or etc.
Someone proposed a dashboard announcement, but that may not be noticed before upgrading either
Proposed solution
Idea then: what if we chose to allow some announcements to trigger the alert as well? User sees red dot, checks why and sees: "new update available, but recommended upgrade BaM first" or such.
Use judiciously. Make it dismissable.
Recent comments
It's not difficult to write JS code in an admin theme (without a module) that would save text from CKEditor to LocalStorage every X minutes and add a button to restore the text from LocalStorage...
Implementing autosave in Ckeditor 5
Another contrib module came to my mind: Save & Edit. Of course, that's also not what you had in mind - it saves to the server. But it can be helpful when the network the author's...
Implementing autosave in Ckeditor 5
... Autosave module that you mentioned, but it saves to the database I thought, that's what you're after. I am looking for is to save to localStorage...
Implementing autosave in Ckeditor 5