State of the art on tidy printing

6 views
Skip to first unread message

kilucas

unread,
Sep 28, 2008, 12:51:14 PM9/28/08
to TiddlyWiki
I've read a lot of posts here about printing efficeinetly but am
confused about the latest state of the art especially when it comes to
achieving good printouts without editing style sheets if at all
possible.

When I print currently I get:

- 1 blank page with Internet Explorer's standard header and footer.
Sometimes I've seen this page with a thick boundary but nothing inside

- 1 page that reflects the standard TW header pane. It's a full page
of blue and only contains text from the site title and subtitle

- multiple pages containing my tiddlers.

I want to remove the first two of these pages. I wouldn't mind if the
first page showed the TW heading pane in a small bar across the top of
the first page, just as it appears on the screen, but don't want to
waste two pages, one of which is full of (expensive) ink.

Is there a simple way to achieve this perhaps and if not, what's the
simplest approach currently known please?

Many thanks

Kevin

Martin Andreas Eines

unread,
Sep 28, 2008, 4:27:39 PM9/28/08
to Tiddl...@googlegroups.com
try adding this to a tiddler called StyleSheet:
-- snip --
/*{{{*/
@media print {
.header, #sideBar, #mainMenu, #backstage, #backstageArea,
#backstageButton {display: none;}
}
/*}}}*/
-- snap --

Theoretically, this should prevent anything but the curently open
tiddlers from printing.

(I'm not sure if all those #backstage* selectors are needed in the CSS
though - added them just in case. Shouldn't hurt anyway)

HTH, martin

kilucas

unread,
Sep 28, 2008, 6:05:59 PM9/28/08
to TiddlyWiki
Martin

Thanks for the speedy reply. I'll give this a try.

Kevin

On Sep 28, 9:27 pm, "Martin Andreas Eines" <drau...@draugrheim.net>
wrote:
> HTH, martin- Hide quoted text -
>
> - Show quoted text -

Martin Andreas Eines

unread,
Sep 28, 2008, 6:10:44 PM9/28/08
to Tiddl...@googlegroups.com
further investigation seems to indicate default TW styles do (pretty
much) this already. but give it a dtry anyway

// martin

kilucas

unread,
Oct 10, 2008, 6:49:06 PM10/10/08
to TiddlyWiki
Martin

This worked like a dream.

Thanks very much.

Kevin

On Sep 28, 11:10 pm, "Martin Andreas Eines" <drau...@draugrheim.net>
wrote:
> On Mon, Sep 29, 2008 at 12:05 AM, kilucas <kevin.lu...@concave.co.uk> wrote:
>
> > Martin
>
> > Thanks for the speedy reply. I'll give this a try.
>
> > Kevin
>
> > On Sep 28, 9:27 pm, "Martin Andreas Eines" <drau...@draugrheim.net>
> > wrote:
> >> On Sun, Sep 28, 2008 at 6:51 PM, kilucas <kevin.lu...@concave.co.uk> wrote:
>
> >> > I've read a lot of posts here aboutprintingefficeinetly but am
> // martin- Hide quoted text -
Reply all
Reply to author
Forward
0 new messages