I am developing a plugin to manage "wiki-style" internal links in our collaboration software.
The links will be of the style '<a href="wiki/name">text-to-display</a>', where 'name' is the name of a page stored within the database.
It was very easy to make the plugin to create these internal links, but I would like to add the functionality to update them without the user having to know about the format. Currently I have the "Edit Link" functionality in the context menus, but I would like to either add, or preferably replace this by, an "Edit Wiki Link" entry which would display my own dialog box.
The problem I need a little help with is how to identify that this is a "special" link and handle it accordingly. Any insights gratefully received.