David, Thanks for sharing a real life example.
A Quick shareback is if you use the horizontal rule "---" or in HTML `<hr>` which you do a lot, you may want to use a variation of it <hr style="width: 50%;"> Which can improve readability, or delineate differently a change in section with a change in subsection Regards Tony On Friday, July 24, 2020 at 3:15:52 AM UTC+10, David Gifford wrote: > > Hi all > > I used TiddlyWiki to create this 196 page book in Spanish as a static > html. https://giffmex.org/html/nt1.html. It is the course packet for one > of my classes. > > 1. The table of contents links > <a class="tc-tiddlylink" href="#1.1">1.1. Title...</a> > lead to anchors > <a name="#1.1"></a> > which I entered manually. > > 2. Each section is a transcluded tiddler with the title entered manually > above it. > > 3. The titles are preceded by a page break for printing <p > style="page-break-after: always;"> </p> and the anchor, and followed > by a link back to the table of contents <a href="#toc"><span > class="tiny">{{$:/core/images/home-button}}</span></a> > > Looks cluttered on editing, but navigating back and forth from toc to > section and back to toc is smooth. Very light at 616kb. And each section > can be printed separately from the browser. > > Page #s are for mainly for me, since I will print it for students who > would prefer a printed version. Page #s correspond to printing on Firefox > at 90%. > > Not automated, and not an e-book, but I share it just to show it can be > done. Blessings. > > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/fe775c43-b970-4865-ba71-2863e06212f7o%40googlegroups.com.

