list tiddlers without links

66 views
Skip to first unread message

Klaas Vaak

unread,
Apr 9, 2020, 12:41:51 PM4/9/20
to tiddl...@googlegroups.com
I am starting to populate my TW file with most of the tiddlers having internal links i.e. to other ones. But some don’t have those links.

How can I set up a tiddler that lists those that don’t?

Mat

unread,
Apr 9, 2020, 1:10:36 PM4/9/20
to TiddlyWiki
I think this should work

<$vars x="\[\[">
{{{ [regexp:text
<x>] }}}
</$vars>

I'm assuming the (missing) links are in the text field. 
It's a bit quick'n dirty in that it only looks for tiddlers that don't have any outer link brackets, i.e [[.

<:-)

Klaas Vaak

unread,
Apr 9, 2020, 1:19:55 PM4/9/20
to tiddl...@googlegroups.com
This is what I get:


I just want an alaphabetical list excluding the system tiddlers.

Mat

unread,
Apr 9, 2020, 1:51:35 PM4/9/20
to TiddlyWiki
OK, try

<$vars x="\[\[">
<$list filter="[!is[system]regexp:text
<x>sort[]]">

</$list>
</$vars>

<:-)

Lin Onetwo

unread,
Apr 12, 2020, 1:45:18 AM4/12/20
to TiddlyWiki
Hi Klaas,

Seems in
`Sidebar -> More -> Missing `
you can find what you need.

在 2020年4月10日星期五 UTC+8上午12:41:51,Klaas Vaak写道:
Reply all
Reply to author
Forward
0 new messages