Hi W, I am interested in how you are using wiki in the context of stories and characters. It seems we share an interest in tagging stories. I would be interested in seeing your TW. Perhaps we could learn from a shared approach.
You could two Extended Fields to perform the same job as tagging does in your data structure. I think it will become more difficult if you use tags to keep track of characters and how they appear in the story. Here's how 1) Define fields 'metionedIn' and "appearsIn" in each tiddler by editing the editTemplate 2) Then add the character names to the appropriate fields. -So if Jim appears in "The Farm Story" add Jim to "appearsIn" -If Jim mentions James add "James" to "mentionedIn" You might need some javascript code to create the list. There is help on doing this for custom fields on TiddlyWiki.org [1] using the ForEachTiddler plugin Alex [1] http://tiddlywiki.org/wiki/Dev:Extended_Fields ps Thinking ahead, you might want to use a tagging convention with 'In' as the prefix. InAppears InMentioned ... so that alphabetic searches will group them together On 16 February 2010 12:39, whatever <[email protected]> wrote: > 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]<tiddlywiki%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/tiddlywiki?hl=en. > > -- http://www.multiurl.com/g/64 -- 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.

