Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Closed Thread
 
Thread Tools Search this Thread
Old 11-14-2020, 01:16 PM   #16
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: 8,770
Karma: 6000000
Join Date: Nov 2009
Device: many
The errors on opening is most likely because of a missing doctype. The doctype is important and should not be omitted when serving the epub pages as xml/xhtml.

BTW, I could not find any earlier bug report from you other than this one, which you said was because your ncx was not updated.

https://www.mobileread.com/forums/sh...0&postcount=21

Which earlier report are you referring to?

Last edited by KevinH; 11-14-2020 at 04:02 PM.
KevinH is offline  
Old 11-14-2020, 02:05 PM   #17
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,577
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by Moonraker View Post
I always say no and open the file with Sigil and check myself and always there are no errors according to both Flight Crew's validation and Sigil's own validation.
Please try to remember that Sigil doesn't have its own validation. The Well Formedness check basically only checks to see if the markup is machine parseable (all opening tags have matching closing tags and there aren't any nesting mismatches). It should not be used to check if the file(s) in question conform to any kind of epub or xhtml specifications.
DiapDealer is offline  
Advert
Old 11-14-2020, 07:57 PM   #18
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: 8,770
Karma: 6000000
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by Moonraker View Post
Also I noticed in this newer version I get a load of extraneous amp; in the <dc:description></dc> description field and when I convert it in Calibre these show up — see attached pic — it just plain looks wrong. This does not happen in Version 1.2.

https://imgur.com/a/fBS9gh6
I was able to duplicate this bug and track it down and fix it. We were double xmlencoding some opf metadata fields.

I have just pushed a fix to this to master. If we can recreate and track down the other issue you were having quickly, we may be able to release a Sigil 1.4.1 with these fixes before the holidays.

Thank you for your bug report.

KevinH

Last edited by KevinH; 11-14-2020 at 11:20 PM.
KevinH is offline  
Old 11-15-2020, 02:16 AM   #19
HaPeSchu
Banned
HaPeSchu began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Feb 2020
Device: tolino epos
Hi,

thanks for the new version. But i have an issue with search & replace on macOS Mojave.

When i select a text and press cmd-F the text was copied and masked for regex into the find field in former versions.

In 1.4 the s&r dialog is closed in addition. cmd-f brings it back with the masked text in the find field.

HaPeSchu
HaPeSchu is offline  
Old 11-15-2020, 07:46 AM   #20
Moonraker
Addict
Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.
 
Moonraker's Avatar
 
Posts: 314
Karma: 1002965
Join Date: Mar 2006
Location: UK
Device: ILiad. Gen 3, PocketBook 360, Kobo Aura HD, Kindle Oasis 2
Quote:
Please reinstall Sigil 1.4.0 just temporarily, and then provide us with an exact sequence of steps to recreate the issue. The more detail the better. Without this nothing will ever be fixed.
Thank you. I have installed Sigil 1.4 again for testing.

Your mention of the DOCTYPE made me realise how silly I have been. I assumed that Sigil would create the same doctype details for the new page as the rest of the book... Duh. Now I have this info instilled into my brain it works perfectly. (I now copy and paste the doctype from one of the original pages to the new page) and problem solved.

Regarding the extraneous amp;(s) This is still occurring. I have checked with Calibre's opf file and there are no amp;(s) on it. They only seem to appear once the file is opened and saved in Sigil. I cannot send a copy of this opf file for copyright reasons. In the meantime, because these amp;(s) only appear after saving with Sigil, I can remove them in Calibre when converting.

