Is it possible to enable an autosave after any operation I do in InkScape?
This would be really handy because sometimes it crashes, and pressing CTRL + S is annoying.
Is it possible to enable an autosave after any operation I do in InkScape?
This would be really handy because sometimes it crashes, and pressing CTRL + S is annoying.
No. You can have an autosave but it is based on an interval with a 1 minute minumum, not on an action.
By the way, in case you did not know: Inkscape does an emergency save when it crashes so you should be able to retrieve the file that was active while it crashed.
When Inkscape crashes, it tries to save the document as a backup with following name:
<filename>.<datetime>.#
If the document has not been saved yet, the name is:
inkscape-emergency.<datetime>.#
Note, that there is no .svg file name ending.
On Unix (Linux, Mac OS X, *BSD, etc.) Inkscape tries to save in the following paths:
- Home directory (~/, $HOME, /home//)
- /tmp/
- In the current working directory
(in that order).
Given that you have the source and can build inkscape, you need to edit src/inkscape.cpp and remove the * 60
from the method Application::autosave_init()
.
I'm using Inkscape 0.92 on Ubuntu 16.04 LTS and I noticed it's slightly different to Rinzwind's accepted answer.
You can find the same option by going to:
Edit -> Preferences
Then in the popup window go to:
Input/Ouput -> Autosave