Hey, I checked both, but it still doesn't solve my problem, because I don't have tiddlers named "appears charactername", they're named just "charactername". And since I'm distinguishing between appearances and mentions, I need to generate a tag consisting of "appears/mentioned" and the name of the current tiddler. Unfortunately my knowledge of JavaScript is too limited for me to figure it out on my own.
W On Feb 16, 8:40 pm, Alex Hough <[email protected]> wrote: > Hi W, > > Entering fields is still a manual process. you have lost me I am afraid :) > Have you checked out MPTW? it may solve all your problems. > > I don't understand the evaluated perameters in the tags macro. I think you > might need Erics Match Tags plugin from TiddlyTools. > > Alex > > On 16 February 2010 19:13, whatever <[email protected]> wrote: > > > > > Hey! > > I checked, but the problem is that I still need to enter everything > > manually. What I want is to be able to simply insert something like > > <<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]]. > > > w > > > On Feb 16, 4:00 pm, Alex Hough <[email protected]> wrote: > > > 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>[email protected]. > > > > To unsubscribe from this group, send email > > > > to>>[email protected]<tiddlywiki%[email protected]>> > > > > > > > > <tiddlywiki%[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 > > [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.

