From 3b82ec3cbec29288b6e78d6ac68ec19c2326cc6e Mon Sep 17 00:00:00 2001 From: Finchalyzer Date: Tue, 9 May 2017 16:40:28 +0300 Subject: [PATCH] Version bump to 0.1.2 --- README.md | 6 ++---- Slinky.sketchplugin/Contents/Sketch/manifest.json | 2 +- source/package.json | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ab29893..c42627d 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/Slinky.sketchplugin/Contents/Sketch/manifest.json b/Slinky.sketchplugin/Contents/Sketch/manifest.json index 0398e49..ca6e76f 100644 --- a/Slinky.sketchplugin/Contents/Sketch/manifest.json +++ b/Slinky.sketchplugin/Contents/Sketch/manifest.json @@ -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" : "human@finch.io", "author" : "finchalyzer", diff --git a/source/package.json b/source/package.json index 4b77c24..41f4914 100644 --- a/source/package.json +++ b/source/package.json @@ -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": {