View Single Post
Old 09-09-2019, 09:27 AM   #2
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,134
Karma: 60406498
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by rjwse@aol.com View Post
Is it possible to edit and reorder the list of conversion types so that one might have a preferred default selection appear at the top? I have not been able to find how to do this. Best Regards, Pop
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']
theducks is offline   Reply With Quote