Multi-save in my chosen formats whenever I hit ctrl-s
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
Thanks for a great piece of software! It's saved me from working with a font-broken xfig install just today. :) I have a feature request.
'Save as' allows me to work with potentially lossy file formats non-native to Inkscape, such as EPS, which I use for including images to Latex files. When I want to save as svg and as eps, I have to keep swapping between the formats after each modification. Also, if I save as svg and then eps and quit, Inkscape warns me that I might lose data since I saved to eps last instead of svg.
It would be great if I could tell Inkscape that I want it to keep a native format copy of the file in sync with a file of another format (or even multiple other formats - say, png and eps for my Latex article and slides/
I can see two ways to implement this. Either blast headlong through the old user interface paradigm of always saving a single file at a time (fancy, innovative, but arduous), or define a meta-file format like "project" which contains pointers to the files within the project and how to upkeep them. (E.g. the data loss warning could be given if the project contains only file formats which may be lossy; the project file itself could be assumed non-lossy if you don't want to go too deeply into it.) One file (type) should probably be set as the "defining" or main target, so that opening a project always works even if sub-files have been changed to be out-of-sync.
Being able to choose an option to figure out what to save as based on what file extension I give would be a nice start to making life easier, as would making "save a copy" store its target file format independently from "save as" (i.e. the 'save as' dialog's file format widget would default to the previous file format I saved-as as, while the corresponding widget of 'save a copy' would default to whatever I last saved-a-copy as). These may even be implemented in versions newer than the one I'm running (0.45.1). But I think multi-save's wicked enough that it probably hasn't been implemented yet - as such, I guess it wouldn't hurt to hint widget developers to make such things easy GUI-wise for the rest of us either. ;)
Changed in inkscape: | |
importance: | Undecided → Wishlist |
Changed in inkscape: | |
status: | New → Confirmed |
tags: | added: exporting saving |
I think there is some consensus that PDF, EPS, etc. should be moved out of the Save dialog into a new Export dialog (instead of just Export Bitmap, it would allow to export to any format). However, an option to synchronize the drawing with an exported copy in another format would be nice. See bug #171054