Re: Index card printing error

2009-12-18 Thread Daniel
Oh, *audible gasp* no use of IE here, :-) A friend and i tackled this
over the last few days and here is what we came up with.
These are added to the stylesheetprint tiddler. they strip down your
projects to the bare bones (for printing on index cards in
MGTDtiddlywiki) keep in mind you could strip this down even more.

input, select {border: 0 none;font-size: .8em;}
/* this line removes the borders from the dropdown menus and saves
some space */
div.floatleft > span.label + br {display:none;}
/*this line prevents the affected dropdown menus from displaying on
two lines by removing any carriage returns from the affected area. */
div.floatleft {display:none;}
/*removes the  "project area", "subproject" and "associated contact"
text all together.
.deleteTiddlerButton {display:none}
/* removes the deleteTidderButton from printing */
span.projLink > .tiddlyLink {display:none}
/* removes the "[P]" link next to a "next action" while printing.
div.smaller {display:none;}
/* removes the "realm" selector from printing */
div.projectcontrols > div> span> a[href^="javascript:;"]
{display:none;}
/* removes the "[A]" and "[P]" links from the project title bar. */
.cols3>.col:not(:first-child), .cols3>.col>div:first-child+div+div
{ display:none;}
/* if you add this line, when you print ONLY the next actions for your
project will be displayed. */

That's what we came up with :-) it'd be nice to make the sections
"next actions, "waiting actions"  and so on more customizable ie. you
can turn them off and on for a print job. Perhaps that could be
accomplished with a project view though. All in all it makes much
better use of the space available on a 3x5 card, we still have to
tweak the Project Title line a bit though :-)

On Dec 18, 10:16 pm, Daniel Baird  wrote:
> It might be that your browser is ignoring the CSS that makes it nice.  If
> you are using a stunted, ancient browser like Internet Explorer, I'd try it
> with an enlightened, modern browser like Firefox or Safari.
>
> ;Daniel
>
>
>
> On Thu, Dec 17, 2009 at 7:01 AM, Daniel  wrote:
> > Is no one able to help with this?
>
> > On Dec 11, 12:30 am, Daniel  wrote:
> > > In addition, it would clean up the printed pages a bit if empty area's
> > > (waiting actions, future actions)  are not included in the printing of
> > > the card.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "GTD TiddlyWiki" group.
> > To post to this group, send email to gtd-tiddlyw...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > gtd-tiddlywiki+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/gtd-tiddlywiki?hl=en.
>
> --
> Daniel Baird
> I've tried going to the XHTML  a few times, but it's always closed.

--

You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to gtd-tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.




Re: Index card printing error

2009-12-18 Thread Daniel Baird
It might be that your browser is ignoring the CSS that makes it nice.  If
you are using a stunted, ancient browser like Internet Explorer, I'd try it
with an enlightened, modern browser like Firefox or Safari.

;Daniel

On Thu, Dec 17, 2009 at 7:01 AM, Daniel  wrote:

> Is no one able to help with this?
>
> On Dec 11, 12:30 am, Daniel  wrote:
> > In addition, it would clean up the printed pages a bit if empty area's
> > (waiting actions, future actions)  are not included in the printing of
> > the card.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "GTD TiddlyWiki" group.
> To post to this group, send email to gtd-tiddlyw...@googlegroups.com.
> To unsubscribe from this group, send email to
> gtd-tiddlywiki+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/gtd-tiddlywiki?hl=en.
>
>
>


-- 
Daniel Baird
I've tried going to the XHTML  a few times, but it's always closed.

--

You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to gtd-tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.




Re: Index card printing error

2009-12-16 Thread AlanBCohen
A suggestion  to help you get more help;
Which GtD TW application are you using?  Monkey and D3 are two
recently mentioned of the many TW variants supported by this group;
which variant are you using?  Also, what size index cards are you
trying to print?  What dropdown menus are causing you problems? Are
they system menus from the TW version or some kind of user-defined
menus?  I did a quick search through the general TW group for the work
'print' and found a reference to "At the end of the StyleSheet section
is "@media print" which contains the CSS for printing. ".
I'll be honest, I haven't tried to print on index cards and don't
personally know any other TW users who do.  Good luck!
Alan

--

You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to gtd-tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.




Re: Index card printing error

2009-12-16 Thread Daniel
Is no one able to help with this?

On Dec 11, 12:30 am, Daniel  wrote:
> In addition, it would clean up the printed pages a bit if empty area's
> (waiting actions, future actions)  are not included in the printing of
> the card.

--

You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to gtd-tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.




Re: Index card printing error

2009-12-10 Thread Daniel
In addition, it would clean up the printed pages a bit if empty area's
(waiting actions, future actions)  are not included in the printing of
the card.

--

You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to gtd-tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.




Index card printing error

2009-12-10 Thread Daniel
There is a bug in the current index card printing theme.
When printing index cards for context and the dashboard it works
beautifully, the cards are simple and seamless. However the sheet gets
rather clunky if you try to print cards delimited by project. The drop
down menus are huge, and they drown out the whole page. We need to
simplify the way this is displayed, perhaps even block them from
printing. Anyone know how to do this?

--

You received this message because you are subscribed to the Google Groups "GTD 
TiddlyWiki" group.
To post to this group, send email to gtd-tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
gtd-tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/gtd-tiddlywiki?hl=en.