> Well, you could do that with a little bit of custom CSS:
>     [EMAIL PROTECTED] 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

In addition to writing the HTML for the currently displayed content,
SnapshotPlugin gathers all currently defined <style> elements and
writes them out to the snapshot file, along with the HTML, so that it
will can be properly rendered.  This *should* include the definitions
from StyleSheetPrint (i.e., the "@media print..." stuff), so print-
specific CSS should work just fine.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
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