Hi Sara,

Perhaps something like:

\define varPattern() 
^<.*?(?:=).*?(?:=).*?(?:$(var)$)
\end

<$list filter="[has[variable]sort[title]]" variable="varTiddler">
<$set name="var" filter="[<varTiddler>get[variable]]">
<$list filter="[all[current]regexp:equation<varPattern>]">
<$tiddler tiddler=<<varTiddler>>>
<$link><$view field="title"/></$link>: <code><$text text=<<var>>/></code><br
>
</$tiddler>
</$list>
</$set>
</$list>

...assuming *all[current]* resolves to your equation tiddler.

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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/7c8702a9-8c49-4fbf-9e9f-7274b98c04b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to