On Tue, Feb 06, 2007 at 09:12:29AM -0500, The Editor wrote: > On 2/6/07, The Editor <[EMAIL PROTECTED]> wrote: > > One option for problem one is to override the LinkPageExistsFmt. Can > this be set to a function that is passed PageUrl and LinkText and uses > the first if the second is not set?
This is all handled by the MakeLink() function. It says that if there is no explicit link text provided, it uses the text of the target after removing any parens. It's part of PmWiki's standard that "whatever is written in double brackets is what gets displayed as the link text." It would probably be possible to override this standard, but it would have to be done with replacement versions of the MakeLink() and/or LinkPage() functions. Pm _______________________________________________ pmwiki-devel mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-devel
