Writer - Infomaker/Dashboard-Plugin GitHub Wiki

Writer Plugin

Version: 1.7.0


⚠️ V >= 1.7.0 require the new Dashboard plugin in Writer, please replace your old plugin with the new one, See how 🤓 ⚠️


The Writer is not developed by the Dashboard team, so if you have any questions, issues or want to know more about the Writer go to https://infomaker.github.io/NPWriterDevelopers/

Getting started

Embed the Infomaker Writer directly into your Dashboard.

dashboard-writer

Installing

in your dashboard go to > plugins > install plugin >

  • Stage: https://plugins-stage.s3.amazonaws.com/se-infomaker-writer/{{VERSION}}
  • Prod: https://plugins-prod.s3.amazonaws.com/se-infomaker-writer/{{VERSION}}
  • IMID: https://plugins-imid-dev.s3.amazonaws.com/se-infomaker-writer/{{VERSION}}

Writer Release Notes

what's new

  • Fix displaying the full tab title if it's possible.
  • Fix mounting integration plugin between Dashboard and Writer when Meta tab is not active in Writer.
  • Added config to display eathir Article's headline or Article's name as a tab title if Tabs are active.

Configured with a Writer endpoint

  • in your Dashboard go to > plugins > Writer > settings.
  • and add Writer endpoint url, example: https://writer.demo.imit.infomaker.io
  • and then click save.

dashboard-writer-endpoint

Activate Writer-Tabs

  • in your Dashboard after you have installed Writer Plugin go to > Dashboard menu > Application settings.
  • in Writer Plugin settigs, click on writer tabs switch button.
  • and then click save, to save the changes.

dashboard-writer-tabs

Choose Tab title value

Now you can choose between Article's headline and Article's name to be as a Tab title when you have your Tabs active

  • in your Dashboard after you have installed Writer Plugin go to > Store > Writer plugin.
  • Click on settings button.
  • You will See at the bottom of the Settings section two options that you can select from
  • Select your option and click on save

dashboard-writer-tabs


Update Dashboard plugin in Writer

To test the new Dashboard integration plugin in your Writer:

  • Go to your Writer endpoint.
  • Go to your settings by pressing CMD + shift + Y in Mac or Ctrl + shift + Y in Windows.
  • Find and remove the old plugin with name: dashboardintegration.
  • Addd new plugin with the following settings:
    • Id: io.infomaker.dashboard
    • Name: dw-plugin-dashboard
    • Plugin src url: https://plugins.writer.infomaker.io/v1/infomaker/dw-plugin-dashboard/{PLUGIN_VERSION}/index.js
    • Plugin css url: https://plugins.writer.infomaker.io/v1/infomaker/dw-plugin-dashboard/{PLUGIN_VERSION}/style.css
  • Then enable the new plugin by activate the enable switch button.

See Dashboard plugin configuration

See Dashboard plugin versions