Postby Rixitic » Sat Jan 15, 2022 2:27 pm
Unfortunately we can't implement autosaving on our own; Wohlstand made the editor and is the only one familiar enough with it to make any substantial changes reasonably quickly, and he's been holding off on making any new additions until he can finish an editor rewrite (which he's been promising for several years now.) In the meantime, the improvements we can make are basically limited to the scope of the editor's existing features.
Best we can do is recommend that you save often and, as an extra precaution, set up your project with source control -- usually as a GitHub or Gitlab repository -- and commit your changes to it as you go. It won't preserve any changes beyond what's been manually saved, but each commit can serve as a backup/restore point in case the files somehow get removed or corrupted.