Expose a UI that makes it easy to select Ignite UI jQuery API members and insert a tokenized URL into the topic.
User Stories
As a writer I want to be able to use a window to find the Ignite UI API member I want to link to so that I don't have to switch contexts (ex: go out to a web browser) to find the appropriate URL of the API member I am linking to.
As a writer I want to select the API member (once I have found the one I am looking for) and have the selected text wrapped with a link pointing to the API member with a tokenized URL*
* A tokenized URL would replace the version-specific parts of the URL with replacement tokens. For instance, if the API doc for the igGrid was selected then the resulting URL would have a token root url:
{jQueryAP}/ui.iggrid
Note: To begin we can first have the dialog navigate to the public website and allow the user to select the appropriate member and the Livewire will format the value as needed.
Expose a UI that makes it easy to select Ignite UI jQuery API members and insert a tokenized URL into the topic.
User Stories
* A tokenized URL would replace the version-specific parts of the URL with replacement tokens. For instance, if the API doc for the igGrid was selected then the resulting URL would have a token root url:
Note: To begin we can first have the dialog navigate to the public website and allow the user to select the appropriate member and the Livewire will format the value as needed.