Mohammad
missing | does not exist (other than possibly as a shadow tiddler), regardless of whether there are any links to it |
!is[tiddler] is a synonym for is[missing], and vice versa.
When is[missing] is the first operator in a run, its output is always empty. And when is[shadow] comes first, it outputs only those shadow tiddlers that have been overridden. This is because the initial input to a run contains only non-shadow tiddlers.
Why shadow toddlers are missing tiddlers?
By accident I realised a filter output of shadows when fed the +[!is[missing]] return empty output, why?Mohammad
but it starts a run and adds to it. It does nothing more.
Regards