On Apr 12, 2:12 am, Stephan Hradek <[email protected]> wrote: > Hi! > > Am Freitag, 12. April 2013 06:58:31 UTC+2 schrieb Eric Shulman: > > > <<snapshot label:"take a snapshot" id:"story"> > > I'm reading the source but I can't figure out what to put instead of > "story" in order to have one HTML file as output.
The story column is contained in a DIV element with id="tiddlerDisplay". Thus, you can write: <<snapshot label:"take a snapshot" id:"tiddlerDisplay"> and it will take a snapshot of the entire story column element, and write it to a single HTML file. -e -- 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 http://groups.google.com/group/tiddlywiki?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

