That is, I put the /define part in both. On Sun, Dec 20, 2015 at 10:10 AM, David Gifford <[email protected]> wrote:
> Never mind, I had put the macro in both the extlink tiddler AND the > tiddler in which I put the macro. Fixed. > > On Sun, Dec 20, 2015 at 10:07 AM, David Gifford <[email protected]> > wrote: > >> Hi Tobias, >> >> Using your macro, how would I remove the title of the current tiddler, >> which shows up above the list filter? >> >> Dave >> >> On Sat, Dec 19, 2015 at 12:56 PM, David Gifford <[email protected]> >> wrote: >> >>> Thanks Tobias! >>> >>> On Sat, Dec 19, 2015 at 12:55 PM, Tobias Beer <[email protected]> >>> wrote: >>> >>>> Hi Dave, >>>> >>>> >>>>> Then, use the $macrocall widget to invoke your macro using the values >>>>> stored in the two separate fields, like this: >>>>> <$macrocall $name="extlink" text={{!!title}} path={{!!relativepath}} /> >>>>> >>>> >>>> Alternatively, put it in a template, e.g.: >>>> >>>> title: $://extlink >>>> >>>> \define extlink(text,path) [ext[$text$|$path$]] >>>> <$macrocall $name="extlink" text={{!!title}} path={{!!relativepath}} /> >>>> >>>> and then... >>>> >>>> {{Jeremy||$://extlink}} >>>> >>>> or just >>>> >>>> {{||$://extlink}} >>>> >>>> ...in a list widget. >>>> >>>> Best wishes, >>>> >>>> Tobias. >>>> >>>> -- >>>> You received this message because you are subscribed to a topic in the >>>> Google Groups "TiddlyWiki" group. >>>> To unsubscribe from this topic, visit >>>> https://groups.google.com/d/topic/tiddlywiki/9PmTbR0OQG8/unsubscribe. >>>> To unsubscribe from this group and all its topics, 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/3a8e4625-e04c-4448-bee7-27a10aabe0a1%40googlegroups.com >>>> <https://groups.google.com/d/msgid/tiddlywiki/3a8e4625-e04c-4448-bee7-27a10aabe0a1%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> David Gifford >>> Christian Reformed World Missions, Mexico City >>> >>> >> >> >> -- >> David Gifford >> Christian Reformed World Missions, Mexico City >> >> > > > -- > David Gifford > Christian Reformed World Missions, Mexico City > > -- David Gifford Christian Reformed World Missions, Mexico City -- 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/CANE%3DBFL7nEqaErmVu3KkvWKJd3M9X%2BD9d_eFPe4jZXaZo%2Bg3ww%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

