On Monday, March 13, 2017 at 2:14:43 PM UTC-7, stevesuny wrote: > > I have: > > \define showcomment($commenting-on$ $user$) > <hr> > 1 - $user$<br> > 2 - $commenting-on$<br> > <hr> > 3 - <$view tiddler="$user$ on $commenting-on"/> > \end >
Some syntax errors: 1) In the parameter list, do NOT use the $ delimiters... thus: \define showcomment(commenting-on user) 2) In the <$view> widget, you are missing a closing "$"... thus: 3 - <$view tiddler="$user$ on $commenting-on$"/> hope this helps, -e Eric Shulman TiddlyTools: "Small Tools for Big Ideas" (tm) InsideTiddlyWiki: The Missing Manuals -- 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/89378c66-b06d-414d-b866-8262bc4b974b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

