Skip to content

Draft: Autosave

This PR implements automatic save. When a stroke is finished, the application automatically saves the file. This includes automatic filenamegeneration.

Todo:

  • Handle duplicate filenames (check if exists and if not append datetime)
  • remove savebutton from toolbar
  • create Filehandler that also creates backups of the file (rolling copies, 10-15x)
  • remove notification from automatic saving
  • Always set a filename when creating a document
  • Handle duplicate filenames

The last one technically also allows for "undo", but this wont be implemented in this pr if at all.

Edited by newhinton

Merge request reports