This Adobe XD plugin runs inside the Adobe XD software and helps Sisense users to generate Sisense BloX templates with the blink of an eye!
To install this plugin in Adobe XD from the Adobe Marketplace:
- Launch Adobe XD
- Search for Sisense on the plugins marketplace inside Adobe XD
- Install it, done! 👍
- Draw something you want to convert into a graph
- Add input text elements (each one of them will be loaded with a dynamic value afterwards)
- Select your complete design
- Click on the Sisense plugin on the plugins navigation bar or
Ctrl+Option+C
on mac orCtrl-Alt-C
on PC. - After the success message your template will be copied to clipboard
- Paste the template code into BloX code editor
- Rename your value labels to
textvalue0
or any number according to the amount of text labels you've added.
- You may contribute to this project by submitting a Merge Request
- Document your code with inline comments
- Do not use any dependencies that have a stricter license than this project
- In Adobe XD, search for Plugins > Development > Show Develop Folder
- Clone this repo to a folder within the Adobe XD Develop Folder
- Run
yarn dev
- Edit with your favorite IDE
To validate the plugin before publish run this command:
yarn plugin:validation
To publish the plugin run this command:
yarn plugin:publish
To open debbug console open Adobe XD and navigate to Plugins > Development > Developer Console
You can now debug!