Skip to content

Automatically generate unique ids for all pages and Artboards in a sketch document.

Notifications You must be signed in to change notification settings

vvestnes/autoid-sketch-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

autoid-sketch-plugin

This plugin will prepend an incremental ID on all your Pages and Artboards.

Example: You sketch document contains 3 pages:

Landingpage

  • My first Artboard!
  • Another artboard
  • Testing more artboards

Signup

  • Mobile

Login

  • Mobile design
  • Tablet design
  • Desktop (mockup)

Symbols

Running AutoID in this sketch document

will give the following result (Pages and Artboard names):

1 Landingpage

  • 1.1 My first Artboard!
  • 1.2 Another artboard
  • 1.3 Testing more artboards

2 Signup

  • 2.1 Mobile

3 Login

  • 3.1 Mobile design
  • 3.2 Tablet design
  • 3.3 Desktop (mockup)

Symbols


Version:

1.2 Applies ids X to all pages, and X.Y on all artboards. where X = incremental page number, and Y = incremental artboard number.

1.1 Make AutoID only give id to pages which contains artboards (pages without artboards will be left unchanged)

1.0 First release

Enjoy!

About

Automatically generate unique ids for all pages and Artboards in a sketch document.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published