[Question] filter to show tiddlers that have no links in them?

77 views
Skip to first unread message

David Gifford

unread,
Mar 18, 2021, 11:14:49 PM3/18/21
to TiddlyWiki
Hi everyone

Looking for a filter to list tiddlers that have no [[links]] in them. Dug through tiddlywiki.com and Tobias' filters, but I can't seem to find this.

Mark S.

unread,
Mar 18, 2021, 11:30:07 PM3/18/21
to TiddlyWiki
I think it will take two nested list widgets:

<$list filter="[all[tiddlers]!is[system]]">
<$list filter="[all[current]links[]limit[1]]" variable="dum" emptyMessage="<$link><<currentTiddler>></$link><br/>" >
</$list>
</$list>

This will list all regular tiddlers with no hard links.

Saq Imtiaz

unread,
Mar 19, 2021, 10:05:43 AM3/19/21
to TiddlyWiki
[all[tiddlers]!is[system]] :filter[links[]count[]match[0]]

David Gifford

unread,
Mar 19, 2021, 2:41:38 PM3/19/21
to TiddlyWiki
Thanks Mark and Saq!
Reply all
Reply to author
Forward
0 new messages