> <<tiddlerList tags:"appears {{tiddler.title}}">> . So if the tiddler
> was called James, then I would get a list of all the stories where
> James appears (like in this case: <<tiddlerList tags:"appears
> James">>). The story tiddler of course has the corresponding tag
> [[appears James]].

Your difficulty stems from a misapprehension of the "evaluated
parameter" syntax.  The general form is:
   <<macroName ... paramname:{{...code...}} ... >>

where the {{...code...}} portion is the *entire* expression for
computing the parameter value to be used.  This includes any functions
or operators that add literal text (e.g., "appears ") to a variable
(e.g., tiddler.title) to produce the desired value.  Thus:

<<tiddlerList tags:{{"appears "+tiddler.title}}>>

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios

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

Reply via email to