Print Measurement Plugin

Adds functionality to visualize when an NCS Article is copyfit, underset, or overset.

Plugin specification

Print Measurement Plugin adds a "Request Copyfit" button to the sidebar tab "NCSContent". If the article is not an
NCS article, the button will be disabled.

Plugin configuration

{
  "id": "io.infomaker.printmeasurement",
  "name": "im-printmeasurement",
  "url": "https://plugins.writer.infomaker.io/v1/infomaker/im-printmeasurement/{PLUGIN_VERSION}/index.js",
  "style": "https://plugins.writer.infomaker.io/v1/infomaker/im-printmeasurement/{PLUGIN_VERSION}/style.css",
  "enabled": true,
  "mandatory": false,
  "data": {
    "ncsHost": "http[s]://hostname[:port]",
    "ncsCredentials": {
      "user": "username",
      "password": "myPassword"
    }
  }
}

Options

Property Type Required Description
ncsHost Number true URL to NCS webservice root. Can contain host, do not include ending slash
ncsCredentials.user String true Username to use when interacting with NCS copyfit webservice
ncsCredentials.password Number true Password to use when interacting with NCS copyfit webservice

Output

This plugin generates no output.