Develop with Writer
How to use Writer functionality in your plugin
Was this helpful?
How to use Writer functionality in your plugin
Was this helpful?
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
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.
In following segment you will learn how to work with these different methods.