Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 02-01-2017, 01:34 PM   #1
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,570
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Set 2/3 when New epub is Created

Would it be possible to provide a means to specify the epub version (2.0, 3.0) when a new book is created from the File menu, rather than have to change Preferences and try again.

Code:
File->New->EPUB 2.0
           EPUB 3.0
Preference setting would remain, and be used when Sigil is started from scratch.

BR
BetterRed is offline   Reply With Quote
Old 02-01-2017, 02:18 PM   #2
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,644
Karma: 5433388
Join Date: Nov 2009
Device: many
The preference setting controls this as designed. This is because most people work with either epub2 mainly or epub3 mainly and do not go back and forth when creating new books from scratch.

When opening an existing epub, the epub's version is used to determine if epub2 or epub3.

So setting the preferences makes it perfectly clear what type of epub version you mainly work with when building one from scratch.

KevinH
KevinH is offline   Reply With Quote
Advert
Old 02-01-2017, 03:56 PM   #3
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,570
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Thanks

FYI - there are three people here creating new epubs, one is ~75/25% 2.0/3.0, another is ~25/75% 2.0/3.0, and the other is about ~60/40% 2.0/3.0. These are short works created from imported material - about 20 a day between us.

BR
BetterRed is offline   Reply With Quote
Old 02-01-2017, 04:44 PM   #4
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,584
Karma: 22735033
Join Date: Dec 2010
Device: Kindle PW2
@BR: It'd take only a few lines of code to create dummy epub2/epub3 import plugins that'll import customizable blank epub2/epub3 epubs from the plugin directory. I.e., you could select Plugins > Input > epub2/epub3 to create a new blank epub2 or epub3 book regardless of the current epub version preference setting.

If you think that such dummy epub2/epub3 import plugins would be helpful, I could quickly slap the two plugins together and attach them as unsupported unofficial plugins to this thread.
Doitsu is offline   Reply With Quote
Old 02-01-2017, 05:00 PM   #5
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 7,644
Karma: 5433388
Join Date: Nov 2009
Device: many
Or save one template epub2 and one template epub3 - where the template is basically an almost empty epub but with your base stylesheets, images, your logo, publisher page, and whatever else you use in your production setting.

Then any time you want to start a new epub just load that template file and do a file save as for the first save to whatever new name you want.

KevinH
KevinH is offline   Reply With Quote
Advert
Old 02-01-2017, 05:30 PM   #6
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 20,570
Karma: 26954694
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Added - x-posted with ↑

Quote:
Originally Posted by Doitsu View Post
@BR: It'd take only a few lines of code to create dummy epub2/epub3 import plugins that'll import customizable blank epub2/epub3 epubs from the plugin directory. I.e., you could select Plugins > Input > epub2/epub3 to create a new blank epub2 or epub3 book regardless of the current epub version preference setting.

If you think that such dummy epub2/epub3 import plugins would be helpful, I could quickly slap the two plugins together and attach them as unsupported unofficial plugins to this thread.
Much appreciated mate, but I'll forgo the offer.

I'm not keen on extraneous add-ons - more things to worry about. My colleagues are non-technical PPE interns, and my 'here' is virtual, one is currently located O/S (the swamp) the other one is in Canberra (the mire). Getting them to install plugins is probably beyond their skill-set - and I'm not inclined to do for them over the wire.

I avoid the issue by starting with a copy of a saved 2.0 or 3.0 pro-forma; predictably, the interns are from the 'click it' generation Ψ²

BR

Last edited by BetterRed; 02-01-2017 at 05:33 PM.
BetterRed is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Touch How to created Fixed layout ePub in BN? bhuvana786 Barnes & Noble NOOK 4 06-01-2012 05:58 AM
Errors in ePub Created in Sigil FlooseMan Dave Sigil 12 08-25-2010 08:01 PM
Trying to validate an ePub created withCalibre firstrun Calibre 1 08-06-2010 02:28 AM
TOC created with EPUB but not LRF? Achilles Calibre 7 08-07-2009 07:24 PM


All times are GMT -4. The time now is 03:52 AM.


MobileRead.com is a privately owned, operated and funded community.