Recently a friend posted on the forums about the idea of being able to share a preview link to an item. While the solution outlined below may not meet his exact needs, it illustrates how easy it is to tap into Episerver plug-in areas to and add additional functionality to the editing interface.
There are three parts to creating this enhancement:
- Register your modules in the modules.config
- Update or create an initialization module
- Create a command to execute the menu click event.
The full article, include code snippets can be found on my blog: Add a Copy Preview Link to the Navigation Pane