Groups
Groups
Sign in
Groups
Groups
TiddlyWiki
Conversations
Labels
About
Send feedback
Help
[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 PM
3/18/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
3/18/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
3/19/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
[all[tiddlers]!is[system]] :filter[links[]count[]match[0]]
David Gifford
unread,
Mar 19, 2021, 2:41:38 PM
3/19/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Thanks Mark and Saq!
Reply all
Reply to author
Forward
0 new messages