Skip to content

Commit

Permalink
Update skpm version, add command icons and descriptions for Sketch Ru…
Browse files Browse the repository at this point in the history
…nner
  • Loading branch information
romannurik committed Nov 2, 2017
1 parent 842e2ae commit dd18179
Show file tree
Hide file tree
Showing 15 changed files with 251 additions and 1,000 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 15 additions & 5 deletions ArtboardTricks.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,43 @@
"handler": "onRun",
"shortcut": "ctrl cmd option s",
"name": "Select Artboards Containing Selection",
"identifier": "command-select-artboards"
"identifier": "command-select-artboards",
"description": "For each selected layer, selects its containing artboard instead.",
"icon": "icon_select_artboard.png"
},
{
"script": "command-rearrange-grid.js",
"handler": "onRun",
"shortcut": "ctrl cmd option r",
"name": "Rearrange Artboards Into Grid",
"identifier": "command-rearrange-grid"
"identifier": "command-rearrange-grid",
"description": "Rearranges artboards on the current page into rows, based on the artboard's current position.",
"icon": "icon_rearrange.png"
},
{
"script": "command-preferences.js",
"handler": "onRun",
"name": "Artboard Tricks Preferences",
"identifier": "command-preferences"
"identifier": "command-preferences",
"description": "Customize how Artboard Tricks behaves.",
"icon": "icon_preferences.png"
},
{
"script": "command-numbers-add.js",
"handler": "onRun",
"shortcut": "ctrl cmd option n",
"name": "Prefix Artboard Names With Numbers",
"identifier": "command-numbers-add"
"identifier": "command-numbers-add",
"description": "Adds number prefixes to artboards on the current page based on their position (best used in conjunction with the Rearrange command).",
"icon": "icon_prefix_add.png"
},
{
"script": "command-numbers-remove.js",
"handler": "onRun",
"name": "Remove Artboard Number Prefixes",
"identifier": "command-numbers-remove"
"identifier": "command-numbers-remove",
"description": "Removes number prefixes from artboards on the current page.",
"icon": "icon_prefix_remove.png"
}
],
"menu": {
Expand Down
Binary file added art/icons.sketch
Binary file not shown.
Loading

0 comments on commit dd18179

Please sign in to comment.