Thanks Wolfgang, I really appreciate it
(Not wishing to make anyone "feel responsible" to answer my newbie
Q's, the following is a reply to your statement, but not specifically
to you. Thank you.)
> Compare the following two tiddlers: ViewTemplate and
> ExampleTemplate, to see how the difference came about.
Well, the difference is the hard coded text he put there, but I don't
see how that is relevant for my case.
FND informed I should put in "myCustomContainer" and "myCustomMacro".
My desired command line; "[_(More)] Provide more info on this."
..comes from the plugin (
http://www.tiddlytools.com/#CheckboxPlugin ).
From the plugin code, where it says
"config.macros.checkbox", I figure FNDs ViewTemplate element becomes:
<div class='myCustomContainer' macro='checkbox'></div>
But as for "myCustomContainer"... I have no idea where to find it in
the CheckboxPlugin code.
And I have no idea how it should actually render the *full* line:
"[_(More)] Provide more info on this." - i.e including the "More" in
there.
... :-|
Thank you!!!
/Mat
> An other approach would be the use of CoreTweak no. "609/610 toolbars
> - separators and transclusion" by TiddlyTools:
>
>
http://www.tiddlytools.com.html/#CoreTweaks
>
> Which enables to display anything with an additional command in the
> regular tiddler toolbar, for example in a floating nested slider
> (NestedSlidersPlugin) or as a Popup (ShowPopup script, also at
> TiddlyTools; needs InlineJavascriptPlugin installed).
>
> Again, study the examples in the ToolbarCommands tiddler at
> TiddlyTools, to understand how this is donw.
>
> Regards,
>
> W...