View Single Post
Old 05-30-2012, 09:59 AM   #11
blue_skies
Evangelist
blue_skies ought to be getting tired of karma fortunes by now.blue_skies ought to be getting tired of karma fortunes by now.blue_skies ought to be getting tired of karma fortunes by now.blue_skies ought to be getting tired of karma fortunes by now.blue_skies ought to be getting tired of karma fortunes by now.blue_skies ought to be getting tired of karma fortunes by now.blue_skies ought to be getting tired of karma fortunes by now.blue_skies ought to be getting tired of karma fortunes by now.blue_skies ought to be getting tired of karma fortunes by now.blue_skies ought to be getting tired of karma fortunes by now.blue_skies ought to be getting tired of karma fortunes by now.
 
Posts: 405
Karma: 1143880
Join Date: Jan 2011
Location: Ohio
Device: Mobiscribe Wave B&W; Kindle Scribe; Boyue Mimas & 62+; KindleKeyboard
Quote:
Originally Posted by theducks View Post
Advanced Mode: Code is the # mark

Splits happen: because you do a Sigil Split to get a segment smaller (ADE mobile has a 260K segment limit).

Conversion software.
The name of your segment is the one you are editing,
The name of the footnotes may be another file if split (or it may be they are Endnotes).
Sigil will adjust filename changes it makes. Are you trying to save ~12 bytes per link?
Thank you Theducks. This book is just for me and won't be going on a mobile device, so hopefully segment splitting won't be an issue. I'm not sure what you mean by 12 bytes per link.

Quote:
Originally Posted by meme View Post
If your links are working ok, then you don't need to add the filename to the link to make it a full path. There is a bug in Sigil that meant if you chose to split your file into smaller pieces the links would break. That won't be a problem in the next release and it sounds like you won't be splitting your files soon anyway.
Oh, that's good to know. Yep, they all work great and I'd rather not change them if I don't have to.

Quote:
Originally Posted by meme View Post
First, it doesn't look like you copy/pasted your HTML code correctly since in your description your second line says href instead of id:

It probably looks like this

Source:
Code:
<a href="#fn1-01">[*1-01]</a>
Destination:
Code:
<a id="fn1-01">[*1-01]</a>
in which case what you need to do is add an ID to every source link, and an href from every destination ID - the ID is the name of the text you want to link to, and href tells the reader what ID to link to. They then become mirror images of each other:

Source:
Code:
<a id="text1-01" href="#fn1-01">[*1-01]</a>
Destination:
Code:
<a id="fn1-01" href="#text1-01">[*1-01]</a>
Yes, sorry I pasted the same code twice. This is what I used at the footnote locations:
Code:
<a id="fn1-01">[*1-01]</a>
It was really quick and simple to link almost 200 footnotes this way in Sigil, and they all work. Thank you so much Meme for the example of how to backlink. That is perfect for someone like me to be able to understand and use. I really appreciate it!

Apologies to Huebi and anyone else I offended by asking my questions here. I was using Sigil to edit my ebook so I thought this was the appropriate place.
blue_skies is offline   Reply With Quote