> I'm also hoping to remove the 'edited by' meta information

Well, you could do that with a little bit of custom CSS:
     @media print {
         .tiddler .subtitle {
             display: none;
         }
     }
Note that I've wrapped this in "@media print { ... }", which means it 
only applies when printing - not sure whether the SnapshotPlugin's print 
parameter also invokes the print style sheet though, so you might have 
to do some fiddling (i.e. changing the StyleSheet) before creating the 
snapshot.

> Any thoughts on how to get where I'm going with this approach, or
> alternatives to solve the main problem, most welcome!

Well, you could use a virtual printer* to create a PDF document when 
printing...


-- F.


* http://en.wikipedia.org/wiki/Virtual_printer

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to TiddlyWiki@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to