Eric thanks so much for the detailed explanation, however the macro 
"rememberq" doesn't seem to process the reference <<stream-root-title>> 
correctly.
Here's the code

\define rememberq(id, question, answer, reference: "")
>     <div class="rememberq">
>         <div class="rquestion">
>             <div>Q:</div>
>             <p>$question$</p>
>         </div>
>         <div class="ranswer">
>             <div>A:</div>
>             <p>$answer$</p>
>         </div>
>         <div class="tr-selfidentification">
>             <$set name="selfid" filter="""[enlist[$reference$]]""" 
> value="""[<$link to="$reference$">$reference$</$link>: $id$]""" 
> emptyValue="[$id$]">
>                 <<selfid>>
>             </$set>
>         </div>
>         <div class="rid">
>             [$id$]
>         </div>
>         <div class="tr-reference">
>             <$text text=<<__reference__>>/>
>         </div>
>     </div>
> \end
>

 for some reason <$text text=<<__reference__>>/> doesn't return the title 
I'm looking for.

-- 
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/f5f1c5fd-c46e-473f-9027-47ff44e75146o%40googlegroups.com.

Reply via email to