Sketch as the source of truth for UI guidelines (for instance in design systems). The idea behind it was to generate either markdown or json from an artboard, fetch this data and push it to a site.
You can clone this repo or download the plugin
Double-click on sketch-export-to.sketchplugin to install it in your sketch.
Tested on Sketch 52+
heading1 | 2 | 3 | 4
- exports different heading sizes / levelsparagraph
- exports a single paragraphparagraph-multi
- exports multiple paragraphsblockquote
- exports a blockquotehorizontal-rule
- exports a horizontal lineimage-*
- exports the image (1:1) as an asset. If you have multiple symbols that are a composition of an image, group them and rename to image-*
. -*
should be always -1 | -2 | ...
so they're exported with that layer name image-1 | image-2 | ...
list-unordered
- exports an unordered listlist-ordered
- exports an ordered listThis plugin was created using skpm
. For a detailed explanation on how things work, checkout the skpm Readme.
Version | Tag | Published |
---|---|---|
2.0.0 | latest | 3yrs ago |