Infragistics / livewire

A simple web content editor built with Electron
https://waffle.io/infragistics/livewire
20 stars 9 forks source link

jQuery API Linking #4

Closed craigshoemaker closed 5 years ago

craigshoemaker commented 9 years ago

Expose a UI that makes it easy to select Ignite UI jQuery API members and insert a tokenized URL into the topic.

User Stories

  1. 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.
  2. 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.