Hi Penguinlay,

It's very important to try to communicate why you want what behavior
rather than only how you think it seems to not work.

Only your goals and based on that your requirements / intentions reveal 
whether
you're on the right track with the solution you envisioned or not.

So, "ViewTemplate" and "current Tiddler" are crucial to what you want to 
achieve.

Anyway, to see if the *current tiddler* has links, you use the links 
operator indeed and *all[current]*:..

<$list filter="[all[current]links[]limit[1]]">

These are the links...

{{{ [all[current]links[]sort[title]] }}}
</$list>

As for the current tiddler not not being an orphan then it's...

<$list filter="[all[current]!is[orphan]!is[system]]">

This is neither an orphan (nor a "false non-orphan" in the form of a system 
tiddler)...
</$list>


Best wishes,

Tobias.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1b40cd74-46ab-4cee-97da-44a7278d92a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to