Thanks for the reply! Unfurtunately <<currentTiddler>> returns a different text from <<stream-node-title>> but I found a solution by printing <<stream-node-title>> directly into the reference field.
\define getMacro() > <$macrocall $name="rememberq" id=<<currentTiddler>> > > question="" > answer="" > > reference="$(nodetitle)$"/> > \end > > <$set name=nodetitle > value=<<stream-root-title>> > > <$action-sendmessage > $message="tm-edit-text-operation" > $param="replace-selection" > text=<<getMacro>> > /> > </$set> > -- 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/6ef5010b-9c00-4057-8f0d-57544ea0d0eco%40googlegroups.com.

