[tw] Re: Example of ToolbarCommands::CollapsedToolbar

2012-08-28 Thread Eric Shulman
On Aug 28, 9:16 am, Mark S. throa...@yahoo.com wrote:
 The CollapseTiddlers macro apparently needs a special toolbar set up for
 it. Unfortunately, there isn't an example provided, and the one from
 tiddlytools.com is packed with references to other plugins.

 Does anyone have a stripped down version of the toolbar?

The plugin generates a default (shadow) version of CollapsedTemplate
that directly defines a 'minimal' standard toolbar using:

div class='toolbar' macro='toolbar expandTiddler collapseOthers
closeTiddler closeOthers +editTiddler permalink references jump'/div
\
div class='title' macro='view title'/div\


TiddlyTools.com contains a customized CollapsedTemplate that overrides
the default shadow definition:

span class='toolbar' macro='toolbar
[[ToolbarCommands::CollapsedToolbar]]'/span
span class='title'
span class='floatleft' macro='tiddlerIcons' style='cursor:auto !
important;'/span
span macro='view title'/span
/span
div class='tagClear'/div

which references [[ToolbarCommands::CollapsedToolbar]], rather than
directly embedding the toolbar commands in the template.  Of course,
as you've noted, the ToolbarCommands definition for TiddlyTools is
highly-customized and contains specific references to other plugins.

I apologize for the current example/usage info in the Plugin... it is
obviously insufficient, and I need to re-write the documentation.

In any event, for your purposes, just copy the list of toolbar
commands from the shadow definition and paste it into the
ToolbarCommands::CollapsedToolbar slice.  These are the commands to
paste:

   +expandTiddler collapseOthers closeTiddler closeOthers editTiddler
permalink references jump

Note one minor adjustment: the + prefix should be moved from
editTiddler to expandTiddler, so that double-clicking on a
collapsed (folded) tiddler expands (unfolds) it, rather than
editing it.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR...
   http://www.TiddlyTools.com/#Donations

Professional TiddlyWiki Consulting Services...
Analysis, Design, and Custom Solutions:
   http://www.TiddlyTools.com/#Contact

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlywiki@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: Example of ToolbarCommands::CollapsedToolbar

2012-08-28 Thread Mark S.
Hi Eric,

I see what I did wrong. I didn't know there would be a shadow template, and 
I imported yours ... which of course didn't work right because it was 
expecting other macros.

I deleted the Collapse template and now its working fine.

Thanks again!
Mark

On Tuesday, August 28, 2012 9:31:41 AM UTC-8, Eric Shulman wrote:

 On Aug 28, 9:16 am, Mark S. throa...@yahoo.com wrote: 
  The CollapseTiddlers macro apparently needs a special toolbar set up for 
  it. Unfortunately, there isn't an example provided, and the one from 
  tiddlytools.com is packed with references to other plugins. 
  
  Does anyone have a stripped down version of the toolbar? 

 The plugin generates a default (shadow) version of CollapsedTemplate 
 that directly defines a 'minimal' standard toolbar using: 
  
 div class='toolbar' macro='toolbar expandTiddler collapseOthers 
 closeTiddler closeOthers +editTiddler permalink references jump'/div 
 \ 
 div class='title' macro='view title'/div\ 
  

 TiddlyTools.com contains a customized CollapsedTemplate that overrides 
 the default shadow definition: 
  
 span class='toolbar' macro='toolbar 
 [[ToolbarCommands::CollapsedToolbar]]'/span 
 span class='title' 
 span class='floatleft' macro='tiddlerIcons' style='cursor:auto ! 
 important;'/span 
 span macro='view title'/span 
 /span 
 div class='tagClear'/div 
  
 which references [[ToolbarCommands::CollapsedToolbar]], rather than 
 directly embedding the toolbar commands in the template.  Of course, 
 as you've noted, the ToolbarCommands definition for TiddlyTools is 
 highly-customized and contains specific references to other plugins. 

 I apologize for the current example/usage info in the Plugin... it is 
 obviously insufficient, and I need to re-write the documentation. 

 In any event, for your purposes, just copy the list of toolbar 
 commands from the shadow definition and paste it into the 
 ToolbarCommands::CollapsedToolbar slice.  These are the commands to 
 paste: 

+expandTiddler collapseOthers closeTiddler closeOthers editTiddler 
 permalink references jump 

 Note one minor adjustment: the + prefix should be moved from 
 editTiddler to expandTiddler, so that double-clicking on a 
 collapsed (folded) tiddler expands (unfolds) it, rather than 
 editing it. 

 enjoy, 
 -e 
 Eric Shulman 
 TiddlyTools / ELS Design Studios 

 HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY TIP JAR... 
http://www.TiddlyTools.com/#Donations 

 Professional TiddlyWiki Consulting Services... 
 Analysis, Design, and Custom Solutions: 
http://www.TiddlyTools.com/#Contact 


-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/NSzxytbQVaQJ.
To post to this group, send email to tiddlywiki@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.