> Any help getting "Pretty Links" (i.e. "|link-text") to work with > ExternalTiddlersPlugin would be greatly appreciated.
You can't use a TW *macro* inside the PrettyLink syntax. Macro don't work that way. They don't generate *text* that is inserted into the source and then parsed. Rather, they render their own output (if any) by directly generating browser DOM elements. Thus, you can't combine output from a macro with some surrounding syntax and then have that combination parsed as if it had been entered as text. [[text to show|<<tiddler TiddlerName>>]] is *not* valid TW syntax, and I'm actually surprised that it rendered at all, and even more astonished it appears to do anything even remotely similar to what you intended. Perhaps if you describe your objectives (in regular prose, not pseudo- code), I can suggest a suitable syntax that *is* valid and will achieve the results you want. -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

