Craig, I like the way this works. Do know if there is away to add this
to the ForEach macro?

I have <<forEachTiddler where 'tiddler.tags.contains("notetopic")'
sortBy 'tiddler.title' write '"[["+tiddler.title+"]]"'
>> but couldn't figure a way to nest a preview command in there.

On Sep 21, 10:24 am, Craig in Calgary <craig.prich...@gmail.com>
wrote:
> I accomplish a mouseover popup using a combination 
> ofhttp://www.tiddlytools.com/#AliasPluginandhttp://www.tiddlytools.com/#NestedSlidersPlugin.
> In my [[MainMenu]] I have:
> <<alias preview {{"[[%0]]+++^*@\<\<tiddler [[%0]]\>\>==="}}>>
> <<alias preview2 {{"[[%1|%0]]+++^*@\<\<tiddler [[%0]]\>\>==="}}>>
>
> The 'preview' alias takes a single parameter: the name of the tiddler
> to display (wrapped in [[]] if there are spaces in the title). The
> 'prevew2' alias takes an additional parameter: a description of the
> tiddler that will display in place of the tiddlers' title.
>
> You can accomplish the same thing without 
> usinghttp://www.tiddlytools.com/#AliasPlugin
> (onlyhttp://www.tiddlytools.com/#NestedSlidersPluginis needed):
> [[TiddlerTitle]]+++^*@<<tiddler [[TiddlerTitle]]>>===
> [[Tiddler Description|TiddlerTitle]]+++^*@<<tiddler
> [[TiddlerTitle]]>>===
>
> If you find a better, i.e. quicker, more efficient, more robust,
> solution please post here for everyone to consider.
>
> Craig

-- 
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.

Reply via email to