On Saturday, September 12, 2015 at 3:10:13 PM UTC-7, Bob Flandard wrote: > > [ext[Link text|file:///C:\Users\Bob\Videos\file.mp4]] > which works. > [ext[Link text|<<myMacro arg1 arg2>>]] > The result of the macro is not being substituted into the link string as I > expected (as seen by hovering the mouse over the created link). > How should this be done? >
Use the macro to assemble and output the entire link syntax, like this: \define myMacro(text,arg1,arg2) [ext[$text$|... stuff using $arg1$ and $arg2$ ...]] \end <<myMacro "link text" "arg1" "arg2">> enjoy, -e Eric Shulman ELS Design Studios TiddlyTools - "Small Tools for Big Ideas!" InsideTiddlyWiki: The Missing Manuals YOUR DONATIONS ARE VERY IMPORTANT! HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://TiddlyTools.github.com/fundraising.html#MakeADonation Professional TiddlyWiki Consulting Services... Analysis, Design, and Custom Solutions: http://www.TiddlyTools.com/#Contact -- 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 http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e22f11ce-acc1-427a-a2d8-ed1bf05248ff%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

