Describe your issue or idea
This is a follow-up to https://github.com/backdrop/backdrop-issues/issues/2796 where @olafgrabienski suggested
I'd suggest to integrate file editing to the node form, adding an Edit button, and opening the respective file edit form in a modal.

GitHub Issue #: 
2810
  
Recent comments
... 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
Thanks for your prompt reply. I tried the Autosave module that you mentioned, but it saves to the database, and the behavior I am looking for is to save to localStorage, in other words,...
Implementing autosave in Ckeditor 5
Hi lloyddunn, the important thing is: don't mix up CKEditor "autosave" (client side) and node save. Node save means, that the current form gets validated and saved to the Backdrop...
Implementing autosave in Ckeditor 5