Hello. I have some tiddlers with example
in category
field. On my main wiki the following will list them all
<ul>
<$list filter="[[example]listed[category]]">
<li><$link/></li>
</$list>
</ul>
Now when include these tiddlers in a plugin with the excellent Gatha plugin, the above code no longer shows the (now shadow) tiddlers. I assume [[example]listed[category]]
only returns non-shadow tiddlers. Is there any way to make it include shadow tidllers as well? I attached a test plugin for experiment.