On Saturday, January 7, 2017 at 1:51:08 PM UTC-8, Tobias Beer wrote: > > Hi Mike, > > The main question is: What precisely are you trying to achieve? > I have a tiddler with tabs, each tab caption is the name of a video that is also the name of a matching tiddler that has the <embed> markup to YouTube. I need to be able to use a link in the embedded tiddler to get to that same tiddler, only stand alone, i.e. separate from the twiddler with all the tabs, because it has additional controls such as Watched (uncheck to unWatch, etc.).
> > 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. > It's not. It's the name of a twiddler. When clicked I want that twiddler to be opened. You provided the solution with the <$link/> widget. I'd tried using that but had the syntax wrong. Now I can see the similarity to the html <a> markup with the <$link> widget enclosing the <$text> widget. Watched <$link to=<<title>>><$text text=<<title>>/></$link> Watched <a href="title" > title </a> Next stop is to create a form twiddler that will collect the video info and generate an appropriately tagged tiddler for it so it will automatically appear in the "tabs" page, which will finish my video library/player app. This TW is awesome stuff. Thanks for the help and pointers. -- 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/dbda1589-7920-44bb-9e79-6a13a0bdfd45%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

