Inline Notes Plugin

Annotation plugin for adding Inline Notes in text content.

The notes are still part of the Article XML and needs to be handled if used by a client

Plugin Configuration

{
    "id": "se.infomaker.im-gh-inline-notes",
    "name": "im-gh-inline-notes",
    "url": "https://plugins.writer.infomaker.io/v1/infomaker/im-gh-inline-notes/{PLUGIN_VERSION}/index.js",
    "style": "https://plugins.writer.infomaker.io/v1/infomaker/im-gh-inline-notes/{PLUGIN_VERSION}/style.css",
    "enabled": true,
    "mandatory": false,
    "data": {}
}
Property Type Required Description

Output

A inline note is found inline as an <ins>-element in the content text element.

<idf xmlns="http://www.infomaker.se/idf/1.0" dir="ltr" xml:lang="en-US">
    <group type="body">
      <element id="paragraph-4225b6447937c83a459a106e3f5acf59" type="body">
        This is some body text <ins id="inlinenote-9e79b09857f90f5b0a474945e21a8188" username="pelle.plutt@infomaker.io" creationdate="2019-03-22T13:43:43.309Z">And this is a comment</ins>.
      </element>
    </group>
</idf>