View Single Post
Old 07-25-2023, 08:25 AM   #12
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,368
Karma: 20212733
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
If anyone else out there can see my posts...

As Karellen mentioned the title="" is the trick. Sigil will normally create a TOC using whatever is in the header tags...unless you put a title="{something}" into the header tag itself. Then Sigil uses that when creating the TOC.

Super easy steps that take only a few seconds:

Quote:
1. Select the chapter file(s) in the book browser.

2. Run the ReworkChapterHeads plugin
- Skip Option 1 to delete headers
- Set Option 2 settings how you desire
- select 'OK'
Click image for larger version

Name:	Screenshot 2023-07-25 073727.png
Views:	99
Size:	19.8 KB
ID:	202814


3. This adds the sequentially numbered header tags to each of the files.
Click image for larger version

Name:	Screenshot 2023-07-25 075308.png
Views:	112
Size:	239.0 KB
ID:	202815


4. Use Regex to replace the header and the image with a header that includes the image (in stumped's example)
- find: <h3>(\d+)</h3>\s*<p class="textbreak"><span class="dropcap"><span><img src="../images/00003.jpeg" alt="" class="calibre7"/></span></span></p>
- replace: <h3 title="\1"><img src="../images/00003.jpeg" alt=""/></h3>
Click image for larger version

Name:	Screenshot 2023-07-25 075511.png
Views:	116
Size:	254.5 KB
ID:	202816


5. Run Sigil's 'Generate Table of Contents' tool.
Name:  Screenshot 2023-07-25 082008.png
Views: 452
Size:  1.5 KB
Done!
Turtle91 is offline   Reply With Quote