Hi!
I found a workaround, but it does not work exqactly as I desire. The
workaround uses three columns, and they do print to succeeding pages
when printing. This is am improvement over the truncation issue. The
workaround fix was found here: http://twhelp.tiddlyspot.com/, then
click the "Formatting Tiddlers" link, then click the "TowColumns" tab
on the resulting page.
That page tells you to modify the Stylesheet tiddler as shown below:
---------------------
.twocolumns { display:block; -moz-column-count:2; -moz-column-gap:1em;
-moz-column-
width:50%;}
---------------------
Then, surround your code / text on the tiddler to be displayed, as
shown below:
--------------------
{{twocolumns{ here is much text in two columns}}}
--------------------
I substituted the MonkeyGTD code for the to-do tiddlers into the above
and it worked.
In MonkeyGTD, my tiddler contains code to display the to-do items
grouped by category (Upcoming Ticklers, Next Actions, Waiting For
Actions, Future Actions, etc.). The side affect that I do not like is
that the todo items run together. In the default multi-column views
of MonkeyGTD, using the "Cols" mechanism for creating columns, I can
choose to display each category on separate columns. I prefer the
latter as I can keep "Upcoming Ticklers" and "Future Actions" in the
left column, "Waiting For" items in the center.... etc. a bit easier
to use.
So I found the "50% solution", and it will work, but I really would
like to get the original MGTD tiddlers to print on mulitiple pages.
Thanks!
Rod
On Jan 3, 7:51 am, Mike <[email protected]> wrote:
> Try editing the StyleSheetPrint Tiddler
>
> The shadow Tiddler looks like this. . .
> /*{{{*/
> @media print {
> #mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton,
> #backstageArea {display: none !important;}
> #displayArea {margin: 1em 1em 0em;}
> noscript {display:none;} /* Fixes a feature in Firefox 1.5.0.2 where
> print preview displays the noscript content */}
>
> /*}}}*/
>
> Try adding the following inside /*{{{*/ /*}}}*/
>
> /* Tiddler print formatting */
> .tiddler {
> overflow:visible;
> border-style: none ! important;
> margin:0px ! important;
> padding:0px ! important;
> padding-bottom:2em ! important;
> page-break-after: auto;
> page-break-before: auto;
>
> }
>
> Good Luck,
>
> Mike
>
> On Jan 2, 9:19 pm, Rod <[email protected]> wrote:
>
>
>
> > Hi!
>
> > I am using MonkeyGTD, built on tiddlywiki. I think it is awesome
> > technology. I digress. I am having exactly ONE issue with this. I
> > have a lot of tasks to track, so the print will span more than one
> > printed page. When I print preview from Firefox 3.5.6, the tasks
> > truncate as if a tiddler is limited to printing on only one page. I
> > am going to e-mail this to the creator of MonkeyGTD also, but I wonder
> > what you think of this. I was expecting it to just span pages like
> > any other web page does.
>
> > Thanks!
> > Rod- Hide quoted text -
>
> - Show quoted text -
--
You received this message because you are subscribed to the Google Groups
"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/tiddlywiki?hl=en.