Skip to content

canisminor1990/sketch-name-organizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

56 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Name Organizer

GitHub release GitHub release

Installing Plugins

Direct download

  1. Download the ZIP file and unzip
  2. Open the NameOrganizer.sketchplugin

Install with Sketchpacks

Install sketch-name-organizer with Sketchpacks

Install with Runner

  1. Press โŒ˜ + ' open Runner window;
  2. Switch to install tab;
  3. Type NameOrganizer;
  4. Select Name Organizer item and press Return.

Usage

Name Organizer

Press โŒƒ + โŒ˜ + N on keyboard to callout the plugin dialog.

Rename Layers

Rename all layers based on their Style, TextStyle or MasterSymbol and format them.

Name Format

  • CamelCase
Foo Bar => FooBar
--for-bar-- => FooBar
__FOO_BAR__ => FooBar
  • camelCase
Foo Bar => fooBar
--for-bar-- => fooBar
__FOO_BAR__ => fooBar
  • kebab-case
Foo Bar => foo-bar
FooBar => foo-bar
__FOO_BAR__ => foo-bar
  • snake_case
Foo Bar => foo_bar
--for-bar-- => foo_bar
FooBar => foo_bar
  • Start Case
FooBar => Foo Bar
--for-bar-- => Foo Bar
__FOO_BAR__ => Foo Bar

Sort Artboards

Sort artboards based on their x and y positon.

Run with Runner

  1. Press โŒ˜ + ' open Runner window;
  2. Type name;

Contact