A Confluence Extension to help you create graphs on the fly.
-
Login to your Atlassian account and go to Confluence.
-
Create or edit a page and write a description of the graph.
-
Click on the [+] icon at the end of your top bar.
-
Search for Dione Diagrams.
-
Click on it and watch the magic happen!
-
Install Atlassian's Forge. Follow the instructions here to set up and login with Forge.
-
Clone this repository on your computer.
-
Open a console and type
cd Dione-Diagrams
. Runnpm i
command to install missing packages. -
Go to
manifest.yml
. Change the id of your app to the Forge application you have created in step 1. -
Go to
src/index.js
. Change the two variablesOPENAI_API_KEY
andORG_ID
to the your OpenAI key and Organisation ID. You can get these information from your console on OpenAI. -
On the top of the file is another variable called
PAGEID
. Replace its value with the ID of the page, which you want to get the content from. -
Open a console and type
cd ../static/dione
. Thennpm i
. It will install all the modules you need for the React App. Runnpm run build
. -
Deploy and install your application and use in your account!
Spotted an issue? Report it here.