Eric, can you explain the difference in the code between the two examples? Namely, in the first example you use double quotes and in the second you use apostrophes. Also, when using image file names, what if the file name has a space in it? And lastly, what purpose does the stuff after the first semicolon serve? In your explanation you had nothing after the first semicolon. I tried without it and it works just fine, so I'm guessing it was a 'typo'.
w On Feb 20, 2:41 am, Eric Shulman <[email protected]> wrote: > > Does anyone know how to apply formatting to part of a prettylink? Is > > it even possible to do this? > > You can't embed formatting within the text of a pretty link. > > But... you can *modify* the text of the link, after it has been > rendered by using this little trick: > > [[Fmax test]]<<tiddler {{ > place.lastChild.innerHTML="F<sub>max</sub> test"; > "";}}>> > > The <<tiddler {{..."";}}>> macro must *immediately* follow the > tiddlylink, and the quoted text is formatted using HTML syntax. Note: > you can use this technique to create tiddlylinks using images as well, > like this: > > [[TiddlerTitle]]<<tiddler {{ > place.lastChild.innerHTML='<img src=images/somefile.gif>'; > '';}}>> > > enjoy, > -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

