Thanks, that's much closer to what I want, but it shows a list of all the 
tags assigned to the open tiddler. What I'm trying to do is have the 
tiddler show a list of all the tiddlers that are tagged by the open 
tiddler. So, for example, if I were looking at the foo tiddler from before 
it would look something like this:

*Foo*
> [Foo content]
>    
>    - Bar1
>
>
>    - Bar2
>
>
>    - Bar3
>
> because Bar1, Bar2, and Bar3 all have been tagged with "Foo"

if I include "{{{ [tag[Foo]sort[title]] }}}" as part of the content of Foo, 
then it shows the list that I want, but I'd like to make it part of the 
view template so I don't have to include that in the content of every 
tiddler I make. (plus, having the list key off the title of the current 
tiddler would be nice too so I don't have to have slightly modified 
versions of the same content everywhere)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to