[feature request] Add a "adventure name" so that backups can be easily recognized
If you manage multiple adventures at the same time, you have to often export backups and restore other backups. every saved backup is saved as ogres.app.backup, and I think it's confusing. It would be great if every project had a "Project Name" field, so that the exported backup could be named accordingly.
Perhaps it would be good to also add a timestamp to the name
Exports used to put a date/time on the filename but I think I stripped it for some reason... 🤔
There could be a text input in the export panel that would assign a name to the file and be persisted in state.
Would renaming the file after you download it be an acceptable workaround for you personally? You can definitely name it whatever you want, it just has to have the ".backup" extension to be selectable when restoring it.
I can see where it would be annoying if you're backing up and importing a file a lot, you get a new file each time. Maybe a more robust solution is to implement this with the File System API so that changes are automatically saved to the selected backup file.
Would renaming the file after you download it be an acceptable workaround for you personally?
It's what I'm doing right now and it's not a great problem, but if it was automatically managed it would be easier and faster to maintain multiple adventures without worrying about accidentally overwriting something
Maybe a more robust solution is to implement this with the File System API so that changes are automatically saved to the selected backup file.
Something like this would surely be great! Thanks for the awesome work!
To add onto this, an "Adventures" tab in the sidebar could be nice, I don't know if it would be possible to save file paths so "backup/restore" could work a bit automatically. Using backups for managing multiple scenes is kind of a workaround (though I would do this too) than a more properly supported feature