Questions tagged [sketchapp]

Digital design application for Mac, produced by Bohemian Coding.

117 questions
1
vote
1 answer

Text Runaround in Sketch App

After searching around the web, I believe I've come to the conclusion that Sketch still does not have a text runaround feature. The clip-path property is available to us (https://www.sarasoueidan.com/blog/css-shapes/#applying-a-custom-shape) and…
Vaughn D. Taylor
  • 617
  • 1
  • 8
  • 20
1
vote
1 answer

How can I put the value of a symbol's width/height into a text field on an artboard?

I'd like to take the width/height of an element or symbol in Sketch and have that value displayed in a Text element on an artboard. As you scale the element or symbol, the Text element is updated on the artboard with the correct value.
Alan Weibel
  • 392
  • 3
  • 11
1
vote
1 answer

Material theme editor plugin not opening

I've just installed the material theme editor from https://material.io/tools/theme-editor/ but when I click on Material > "Open theme editor" from my Sketch plugins tab, nothing opens. I know the plugin successfully installed because I can click on…
K V
  • 31
  • 3
1
vote
1 answer

Shadows in Swift are totally different than in Sketch

Iam trying to apply shadow to tableView cell, which is rounded. So the cell view's hierarchy is: -TableView -Cell //height 85 -ContentView //height 85 -View //height 85 -RoundedView //height 65 And this is how I am applying the…
Tarvo Mäesepp
  • 4,477
  • 3
  • 44
  • 92
1
vote
0 answers

Sketch plugin development, how get layers hierarchy

I have a function like this: function selectLayersOfType_inContainer( layerType, containerLayer ) { // Filter layers using NSPredicate var scope = containerLayer.firstObject().children(), predicate =…
1
vote
1 answer

Style Shape in Sketch from CSS

I have this CSS : shadowColor: '#444', shadowOffset: { width: 5, height: 5 }, shadowOpacity: 0.2, shadowRadius: 8, backgroundColor: 'white', borderRadius: 10, I'd like to replicate this style on Sketch. But it uses 'Blur' and 'Spread' property for…
Louis Lecocq
  • 1,764
  • 3
  • 17
  • 38
1
vote
0 answers

How do I get the image of the UIContextualAction button to display properly?

I made an image for the button of a UIContexualAction using sketch but when I loaded the image onto a tableViewCell, the image turned out like below. This is the code that was added to the UIContextualAction. let action =…
Kauna Mohammed
  • 797
  • 1
  • 6
  • 14
1
vote
1 answer

How return .zip file to .sketch file?

In version 43 of Sketch users can get content of the file by change .sketch extension on .zip and after unarchiving this. But how I can return .zip file to .sketch file? Now when I change extension I get an error after opening the file "The document…
Tony
  • 69
  • 5
1
vote
1 answer

Anchoring an arrow to a shape in Sketch

I know this is quite a basic question, but I've been unable to find an answer to it anywhere. Is there a way to anchor an arrow (or line) a particular shape so that when the shape moves it drags the arrow/line along? Right now if I move the shape,…
user2490003
  • 10,706
  • 17
  • 79
  • 155
1
vote
2 answers

How to draw donut chart in sketch app, which generates correct SVG code

I have few issues with the way sketch app is generating donut chart. This is how am building the donut chart in Sketch app Please refer to screenshots to follow I created a 200px by 200px circle Empty fill. Stroke of 25 (center position). This…
user1275105
  • 2,643
  • 5
  • 31
  • 45
1
vote
1 answer

Troubleshooting bizarre SVG behavior

I exported three svgs via Sketch as elements to be included in html, but one (twitter) is leaving me utterly perplexed. All three svgs were created the same way, all three use #999999 as their stroke color, and have stroke-width: 2. However,…
Androbaut
  • 409
  • 5
  • 19
1
vote
2 answers

How to create text placeholders in sketchapp?

I want to create a navigation trail in sketchapp so I have: section 1 > section 2 > section 3 and so forth. My problem is that I want to be able to have more or less than 3 sections. So that it is possible to just have: section 1 or section 1 >…
HGB
  • 2,157
  • 8
  • 43
  • 74
1
vote
1 answer

Sketch: Resize symbol with shadow

Sketch v42. I have simple box symbol with shadow(x:10, y:10). when I resize symbol, shadow is not resized. How I can implement resize(include shadows) on the symbol.
memoris
  • 149
  • 2
  • 12
1
vote
2 answers

Automatically add text over image

Have to add different text over an image. The texts are in the table. There are about 10,000. How can I automate this process? Maybe script for Photoshop? Or something else? Thank you in advance!
Nick Datsky
  • 13
  • 1
  • 3
1
vote
0 answers

Change font new text

Is there a way to assign a specific font to a text in sketch Plugin? I need to create a text and assign it directly the Arial font. Here's my code: var list = [[[NSFontManager sharedFontManager] availableFontFamilies] description]; var layer =…