Say, I have a tag USA
.
Tiddlers tagged with USA
are
- California
- New York
- Texas
Tiddlers tagged with Calirfornia
are
- San Francisco
- Los Angeles
“New York” and “Texas” are not used to tag any tiddler.
USA
├── California
│ ├── San Francisco
│ └── Los Angeles
├── New York
└── Texas
Now which filter can I use to show me tiddlers tagged with USA
, and they do not have any descendants. In the given example, these would be, New York and Texas.
This question is related to Filter to return tiddlers tagged with the parent and all the child tags.