Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.91 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.91 KB

Sketch-Quick-Presentation

A Sketch plugin to quickly share multiple artboards with an optional title.

Download and installation

  1. Download the plugin ZIP.
  2. Unzip the downloaded file and double click "Quick Presentation.sketchplugin". It will be automatically installed into Sketch.

Create an artboard around selected artboards

Plugins / Quick Presentation / Without Titles

Generate artboard without titles

Create an artboard around selected artboards and add a title above each

Plugins / Quick Presentation / With Titles

Generate artboard with titles

Customize the plugin

To edit: Right-click 'Quick Presentation.sketchplugin' → Select 'Show Package Contents' → Open config.js in a text editor.

  • docSize: Defaults to 1 for designing at 1x. Change it to '2' if you're designing at 2x.
  • margin: Sets the margin around your presentation. Default: 20
  • artboardColor: Sets the artboard background color. Default: #E6E6E6
  • artboardTitle: Sets the title for the new artboard presentation that will be created. Default: example
  • titleAboveScreens: Sets the default text for screen titles. If this is commented out, then it will use the artboard title as the text. Default: ScreenTitle
  • fontType: Font type for titles above artboards. Default: Helvetica
  • fontColor: Font color for titles above artboards. Default: #2F5060
  • fontSize: Base font size for titles. This will double when docSize set to 2. Default: 18
  • createArtboardShadows: Draw a shape with shadow behind each artboard. Default: false

Feature requests and feedback

Ping me on twitter or follow for updates.

Special thanks

to Jason Burns for help on getting the artboard to the back.