<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>[tag[slide]tag[aside]sort[order]]
lists only those with both tags present[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
*[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
Thank you Eric, that worked (of course ;)
So I guess that means that if you don't have the "+" its basically calling for all tiddlers regardless of the previous tags because its not within a bracket structure like [tag[Foo]sort[order]]