Quote:
Originally Posted by AlanHK
A lesser annoyance: After the conversion finishes, it asks for a save location and defaults to the top level of "Documents and Settings" every time (I'm using Windows).
|
This is one thing that I also don't like. I prefer the Desktop folder.
If you'd also rather save epub3 files in the Desktop folder you can easily change this yourself:
- Go to the ePub3-itizer folder (Edit > Preferences > Open Preferences Location > plugins > ePub3-itizer).
- Locate plugin.py and open it with a text editor.
- Go to line #92 and change it from:
Code:
_USER_HOME = os.path.expanduser("~")
to:
Code:
_USER_HOME = os.path.join(os.path.expanduser("~"), 'Desktop')