Ok, now I have a solution:
<$list filter="[[$:/state/storyfilter]is[missing]]">
<$list filter="[list[$:/StoryList]]" ... here the rest of what's already
there/>
</$list>
<$list filter="[[$:/state/storyfilter]!is[missing]]">
<$vars myFilter={{$:/state/storyfilter}}>
<$list filter=<<storyFilter>> ... here the rest of what's already there/>
</$vars>
</$list>
On the very top of the $:/core/ui/PageTemplate/story tiddler put these
lines:
\define storyFilter()
[list[$:/StoryList]$(myFilter)$]
\end
that's tested over here, it works for me
--
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/9fab3cc5-7b15-4c90-9963-28c3f86f5236%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.