Hi, Andrew —

I think the problem stems from trying to pass a variable ($(currentTiddler)$) 
into the <$action-listops> widget.

I'm not sure how to get around that using only core code — but if you 
install Tobias's setvars plugin ( 
http://tobibeer.github.io/tw5-plugins/#setvars ), you can use it to pull in 
the value of $(currentTiddler)$ and build a literal string that will work. 
 Like so:

\define add()
<$setvars _currentTiddler=$(currentTiddler)$ 
listops-string="""\<$action-listops 
$tiddler="$:/plugin/ajh/format/list" $field="list" $subfilter="[[\ 
currentTiddler \]]" />\""">
<<listops-string>>
</$setvars>
\end

-- 
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/6c6d4a04-0eb7-4e0b-b7f3-45aca2abc926%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to