> 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.