What I’m trying to do
I am trying write a dataview query to list all notes that are are outgoing links from all notes that don’t have a certain tag.
So lets say I have a tag #Topic. I want to list all notes that haven’t been linked within notes that don’t have the #Topic tag.
Things I have tried
This works to list all notes that aren’t outgoing a particular note:
LIST
FROM !outgoing([[a particular note]])
This obviously doesn’t work :
LIST
FROM !outgoing(#Topic)
Is there syntax that makes !outgoing(#Topic) mean outgoing from all notes with the #topic tag