I have a little macro that lists the siblings of a person tiddler. 
Simplified, it looks like so:

\define siblings()
''Siblings''
<$list filter="[has[famc]field:famc{!!famc}]">
<br><$link>{{!!caption}}</$link>
</$list>
\end

This lists all tiddlers that have a matching `famc` field, including the 
current tiddler.

How can I make it not link to the current tiddler?  


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cb5ead83-cd61-4700-972f-b9d457b32441n%40googlegroups.com.

Reply via email to