Ok, this sort of works and is easier to do than explain but here goes ....
You need to find the StyleSheetPrint tiddler (easiest to just use the search
box in the upper right hand corner)
Put the tiddler into edit mode and add this just above the last } character:
.cols2 { overflow: visible; }
click done to close the tiddler.
Save and refresh your tiddlywiki and try printing or print preview.
The whole tiddler should read something like:
/*{{{*/
@media print {
#mainMenu, #messageArea, #sidebar, .toolbar, #backstageButton,
#backstageArea {display: none ! important;}
#displayArea {margin: 1em 1em 0em 1em;}
/* Fixes a feature in Firefox 1.5.0.2 where print preview displays the
noscript content */
noscript {display:none;}
.cols2 { overflow: visible; }
}
/*}}}*/
The reason I said 'sort of' is because this only works if you are printing
one tiddler at a time. If you have 2 open, the next one gets printed as part
of the first and looks ugly. I experimented with page breaks but couldn't
get it right.
Hope that helps,
Scott
On Tue, Nov 18, 2008 at 2:22 AM, Jordi Ballester Alomar <
[email protected]> wrote:
>
> Hello group!
>
> Whenever I'm reviewing my actions using any view such as "Action
> Dashboard by Project", I find that if the view contains many actions
> that require more than one page being printed, the MGTD application
> will truncate the tiddler to one page.
>
> Could you please assist me with this problem?
>
> Kind regards,
> Jordi Ballester.
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "GTD
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/GTD-TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---