Hi axelm and cmari
> refer to another tiddler, instead of the tiddler it resides in?
If it should be able to exclude the tiddler from the list - having the
tags in question, you could use: '!
tiddler.title.contains("SomeTiddlerTitle")
and make it portable like this:
<<tiddler SomeTitle##SameTags with: AnotherTitle>>
[[SomeTitle]]
/%
!SameTags
<<forEachTiddler
where '! tiddler.title.contains("$1") &&
tiddler.tags.containsAll(store.getTiddler("$1").tags)'>>
!end %/
Cheers Måns Mårtensson
--
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.