Hi, I'm trying to figure out filtered lists.
I have this table that works nicely:
<table>
<thead><tr><td>Slide</td><td>order</td></tr></thead>
<$list filter="[tag[slide]sort[order]]"><tr><td><$link to={{!!title}}> *
</$link>
<$appear show="<$text text={{!!title}}/>" $state="tiddler-slider"
mode="block">
<$transclude mode="block" tiddler={{!!title}}/>
</$appear></td><td><$edit field="order" class="tc-edit-texteditor"/>
</td></tr></$list>
</table>
It lists all the tiddlers with the tag="slide" and puts them in order of
whatever is in the tiddlers' fields "order"
I've tried many different ways of adding a second tag ("aside") into the
list, but nothing is working.
*[tag[slide]tag[aside]sort[order]]
lists only those with both tags present
*[tag[slide]][tag[aside]][sort[order]]
lists a whack load of tiddlers (including those without the tags "slide" or
"aside") but it does put the ones with the field "order" in the right order.
*this would work if I could get rid of all the extraneous tiddlers
**[tag[slide]sort[order]][tag[aside]sort[order]]
does list all the right tiddlers, but the sorting is separately done, i.e.
there's the list of one in order and then the list of the other in order,
but I need them to be intermixed
Does anyone know how to do this, or is it not possible?
Thanks,
Dave
--
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/9f75103b-07a8-4a07-b15c-a93850d2c8fe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.