How are you setting
<local-value>
?
I suspect it never returns an empty list, and therefore the else clause is
never triggered.
For example, the following will never trigger an else clause when used in a
filter, as it will never return an empty list:
<$set name=config-tiddler value={{{ [[$config-name$]addprefix[$:/config/]]
}}}>
Assuming that each filter run returns an empty list when it should not be
used, you can also use the form:
{{{ [<local-value>] [<global-config-value>] [<config-default>] +[first[]]
}}}
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/f1a3fe0b-6dd8-4305-9b2f-49bfd93a3176o%40googlegroups.com.