View Single Post
Old 04-22-2025, 11:18 AM   #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,962
Karma: 6361444
Join Date: Nov 2009
Device: many
Yes Sigil will not like that link to "#Tag" unless somewhere in the file a real destination for the link exists with an attribute id="Tag" in a case sensitive manner.
Sigil can not update already broken links. It needs to find that id attribute someplace and update it if it ends up inside a separate file.

So fix that first. If there is a real destination for that href, change the #Tag to properly point to it. If there is no destination for that link, remove the link to nowhere.

Once all your broken links are fixed, then Sigil will happily split this huge file into normal pieces at your inserted split markers.

But that Sigil feature requires good input (properly matched sources and destinations, else more links may get broken.
KevinH is offline   Reply With Quote