Tony thanks for your message,

what I was trying to say is that 

[all[current]backlinks[]]

doesn't return the backlinks wrote inside a macrocall, like this one:

<$macrocall $name="remembercz" text="[[example backlink]]"/>

To fix that issue I wanted to create a filter that searches for titles 
written inside [[]], so that it works inside macrocalls aswell.
The problem is that you can't use [[]] brackets inside a macro definition, 
so my first attempt to accomplish this didn't work:

\define text-pattern()
[[$(currentTiddler)$]]
\end

<$list filter="[all[current]backlinks[]] [regexp:title<text-pattern>]"></
$list>

So basically I want to know if there is another way I can create a filter 
that searches for the string "[[example backlink]]" to find backlinks 
inside a macrocall.

Regards,
kebi

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/95544c4b-28e3-41a1-90be-c97a6d639b3fn%40googlegroups.com.

Reply via email to