Skip to content

Commit

Permalink
Updated Action Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Collurafici committed Jul 12, 2019
1 parent dea8977 commit cb4f741
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Installation

<img src="images/runer.png" width="280px"/>
- Install with Sketch Runner
OR
- [Download](https://github.com/acollurafici/PinUp/releases/tag/v0.3.2) the latest release of the plugin
- Un-zip
- Double-click on PinUp.sketchplugin
Expand Down
Binary file added images/runner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,95 +9,95 @@
"icon": "tlrh.png",
"iconDark": "tlrhDark.png",
"script": "./header.js",
"description": "Fixed Header"
"description": "Pin: Top,Left,Right | Fixed: Height"
},
{
"name": "Fixed Footer",
"identifier": "footer",
"icon": "lbrh.png",
"iconDark": "lbrhDark.png",
"script": "./footer.js",
"description": "Fixed Footer"
"description": "Pin: Bottom,Left,Right | Fixed: Height"
},
{
"name": "Fixed Left Side Bar",
"identifier": "leftSideBar",
"icon": "tlbw.png",
"iconDark": "tlbwDark.png",
"script": "./leftSideBar.js",
"description": "Fixed Left Side Bar"
"description": "Pin: Top,Left,Bottom | Fixed: Width"
},
{
"name": "Fixed Right Side Bar",
"identifier": "rightSideBar",
"icon": "tbrw.png",
"iconDark": "tbrwDark.png",
"script": "./rightSideBar.js",
"description": "Fixed Right Side Bar"
"description": "Pin: Top, Right, Bottom | Fixed: Width"
},
{
"name": "Row Fixed Height",
"identifier": "rowFixed",
"icon": "lrh.png",
"iconDark": "lrhDark.png",
"script": "./rowFixed.js",
"description": "Row Fixed Height"
"description": "Pin: Left, Right | Fixed: Height"
},
{
"name": "Column Fixed Width",
"identifier": "columnFixed",
"icon": "tbw.png",
"iconDark": "tbwDark.png",
"script": "./columnFixed.js",
"description": "Column Fixed Width"
"description": "Pin: Top, Bottom | Fixed: Width"
},
{
"name": "Pin Top",
"identifier": "pinTop",
"icon": "thw.png",
"iconDark": "thwDark.png",
"script": "./pinTop.js",
"description": "Pin Top"
"description": "Pin: Top | Fixed: Height, Width"
},
{
"name": "Pin Bottom",
"identifier": "pinBottom",
"icon": "bhw.png",
"iconDark": "bhwDark.png",
"script": "./pinBottom.js",
"description": "Pin Bottom"
"description": "Pin: Bottom | Fixed: Height, Width"
},
{
"name": "Pin Left",
"identifier": "pinLeft",
"icon": "lhw.png",
"iconDark": "lhwDark.png",
"script": "./pinLeft.js",
"description": "Pin Left"
"description": "Pin: Left | Fixed: Height, Width"
},
{
"name": "Pin Right",
"identifier": "pinRight",
"icon": "rhw.png",
"iconDark": "hwrDark.png",
"script": "./pinRight.js",
"description": "Pin Right"
"description": "Pin: Right | Fixed: Height, Width"
},
{
"name": "Pin All",
"identifier": "pinAll",
"icon": "tlbr.png",
"iconDark": "tlbrDark.png",
"script": "./pinAll.js",
"description": "Pin All"
"description": "Pin: Top, Left, Bottom, Right"
},
{
"name": "Fixed Size",
"identifier": "fixedSize",
"icon": "hw.png",
"iconDark": "hwDark.png",
"script": "./fixedSize.js",
"description": "Fixed Size"
"description": "Fixed: Width, Height"
},
{
"name": "Clear All",
Expand Down

0 comments on commit cb4f741

Please sign in to comment.