Special list filter question

34 views
Skip to first unread message

David Gifford

unread,
Oct 22, 2015, 12:31:49 PM10/22/15
to TiddlyWiki
Hi all

Always getting stuck on the list filters.

What would be the list to get me this result: Assuming all the tags on the current tiddler have tiddlers assigned to them, I only want the result to display the title of the tiddler that was created before all the other ones.

Use case: I will create a tiddler for a book. Then from that, create a note in a child tiddler with newhere. Then add other tags to that child tiddler. But the child tiddler will contain a list filter so that the title of the book will appear automatically, and I can just add the page # after the note.

Blessings,

Dave

David Gifford

unread,
Oct 22, 2015, 12:37:39 PM10/22/15
to TiddlyWiki
Or, an alternate way would be a list filter that gives me all the tiddlers tagged with the current tiddler but only the one also tagged "source".

Thanks for any help you can give me.

Dave

Tobias Beer

unread,
Oct 22, 2015, 12:42:11 PM10/22/15
to tiddl...@googlegroups.com
Try to decipher this, I think it might help:

when current tags of type @ filters

Something like

<$list filter="[all[current]tags[]tag[source]limit[1]]" variable="source">
<$tiddler tiddler=<
<source>>><$link><$view field=title/></$link></$tiddler>
/ page {{!!page-ref}}
</$list>
</$list>

...assuming a note would only ever tag to a single source / book.

Best wishes,

— tb 

David Gifford

unread,
Oct 22, 2015, 12:49:47 PM10/22/15
to TiddlyWiki
Thanks Tobias, that did it!

Dave
Reply all
Reply to author
Forward
0 new messages