Well, this quick script can make a TOC (using InlineJavascriptPlugin),
of course).
<script>
var out = "" ;
story.forEachTiddler(
function (title, element) {
out += "[["+title+"]]\n" ;
});
return out ;
</script>
I'm sure you'd want to tweak it in some ways.
I don't think CSS has intelligence re pagination, though I would be
glad to find out otherwise.
So maybe you could export your story to HTML, load into Word, and then
export with your PDF generator (though probably only the expensive
ones understand links).
Mark
On Dec 18, 3:56 pm, skye riquelme <[email protected]> wrote:
> Hi All
>
> Playing around to having some of my tiddler content printed in real
> paper......I know...but I wont do it too often...
>
> Using Erics story plugins I can get the sequence right and turn off
> MainMenu etc. Then Firefox print is good enough for what I need.
>
> Except I would like to make the pages a little more
> presentable....three ideas
>
> A Table of Contents...generated from the story list....I actually
> printing to PDF so even links could be acceptabe/ useful.....any
> ideas..other than doing it manually....
>
> And a page header that has the title of the story (and a little logo
> type graphic???)
>
> And a page footer....with page numbering....
>
> any or all of these possible within the CSS scripting of media
> print ????
>
> Thanks in Advance
> Skye
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tiddlywiki?hl=en.