Oh Lord why do I keep coming up with new ideas?

I am trying to write a list which returns:

1. All the tiddlers tagged by the current tiddler
2. All the tiddlers which tag the current tiddler
3. All the tiddlers linked in the current tiddler
4. All the tiddlers which have links to the current tiddler
5. And then combines them into one alphabetized list.

I tried

|<$list filter="[is[current]tags[]tagging[]links[]backlinks[]sort[title]]" 
emptyMessage=""></$list>|

But nothing happens.

I tried

|<$list 
filter="[is[current][tags[]][tagging[]][links[]][backlinks[]][sort[title]]" 
emptyMessage=""></$list>|

And I got a whole lot of stuff that shouldn't be there.

I tried

|<$list 
filter="[is[current][tags][is[current]tagging][is[current]links][is[current]backlinks]sort[title]]"
 
emptyMessage=""></$list>|

But nothing turns up.

I tried

|<$list 
filter="[is[current][tags[]]tagging[]]links[]]backlinks[]]sort[title]]" 
emptyMessage=""></$list>|

And got stuff that shouldn't be there.

I tried

|<$list filter="[is[current[tags[]tagging[]links[]backlinks[]sort[title]]" 
emptyMessage=""></$list>|

But nothing turns up.

So I am at a loss. I tried several things to avoid having to bother you 
all, but now it is time to admit defeat and turn to the pros.


-- 
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/groups/opt_out.

Reply via email to