Hi Mohammad > Why shadow toddlers are missing tiddlers?
Because shadow tiddlers aren’t stored as “real” tiddlers. They are intentionally excluded from most operations by default so that they don’t clutter filters made by users unless explicitly required. > By accident I realised a filter output of shadows when fed the > +[!is[missing]] return empty output, why? In this example, we obtain the titles of all the shadow tiddlers in the $:/core plugin, and then select those that are not missing i.e. the ones that exist as “real” tiddlers because they have been overridden: [[$:/core]plugintiddlers[]!is[missing]] Best wishes Jeremy > > Mohammad > > -- > 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/efc4c406-2c32-4dda-bb6e-cd16136ea825%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- 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/AF2FDE60-DFAD-4892-9931-C515C48D9E7A%40gmail.com. For more options, visit https://groups.google.com/d/optout.

