This question about Using an extension: Asked

AliasPlugin don't make aliases

For testing I've created a topic and defined some aliases.

When I use the %ALIASES% - Macro, all defined Macros will be displayed. But when I want to use this aliases, the aliases will not be displayed, but the original text.

Here is te definition of the macros:


%ALIAS{name="test1" value="test2"}%
%ALIAS{name="(c)" regex="$start\(c\)$stop" value="©"}%

test1

test2

(c)


%ALIASES% 

And this is the Result:

test1

test2

(c)

Name    Value
(c)    ©
test1    test2 

So, the %ALIASES% - macro shows the right values, but how do I make the aliasis in the text work?

Foswiki 1.0.10
AliasPlugin 9912

-- MaikSchoenfeld - 26 Nov 2010

QuestionForm edit

Subject Using an extension
Extension AliasPlugin
Version Foswiki 1.0.10
Status Asked
Topic revision: r1 - 26 Nov 2010, MaikSchoenfeld
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy