Filter needed: is missing, but is not a link found in tiddler foo (second try)

Hi everyone

I am creating note tiddlers that contain links to topics. The topics will not have tiddlers, but will show up as missing links. I want to use tiddler foo to outline the missing links in my file. That way I can go to the outline, click on a missing link, and see the notes for that topic. I know it’s strange. I am just trying to reduce the need for superfluous tiddlers. Just go with it for a moment.

The problem is that if I add a missing link to tiddler foo, I can’t mark the progress in transferring items from ‘Missing’ to tiddler foo. It will still be a missing link.

So I am looking for a filter that lists all the missing tiddlers, minus those that are linked to from tiddler X.

I tried [all[missing]!links[foo]] and [all[missing]] -[links[foo]] +[sort[title]] but they don’t work.

I think this is the syntax you’re looking for:

<$list filter="[all[missing]] -[[foo]links[]] +[sort[]]">

Thank you Mark! Yes, that appears to be working. This is very valuable beyond my immediate project. Thank you!