Cmari, I appreciate the thought, but I dont think it will accomplish what I want. Part of the issue is that I really did not explain well what I was trying to accomplish:
I want users of my TW to be able to make a comment on a tiddler, much like DiscussionPlugin allows, however, in another TW which includes the first, I want to reference those comments by referencing a field. I have a large amount of TW flies that are referenced. I reference them with ForEachTiddler and list time in a table with tiddler.title, and several fields, then I have a field that I currently define with a simple text box and which is nested so as to allow the list to be neat but allow the user to click for more information, which reveals the sometimes large text associated with with my "comments" field. It works. However, I would like there to be a track of comments made and to automatically indicate the time and ID of the person that made them. And also to prevent users from accidentally overwriting the previous comment. Basically the Comment/ or Discussion plugin's defined... save the saving them as data fields, rather than as separate tiddlers, or text with in a tiddler that is not a defined field. Does this explain? Thank you for your time. On Sun, Jan 31, 2010 at 5:29 PM, cmari <[email protected]> wrote: > Do you absolutely have to use the CommentPlugin? It seems as though > it would be a lot easier to use a plugin that is specifically intended > for fields (e.g., ListboxPlugin). > cmari > > On Jan 31, 4:17 pm, "Linck Atlanta, Ga" <[email protected]> wrote: > > I seem to have isoloted that is it > > > > var target= > > > > in the comment plugin which tells it where to go... > > i have tried this: > > var target=tiddler.data("test"); > > > > but it just creates a tiddler with the return of whatever happens to > > be defined in the field. > > > > What I want is to insert the comment into a field within the same > > tiddler in which it was created, and when someone adds another > > comment, it adds to the field, rather than replacing what was there... > > thoughts? > > > > On Jan 31, 1:48 pm, "Linck Atlanta, Ga" <[email protected]> wrote: > > > > > Hiya, > > > > > I would like comments to render into a set field value. Is there > > > something I can modify in the Comments Plugin to accomplish this? > > -- > 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. > > -- 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.

