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 <[email protected]> wrote:
> 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
> ("status")'
>  sortBy
>  'tiddler.title'
>
>
>
> which should list tiddlers:
> 2009-11-28 11:22:33
> 2009-11-28 12:02:03
>
> Another tiddler with tiddler.title: 2009-05-22 with the same tag and
> text would then return
> 2009-05-22 09:08:07
> 2009-05-22 14:45:00
>
> (sorry for not including a concrete example earlier)

--

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.


Reply via email to