I'm having a problem understanding WHY example 2. BREAKS down.
I did not even know how to give this post an appropriate title!
I would appreciate if someone could explain it to me.

*Fields*
title : Headache
list : [[A B]] [[C D]] E
tidd : Headache

\define get-related-tiddlers() <$view tiddler=$(tid)$ field="list" mode=
"block"/>

\define test(list-tids) 
list-tids= $list-tids$
<$list filter="[enlist<__list-tids__>]">

</$list>
\end

<$set name=tid value={{!!tidd}}>

tid= <<tid>>

get-related-tiddlers= <<get-related-tiddlers>>

1. WORKS: <$macrocall $name="test" list-tids={{!!list}} field="list" />

2. BREAKS: <$macrocall $name="test" list-tids=<<get-related-tiddlers>> field
="list" />

<$wikify name="GOT-related-tiddlers" text=<<get-related-tiddlers>>>

3. WORKS!: <$macrocall $name="test" list-tids=<<GOT-related-tiddlers>> field
="list" />

</$wikify>
</$set>

Also, I wonder if this use case was the primary reason for making the 
$wikify widget? If not, what was?

Thanks!

-- 
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/fd560f5d-c9e6-4fde-a419-60cb29c8b913%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to