Quote:
Originally Posted by theducks
Yes (sort of)
Preferences: Tweaks: ID: restrict_output_formats
Restrict the list of available output formats in the conversion dialogs. For example, if you only want to convert to EPUB and AZW3, change this to restrict_output_formats = ['EPUB', 'AZW3']. The default value of None causes all available output formats to be present.
Mine is:
Code:
restrict_output_formats = [u'EPUB', u'AZW3', u'Mobi', u'KEPUB']
|

- is that a recent innovation?
BR