When I'm creating a path alias for a content type, I often get tripped up by the really long list of field tokens. If the list were only to contain the field tokens that would actually work for this content type, the experience of using the token browser would increase.
Additionally, we'd avoid the confusing thing that happens when you select a token that does not work for that content type, and then wonder why the pattern isn't working properly.
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