Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Inkscape autosave

Writer Mia Lopez

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.

2

2 Answers

No. You can have an autosave but it is based on an interval with a 1 minute minumum, not on an action.

  • Click on the Edit menu > Inkscape Preferences > Input/Output >
  • Check "Enable autosave".

enter image description here

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).

7

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

enter image description here

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy