[tw] Re: Referencing the tiddler.title within the same tiddler

2009-11-28 Thread AlanBCohen
I'm sorry. Perhaps I'm a little slow following your suggestions. But this doesn't seem to work for me. It is likely I didn't understand. tiddler title : 2009-11-28 tiddler tag: status tiddler.text: forEachTiddler where 'tiddler.title.contains({{tiddler.title}}) ! tiddler.tags.contains

[tw] Re: Referencing the tiddler.title within the same tiddler

2009-11-28 Thread cmari
Hi Alan, You could try context.inTiddler.title (see http://tiddlywiki.abego-software.de/#whereClause): forEachTiddler where 'tiddler.title.contains(context.inTiddler.title) ! tiddler.tags.contains (status)' sortBy 'tiddler.title' cmari On Nov 28, 9:06 am, AlanBCohen alanbco...@gmail.com

[tw] Re: Referencing the tiddler.title within the same tiddler

2009-11-28 Thread AlanBCohen
Using 'context.inTiddler.title' looks like a winner, it works in my experimental TW at home. On Monday, I'll try it out at the client where it is needed. Thanks! Alan -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send

[tw] Re: Referencing the tiddler.title within the same tiddler

2009-11-26 Thread Måns
Hi Alan {{tiddler.title}} or +tiddler.title+ Examples: http://dl.dropbox.com/u/1064531/screendmp/empty/fETtest.html Regards Måns Mårtensson On 26 Nov., 14:51, AlanBCohen alanbco...@gmail.com wrote: First, Happy Thanksgiving to the Americans, and belated Thanksgiving to the Canadians. My

[tw] Re: Referencing the tiddler.title within the same tiddler

2009-11-26 Thread Måns
Yet another one: {{story.findContainingTiddler(place).getAttribute ('tiddler');}} try tag {{story.findContainingTiddler(place).getAttribute ('tiddler');}} tag {{tiddler.title}} regards Måns Mårtensson On 26 Nov., 19:30, Måns humam...@gmail.com wrote: Hi Alan {{tiddler.title}} or