\define emptymessage() [[$(currentTiddler)$]]<br/>
<$list filter="[!tag[HelloThere]]">
<$list filter="[all[current]links[]limit[1]]" emptyMessage=<<emptymessage>>>
</$list>
</$list>\define the_filter()
<!-- looks for [[link]] & [ext[link]] & [img[link]] links -->
<$set name="pattern" value="\[.*\[.+\]\]">
<!-- links shown as numbered list -->
<ol>
<$list filter="[all[]!is[system]] -[regexp:text<pattern>] -[tag[source]]">
<li><$link/></li>
</$list>
</ol>
</$set>
\end
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/M4GZ1iX8oyI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/87c896cc-ea8d-46b0-a474-bfd50a29f791%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/M4GZ1iX8oyI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/6559afdd-9b2f-4a74-86fd-91b7d5af190c%40googlegroups.com.