[tw] Re: Quick way to hide timeline

2010-03-01 Thread Eric Shulman
 I'm guessing that some of the time that it takes to redraw the page is
 due to the timeline. I can hide the sidebar. But is there a quick way
 to hide just the timeline?

Some people leave the sidebar tabs showing the moreshadow tab,
because it is a short, statically-defined list of titles, and has very
little rendering overhead.

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 tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Quick way to hide timeline

2010-03-01 Thread PMario
Hi,
I am using the BetterTimeLineMacro [1]

And my TabTimeline tiddler looks like this:

{{dpfr twochar{d:option txtNbrDays}}}
timeline better:true maxDays:{{return(config.options.txtNbrDays)?
config.options.txtNbrDays:100}}

dpfr is a float:right
.dpfr {float:right}

twochar is from tiddlytools styleSheetShorcuts
.twochar input   { width:2em; }

txtNbrDays cookie defines the number of days I want to display.

It is not perfect, because I have to change the tab for a refresh, but
it works for me. And I did it to get a shorter list, not for speed
reasons.

regards Mario
[1] http://tw.lewcid.org/#BetterTimelineMacro

On Mar 1, 5:57 pm, Mark S. throa...@yahoo.com wrote:
 I'm guessing that some of the time that it takes to redraw the page is
 due to the timeline. I can hide the sidebar. But is there a quick way
 to hide just the timeline?

 Thanks,
 Mark

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



[tw] Re: Quick way to hide timeline

2010-03-01 Thread PMario
Hi,
I am using the BetterTimeLineMacro [1]

And my TabTimeline tiddler looks like this:

{{dpfr twochar{d:option txtNbrDays}}}
timeline better:true maxDays:{{config.options.txtNbrDays}}

dpfr is a float:right
.dpfr {float:right}

twochar is from tiddlytools styleSheetShorcuts
.twochar input   { width:2em; }

txtNbrDays cookie defines the number of days I want to display.

It is not perfect, because I have to change the tab for a refresh, but
it works for me. And I did it to get a shorter list, not for speed
reasons.

regards Mario
[1] http://tw.lewcid.org/#BetterTimelineMacro

On Mar 1, 5:57 pm, Mark S. throa...@yahoo.com wrote:
 I'm guessing that some of the time that it takes to redraw the page is
 due to the timeline. I can hide the sidebar. But is there a quick way
 to hide just the timeline?

 Thanks,
 Mark

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



[tw] Re: Quick way to hide timeline

2010-03-01 Thread Mark S.
Thanks Mike, Eric, and Mario! These all look good. I'll probably try
Eric's suggestion first, but make a copy of your comments in my
personal web notebook (I wonder what that could be?)

Thanks!
Mark

On Mar 1, 2:50 pm, PMario pmari...@gmail.com wrote:
 Hi,
 I am using the BetterTimeLineMacro [1]

 And my TabTimeline tiddler looks like this:

 {{dpfr twochar{d:option txtNbrDays}}}
 timeline better:true maxDays:{{config.options.txtNbrDays}}

 dpfr is a float:right
 .dpfr {float:right}

 twochar is from tiddlytools styleSheetShorcuts
 .twochar input   { width:2em; }

 txtNbrDays cookie defines the number of days I want to display.

 It is not perfect, because I have to change the tab for a refresh, but
 it works for me. And I did it to get a shorter list, not for speed
 reasons.

 regards Mario
 [1]http://tw.lewcid.org/#BetterTimelineMacro

 On Mar 1, 5:57 pm, Mark S. throa...@yahoo.com wrote:

  I'm guessing that some of the time that it takes to redraw the page is
  due to the timeline. I can hide the sidebar. But is there a quick way
  to hide just the timeline?

  Thanks,
  Mark



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



[tw] Re: Quick way to hide timeline

2010-03-01 Thread whatever
Mark, were you thinking of just modifying the display of the Timeline
tab or of the whole Timeline/All/Tags/More box? I've actually been
thinking of putting the box on a deffered inline slider so it doesn't
load at all on startup, but I'm not quite sure where to put the slider
delimiters.
w

On Mar 2, 4:57 am, Mark S. throa...@yahoo.com wrote:
 Thanks Mike, Eric, and Mario! These all look good. I'll probably try
 Eric's suggestion first, but make a copy of your comments in my
 personal web notebook (I wonder what that could be?)

 Thanks!
 Mark

 On Mar 1, 2:50 pm, PMario pmari...@gmail.com wrote:

  Hi,
  I am using the BetterTimeLineMacro [1]

  And my TabTimeline tiddler looks like this:

  {{dpfr twochar{d:option txtNbrDays}}}
  timeline better:true maxDays:{{config.options.txtNbrDays}}

  dpfr is a float:right
  .dpfr {float:right}

  twochar is from tiddlytools styleSheetShorcuts
  .twochar input   { width:2em; }

  txtNbrDays cookie defines the number of days I want to display.

  It is not perfect, because I have to change the tab for a refresh, but
  it works for me. And I did it to get a shorter list, not for speed
  reasons.

  regards Mario
  [1]http://tw.lewcid.org/#BetterTimelineMacro

  On Mar 1, 5:57 pm, Mark S. throa...@yahoo.com wrote:

   I'm guessing that some of the time that it takes to redraw the page is
   due to the timeline. I can hide the sidebar. But is there a quick way
   to hide just the timeline?

   Thanks,
   Mark

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