Naming things is hard. Let's debate vocabulary and terms for the next 2 years :)
Proposal:
Vocabulary => Category Type / Group / Set / Collection Term => Category
History:
Is it worth renaming "Vocabularies" and "Terms" or would that do more harm than good?
Brainstorming of Issues 1. Taxonomy A. English speakers do not regularly use or understand the word "taxonomy"; it should be avoided wherever possible in Drupal. B. "Taxonomy" is largely equivalent to: classification, ontology [yes, a word even worse than "taxonomy"], categorization, organization, etc. 2. Vocabulary A. English speakers do not regularly use or understand the word "vocabulary" in any sense other than one's use of words in a given language; it should be avoided wherever possible in Drupal. B. "Vocabulary" is largely equivalent to: category, order, group, set, division, class, structure, cluster, hierarchy, tree, graph, network, etc. 3. Term A. "Term" isn't terrible but is also used rarely in English; when it is used, "term" frequently signifies time rather than an element. B. "Term" is largely equivalent to: tag, label, node [this goes to show how undistinctive, i.e. useless, "node" is], mnemonic, key, keyword, element, item, designation, etc.
Principles of Assessment 1. What is most intuitive to the beginning user? 2. Intermediate and expert users will adapt to any terminology that labels a set of features and is sufficiently described or discoverable, but for beginners the terminology is very important to the learning curve. 3. Don't worry about the exact definitions for any particular word: worry about perception, first impressions, and standard practice.
Let's Look to History (aka, there is nothing new under the sun) - Initial creation of taxonomy.module (Apr. 2002) - Should we rename "taxnomy" to "classification"? (Jun. 2003) - Renamed 'taxonomy' menu to 'categories' for sake of usability. (Apr. 2004) - Drupal terminology suggestions (Feb. 2006) - Taxonomy module terminology (Feb. 2006)
This is a spin-off from https://github.com/backdrop/backdrop-issues/issues/203
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