tzk/tzk/editions/tzk/tiddlers/$__sib_Tools_MissingPeople.tid
Soren I. Bjornstad 14cc96a907 check in editions directory
Although this is automatically generated, it represents a critical part
of the content of the edition which cannot be created from the content
in the repository (it's generated from a private directory on my
computer), so at this point it is appropriate to check it in.
2021-09-21 12:27:23 -05:00

17 lines
576 B
Plaintext

created: 20200309202554627
creator: soren
description: Show all missing tiddlers that have the naming convention for people.
modified: 20210920155034053
modifier: soren
tags: Tool
title: $:/sib/Tools/MissingPeople
tooltype: maintenance
type: text/vnd.tiddlywiki
"Missing" of course meaning that the ZK doesn't know about them, not that nobody in ConsensusPhysicalReality knows about them...
<ul>
<$list filter="[all[missing]regexp[^(Mr|Ms|The)]sort[]]" emptyMessage="No references to nonexistent people right now!">
<li><$link><<currentTiddler>></$link></li>
</$list>
</ul>