I have changed my preferences in Sigil 1.4 so that "mend not well formed" is not selected for "open and save" and "Validation" is set at CSS 2.1. So that stopped the pop-up window appearing and I will correct any errors myself using Flight Crew and/or Sigil's Well-Formed ePub check.
Moonraker is offline  
Advert
Old 11-15-2020, 08:41 AM   #21
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: 8,770
Karma: 6000000
Join Date: Nov 2009
Device: many
If you add a blank html using the menus (right click on Text in BookBrowser", then a proper Doctype should be automatically added.

If you run Mend, a proper Doctype should be added.

If you enable Mend on Open then if Doctype is missing in some files, it will fail the well-formed check and allow you to auto fix them.

Only if you use AddExisting a file without a Doctype, or copy and paste in source that is missing a Doctype would you then need to add it manually or simply just run Mend.
KevinH is offline  
Old 11-15-2020, 08:42 AM   #22
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: 8,770
Karma: 6000000
Join Date: Nov 2009
Device: many
Yes, this has already been reported will be fixed in the next release.

Quote:
Originally Posted by HaPeSchu View Post
Hi,

thanks for the new version. But i have an issue with search & replace on macOS Mojave.

When i select a text and press cmd-F the text was copied and masked for regex into the find field in former versions.

In 1.4 the s&r dialog is closed in addition. cmd-f brings it back with the masked text in the find field.

HaPeSchu
KevinH is offline  
Old 11-15-2020, 08:45 AM   #23
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: 8,770
Karma: 6000000
Join Date: Nov 2009
Device: many
Quote:
Originally Posted by Moonraker View Post
Regarding the extraneous amp;(s) This is still occurring. I have checked with Calibre's opf file and there are no amp;(s) on it.
Yes, I just found and fixed that bug last night. The fix will be in the next release. Thank you for reporting the bug.
KevinH is offline  
Old 11-15-2020, 05:19 PM   #24
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by KevinH View Post
Yes, I just found and fixed that bug last night. The fix will be in the next release. Thank you for reporting the bug.


Quote:
Originally Posted by Moonraker View Post
I cannot send a copy of this opf file for copyright reasons.
What?

There is absolutely no copyright in such a file. Just as there is no copyright in a Table of Contents.
Tex2002ans is offline  
Old 11-15-2020, 06:23 PM   #25
exaltedwombat
Guru
exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.
 
Posts: 878
Karma: 2457540
Join Date: Nov 2011
Device: none
Quote:
Originally Posted by DiapDealer View Post
Since I don't think it's explicitly mentioned anywhere, I'd like to draw attention to the fact that there's a custom icon theme available at https://github.com/Sigil-Ebook/IconT...eleases/latest called legacy.rcc that allow users to indulge their fantasy of having Sigil's pre-0.9.7 icons back.

Check out the README at https://github.com/Sigil-Ebook/IconThemes for instructions on how to install/use custom icon themes.
Thank you.

How about charitably taking one further step away from your principles and including the legacy theme in the shipping instalation? Then the dinosaurs who appreciate them have a much higher chance of discovering them!

Any chance of getting back one-click access to header styles?
(OK, scrub that one. I can have that, and more, with a customised Clip Bar. Nice.)

But, of course, mostly thank-you for the continuing improvements.

Last edited by exaltedwombat; 11-15-2020 at 07:41 PM.
exaltedwombat is offline  
Old 11-15-2020, 07:48 PM   #26
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,577
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Nope, and nope.
DiapDealer is offline  
Old 11-15-2020, 08:37 PM   #27
Thasaidon
Hedge Wizard
Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.Thasaidon ought to be getting tired of karma fortunes by now.
 
Thasaidon's Avatar
 
Posts: 802
Karma: 19999999
Join Date: May 2011
Location: UK/Philippines
Device: Kobo Touch, Nook Simple
Quote:
Originally Posted by DiapDealer View Post
Nope, and nope.
Say what you mean, do not beat around the bush, be more direct and less circumlocutory.
Thasaidon is offline  
Old 11-15-2020, 09:17 PM   #28
exaltedwombat
Guru
exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.
 
Posts: 878
Karma: 2457540
Join Date: Nov 2011
Device: none
Quote:
Originally Posted by DiapDealer View Post
Nope, and nope.
It's more fun to say 'nope' than to explain how to do it, isn't it!
exaltedwombat is offline  
Old 11-16-2020, 07:23 AM   #29
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,577
Karma: 204127028
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
I don't want or need a legacy theme. It's not up to me to exp!ain it. The instructions in the README file at the link provided will suffice. Those who are are unable to follow those instructions are unlikely to be able to find, download, or use Sigil in the first place.

I very much subscribe to the Rolling Stones' philosophy when it comes to Open Source distribution. Thought that was pretty clear by now. You don't try, you don't get.
DiapDealer is offline  
Old 11-16-2020, 09:18 AM   #30
StephV
Member
StephV began at the beginning.
 
Posts: 13
Karma: 10
Join Date: Nov 2020
Device: none
Hi,

I updated to 1.4.0 but it appears that this update is not working at all for me. Every book I open (that validated fine previously and contains no epubcheck errors) suddenly aren't "well-formed" (but really, there is no error at all and the headers are the same on every xhtml file within a single file).



Here is a "well-formed" header:

Click image for larger version

Name:	Sigil-2020-11-16-09-03-36.png
Views:	259
Size:	749.4 KB
ID:	183421

And here is a "faulty" header (according to 1.4.0):

Click image for larger version

Name:	Sigil-2020-11-16-09-03-51.png
Views:	252
Size:	744.4 KB
ID:	183422

Unfortunately, as I need a few tools that are blocked by the "well-formed" validation, I'm forced to revert back to 1.3 for now...

Last edited by DiapDealer; 11-16-2020 at 10:18 AM.
StephV is offline  
Closed Thread


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sigil-1.3.0 Released DiapDealer Sigil 8 09-15-2020 08:03 AM
Sigil-0.9.10 Released DiapDealer Sigil 149 11-19-2018 10:20 PM
Sigil-0.8.900 released for testing - Wait for Sigil-0.8.901 KevinH Sigil 106 10-04-2015 10:41 AM
Sigil 0.7.4 Released user_none Sigil 47 01-05-2014 02:31 PM
Sigil 0.6.0 Released user_none Sigil 93 11-24-2012 06:50 PM


All times are GMT -4. The time now is 06:37 PM.


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