Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
/ presentator-xd Public archive

[READ-ONLY] Adobe XD plugin for Presentator

License

Notifications You must be signed in to change notification settings

presentator/presentator-xd

Repository files navigation

Presentator Adobe XD plugin

Important

This plugin is deprecated and works only with Presentator v2.

Plugin screenshots

Adobe XD plugin to export artboard renditions to Presentator v2.

OAUTH2 is not supported. The users can authenticate only via email and password (#178).

This repository is READ-ONLY. Report issues and send pull requests in the main Presentator repository.

Installing

From the Adobe XD marketplace

Open Adobe XD and go to Add-ons > Plugins. Search for Presentator Export and then click Install.

Manually

Download /dist/presentator.xdx and double click to install.

Development

The plugin is built with Vue.js and Webpack. It is intended to be used with Presentator v2.x. The auto screen replace functionality requires Presentator v2.3+.

  1. Download or clone the plugin repo in the Adobe XD Develop Folder

  2. Run the appropriate console commands:

# installs dependencies
npm install

# generates a development build
npm run dev

# generates a development build while watching for file changes
npm run watch

# generates production ready build
npm run build