Dashboard Writer
5.1.2
5.1.2
  • About
  • Changelog
  • User
    • How to
  • Admin
    • Config
      • Store author data
      • Writer 7 and later
      • Writer 8 and later
      • Structure
        • Article size
      • Copy articles
    • Requirements
    • Migration
      • v3 => v4
      • v4 => v5
  • Developer
    • Develop with Writer
      • Create
      • Open
      • Copy
      • Get article
      • Get instance
Powered by GitBook
On this page

Was this helpful?

  1. Developer

Develop with Writer

How to use Writer functionality in your plugin

Previousv4 => v5NextCreate

Was this helpful?

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

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.

Dashboard Actions
Read more here