I’ve noted elsewhere that “missing” is an technically an ambiguous word in TiddlyWiki, as it stands. Actually it has THREE meanings.
(1) In the “more” sidebar tab, there’s a subtab for “missing” tiddlers. In this situation, “missing” means: this is a there’s no tiddler there (not even a shadow tiddler) AND at least one explicit LINK is pointing to that node. In other words, this is a trouble-shooting category, useful for cleaning up potentially misleading (perhaps lost because of deletion or old-fashioned renaming) links.
(2) In filter notation, “missing” means something different: it means (starting from what the filter train is already carrying) there’s no non-shadow tiddler there.
(3) This is nearly the same sense used in $:/language/MissingTiddler/Hint
EXCEPT that this hint shows up in the story river when there’s no tiddler there at all, not even a shadow.
So, at tw-com, advanced search for [[$:/Acknowledgements]is[missing]]
yields $:/Acknowledgements, because it’s a shadow tiddler. But in the “missing” subtab (of the More sidebar tab), $:/Acknowledgements is NOT listed. (And you won’t get a missing-tiddler message if you click there, because the node is defined and has content — as a shadow tiddler.)
Likewise, the names of tags for which there are not tiddlers (such as Images
at tw-com) are “missing” in the filter-language sense, but not in the “sidebar-tab” sense. And users might well click on the parent link for such a tag (which is at least italics in recent versions, which helps avoid confusion). But then they DO get the missing-tiddler message in the story river, even though Images
is not going to show up in the Missing
sidebar.
In my opinion, this is a confusion that ought to be fixed.
Clearly, for backward compatibility, it’s more important to preserve filter behavior than to preserve the caption of a sidebar tab.
I propose renaming the sidebar tab to “Missing Links” or “Empty Links” or something like that. Should I make a PR, or anyone have a better idea?
(Calling them “dead links” is both morbid and misleading… Some wikis may use those links, in ways that @Scott_Sauyet and I have been exploring (including my idea for a default template for any tag that is not yet a tiddler to display at least a list of its tag-children).