Hi Mike, The main question is: What precisely are you trying to achieve?
It's quite odd to see that url be filled with the title. Video being defined as "My Favorite Movie", it's definitely not a URL for anything. So, here's some stuff for you to play with, understand, and read about on tiddlywiki.com: <$vars title="My Favorite Movie" link="[[$(title)$]]"> <$set name="url" filter="[<title>get[url]]"> Watch <$link to=<<title>>><$text text=<<title>>/></$link> Watch <<link>> Watch <a href=<<url>> target="_blank"><$text text=<<title>>/></a> </$set> </$vars> Read: - VarsWidget => a shorthand for set - TextWidget => Why? Because that title may get wikified, e.g. contain CamelCase or stuff that triggers other wiki parser rules to kick in - LinkWidget => to generically link - Filters => you definitely need those Best wishes, Tobias. -- 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/8ccfa77b-63e4-4e33-ab69-05528170d4e0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

