Hi Eric,
> An other way would be with Eric's CoreTweak, which allows to
> transclude custom commands or popups to the edit toolbar.
>
>
> Try this:
>
> <span class='toolbar' macro='tiddler ShowPopup with:
> {{
> var helptitle="Help";
> var title=story.findContainingTiddler(place).getAttribute
> ("tiddler");
> var field=story.getTiddlerField(title,"tags");
> if (field) {
> var tags=field.value.readBracketedList();
> for (var i=0; i<tags.length; i++)
> if (store.tiddlerExists(tags[i]+"Help"))
> helptitle=tags[i]+"Help";
> }
> helptitle;
> }}
> help "show help" button'></span>
>
First I was surprised you didn't recommend CoreTweak no 610, and than
I was surprised even more to read:
>
> http://www.tiddlytools.com/#CoreTweaks:
>
> Note: the changes contained in this tiddler are generally applicable for
> version 2.4.3 of TiddlyWiki.
Does this mean that all CoreTweaks have been included into the core of
the newer jQuerry TiddlyWiki versions?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---