Skip to content

Commit

Permalink
Version bump to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rihardsgravis committed May 9, 2017
1 parent ffe45fe commit 3b82ec3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ Slinky will automatically export image and icon assets, but you need to individu


### ⚠️ Links
Link support is a bit hacky for now. You have ~~two~~ three options:
- Name your group/shape/layer as the link you want to use for it. Slinky will catch that and automatically convert that object to a link
- Slinky will automatically convert to links text layers containing a valid url or email
- Add the links afterwards in the code or with whatever tool you will use for sending the email
Go to *Plugins -> Slinky -> Show/Hide Link URL* to show the Slinky link input in the inspector sidebar. Select the target layer and fill the *Link URL* field with the target link or e-mail.
For now this does not work for selected text *(help needed)*.

### ⚠️ Fonts
Slinky does not check the template for custom fonts *(yet)* and will export the template as it is. For the safest result across different email clients, we suggest you to use cross-platform fonts only:
Expand Down
2 changes: 1 addition & 1 deletion Slinky.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "Slinky",
"identifier" : "com.sketchapp.slinky-plugin",
"version" : "0.1.1",
"version" : "0.1.2",
"description" : "Export HTML email templates from Sketch",
"authorEmail" : "[email protected]",
"author" : "finchalyzer",
Expand Down
2 changes: 1 addition & 1 deletion source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slinky-sketch",
"version": "0.1.1",
"version": "0.1.2",
"description": "Export your Sketch designs as HTML email templates",
"main": "slinky/Slinky.ts",
"scripts": {
Expand Down

0 comments on commit 3b82ec3

Please sign in to comment.