Slash-commands not looking for exact match on link name
Verified in 1.2.1: The /autolink commands does not look fot the exact link name when you try to manipulate links. This makes it impossible to manipulate some links.
Example:
/autolink add testA This is fine. /autolink add testA2 Also fine. /autolink set testA Pattern 123456789 returns: "testA" matched more than one link: ["testA" "testA2"]
As a result you have to remove link testA2 in order to manipulate testA.
Correct behaviour would be to only look for a exact match.
hey, can I grab this one?
any update on this?
just out of sheer desperation i tried to use the index numbers of each autolink to change my version of the testA link – and what can i say, this works!
/autolink list
1: testA
Pattern: ``
Template: ``
2: testA2
Pattern: ``
Template: ``
/autolink set 1 Pattern 123456789
1: testA
Pattern: 123456789
Template: ``
2: testA2
Pattern: ``
Template: ``