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/433e7e84-147a-4513-98af-88dae66e5c29%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

