Eric,

I tried this but the %0 seems to return [[tiddler name]] and within the
+++[%0]  generates some funny results.

I thus came up with this to do much the same
+++[Show Trash Items]
<<matchTags "%0 +++[Show]\n%3\n===\n" "\n" Trash>>
===

Is that necessary ?
Thanks Tony

TonyM

If you have not found an easy way to do it with TiddlyWiki, you have missed
something.
www.tiddlywiki.com



On Tue, Mar 2, 2010 at 10:50, Eric Shulman <elsdes...@gmail.com> wrote:

> > I was wondering how to go about creating nested sliders from a
> > generated list of tiddlers.
> ...
> > What I need is that every
> > tiddler in that list be a nested slider itself, so that when I click
> > on the tiddler name, the tiddler is opened inline.
>
> Try this:
> http://www.TiddlyTools.com/#MatchTagsPlugin
>
> Usage:
> <<matchTags "format" "separator" tag expression>>
>
> For your purposes, this should do:
> <<matchTags
>   {{"+++[%0]<<tiddler [[%0]]>\>==="}}
>   "\n\n"
>   wikistuff>>
>
> Note the use of {{...}} surrounding the first param value.  This makes
> it an 'evaluated parameter', that is processed as a javascript
> expression.  This permits use of the ">\>" sequence at the end of the
> format text in order to avoid having ">>" occur within the parameter,
> as this would prematurely end the containing macro declaration.  When
> processed, the "\" is ignored and the output contains the desired ">>"
> sequence.
>
> Also note the use of %0... this is a syntax extension provided by the
> <<matchTags>> macro handler.  It is a 'substitution marker' in the
> format that will be automatically replaced with the tiddler title when
> each matching tiddler item is output.  Refer the MatchTagsPluginInfo
> for more details about substitution markers.
>
> enjoy,
> -e
>
> --
> 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<tiddlywiki%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/tiddlywiki?hl=en.
>
>

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

Reply via email to