Develop with Writer
How to use Writer functionality in your plugin
Getting started
Writer plugin gives you methods to use in your plugin to open articles in Writer application if it's mounted in the same workspace along your plugin, or open an article with the Naviga writer in a new tab.
Writer register its own methods with Dashboard Actions
In order to utilise these methods your should look into adding them as requirements to your plugin in order to bind them to a unique identifier of your own. Read more here
In following segment you will learn how to work with these different methods.
Last updated