Hallo Dave, Hallo Jeremy
Interesting Function. Which plugin is needed and where exactly do you
put it to make it work?
Jan
Am 25.10.2013 14:57, schrieb David Gifford:
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.
--
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.