is there an elegant solution to add hidden chapter numbers
i have a Wilbyyr Smith novel, which like many of his books has no actual chapters. the whole story is one big section...
but every so often there is a nifty egyptian heiroglyph image that starts each new " chapter".
but its the same nifty image every time
code starts like this
<p class="textbreak"><img src="../images/00003.jpeg" alt=""
or
<p class="textfirst"><img src="../images/00003.jpeg" alt=""
what I'd like to do within my own reading copy is have a hidden number at each of these locations which would appear in a generated toc as 1, 2, 3 ... like chapter numbers
so if i select "chapter" 3 in the toc i get taken to the 3rd nifty heiroglyph..
i think sigil has some relevant tools but would welcome hints or even a full solution
|