Hi!
I have a wiki about a literary series, which includes stories and
characters. Each story is tagged either [[appears charactername]] or
[[mentioned charactername]]. In character tiddlers, I have a section
called Appearances and I want to display all the stories in which a
characters appears or is mentioned, but in two separate lists.
The following approach works, but considering the number of
characters, I would have to manually modify "charactername" for each
character instead of just using a template:
<<tiddlerList tags:"appears charactername">>
<<tiddlerList tags:"mentioned charactername">>
I've tried something with
<<tiddlerList tags:{{tiddler.title}}>>
<<tiddlerList filter:"tiddler.tags.contains(currentTiddler.title)">>
but as soon as I try to add "appears" or "mentioned", I get an error.
Is there a way to concatenate "appears" and "mentioned" with one of
the above functions. Or perhaps even a different approach?
w
--
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.