You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In using the WikiWordExtension, I discovered that only certain characters are permitted. I am trying to customize the extension to accept slashes as part of the definition, but I found that the regular expression defining what it means to be a wiki word is hardcoded.
It would be nice if user's could supply their own custom regular expression defining what the wiki word should be. As is, I had to copy the whole extension to tweak the regular expression to suit my needs.