https://github.com/stursby/xd-copy-svg-code-plugin
Adobe XD Plugin to generate SVG code from selection.
https://github.com/stursby/xd-copy-svg-code-plugin
plugin svg xd
Last synced: over 1 year ago
JSON representation
Adobe XD Plugin to generate SVG code from selection.
- Host: GitHub
- URL: https://github.com/stursby/xd-copy-svg-code-plugin
- Owner: stursby
- Created: 2018-10-26T15:18:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:34:18.000Z (over 3 years ago)
- Last Synced: 2025-03-27T12:51:18.638Z (over 1 year ago)
- Topics: plugin, svg, xd
- Language: JavaScript
- Size: 7.54 MB
- Stars: 35
- Watchers: 4
- Forks: 10
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Copy SVG Code
> Adobe XD Plugin to generate SVG code from selection.
## Demo

## Install
### From the XD market
The easiest way is to get the plugin via the XD market. To do so, open XD and in the menu, navigate to `Plugins` > `Discover Plugins` and then search for "SVG" and it should be the fist one. Here's a demo of how it works!

### From GitHub releases
Head over to the [Latest Releases](https://github.com/stursby/xd-copy-svg-code-plugin/releases) page and then downloaded the newest `.xdx` file. Once downloaded, double click to install!
## Todo
Not sure if all of these are possible, but things I'd like to add.
- [ ] Add right click dialog
- [x] Add shortcut (mac: "Ctrl+Option+C", win: "Ctrl+Alt+C")
- [x] Allow for multiple selections / Auto group selections
- [ ] Optimize with `svgo`
- [ ] Allow user to change default options
- [ ] Get cooler icon (any designers out there?!)