CKEditor Autosave History Log
This module adds a button to CKEditor 5 that allows users to recover past autosaved content from a history log. It automatically saves content to local storage for each editor instance, enabling users to roll back to previous versions and recover lost work.
Recover a past autosaved revision in CKEditor 5 from a button showing a history log.
A History Log button can be added to the CKEditor 5 toolbar and configured to allow a person to roll back to a former revision. It autosaves to the browser's localstorage and is per editor instance. So each editor on a page has its own revision history.
By default it only holds onto revisions for up to one day. This tool is meant more for disaster recovery in the event that someone has been writing a long article and suddenly loses it all. Everything in the editor can be recovered.