You can create custom fields/ extended fields to hold all this extra data. To see how take a look at: http://tiddlywiki.org/wiki/Dev:Extended_Fields
An example of how I used them can be seen at: http://no-sin.com/wiki/WorkTracker.html If you put 'view somefieldname wikified' in you can then make the field's contents be tiddler links in the normal way ([[link]], WikiWords or http://). Also you can create really detailed list using forEach using this data. For example showing every tiddler tagged 'story', and not 'background', with 'Donna Miller' listed as one of the people in the 'character' field. Also since you are doing stories, something to think about would be using a extended field to orginize the order of things. Something like 01.05.03 to represent first chapter.fifth section.third subsection. Then list the tiddler titles with forEach and sort by that field. Maybe even have it write that field followed by the tiddler title (01.05.03 Lulu finds a bell). I've thought about doing something like this for the local high school's drama department for plays and such. Ken Girard On Dec 7, 10:24 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > So, I'm using MPTW for the TagglyTagging. I'm trying to figure out how > to do something. > > I'm storing my writing on this particular Wiki. What I'm looking to > do, is have individual characters and their groups listed up at the > top, as tags, then have the main page for each storyline show a list > of profiles, chapters, and so on. > > The thing is, if I have appearances listed like that, I get these > crazy recursive trees. > > Is there any kind of secondary field I could use to make my life a lot > easier, that wouldn't show up in the list of things tagged as X? > > Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

