Hi Mat Having covered similar needs for ebooks I have been working on - here are a few options :
This is probably best prefaced by the format in which I am using ALL tiddlywiki ebook / app versions and that is that* each page is continuous as it would be in any book * EXCEPT in tiddlywiki the native format is for the content to continue *DOWN the page* - rather than *OVER the page* So, all my pages are smoothly transitioned down the page. Therefore - each chapter is a distinct tiddler - and there are not distinctions between pages. IF A BREAK between PARTS in a chapter are required that is easily done by adding <br/> one or more times to enhance the distance.... ( as suggested by Tobias ) *OR* Just add a line horizontal line - eg : <br/><br/> --- <br/><br/> OR create a more pronounced full width break: with colour : eg <div style="background-color:lavender;height:7px;width:100%;left:0;top:0;"></div> Links between chapters can be done in multiple ways: How would you liek to see it - and I'll see if I can help ..... On Tuesday, October 11, 2016 at 5:46:04 PM UTC+11, Mat wrote: > > Hm, I doubt line break <br> will suffice practically. > > I think what is needed is *form feed* which, I just found out, is created > with CSS *page-break-... (-before/-inside/-after)* > > This appears (to me) to be the simplest way: > > <div style="page-break-after: always">here you could insert page no, or > leave blank</div> > > If one wanted one tiddler per sheet, I think it should be possible to > style the tiddler template (ie. via the stylesheet) to apply page-break- > after: always; > ...or see this <http://www.w3schools.com/cssref/pr_print_pagebb.asp>to > have it form break before e.g h1 headlines. > > See also: > > > http://stackoverflow.com/questions/3091524/what-are-carriage-return-linefeed-and-form-feed > > http://www.w3schools.com/cssref/pr_print_pagebb.asp > > http://www.w3schools.com/jsref/jsref_regexp_formfeed.asp - This might be > useful for a widget > > <:-) > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3f9abc66-a29d-4bb1-a0a2-2a3dc90a908c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

