Skip to content
#

Sketch

sketch logo

Sketch is a digital design toolkit built for designers, intended for editing vector graphics in macOS. It is used primarily for user interface and icon design.

Here are 930 public repositories matching this topic...

wfortin
wfortin commented Jan 10, 2020

Hi, I'm trying to generate our color palette in sketch with react-sketchapp, from the documentation react-sketchapp supports Symbols and TextStyles, what about layer styles?

Example:
I can run the color palette example, but each element of the palette only has direct styles applied to it, I'd like to use layer styles like this 👇
![image](https://user-images.githubusercontent.com/2165256/7216

gerardabello
gerardabello commented Jul 1, 2019

In the documentation for Editable input:

onChange - Function callback. Use this to call the onChange function of the parent. Returns an object where the key is the label and the value is the new value.

It is not clear what will happen if I don't provide a label. In 2.14 the onChange received the value instead of an object if no label was provided. I just upgraded to 2.17 and this behavior

themer
pbsds
pbsds commented Apr 27, 2020

I'll preface this issue by saying i have only used the Web UI so far. Oh, and what a great project!

I am currently having to brute-force my way through when using the web UI to make my theme, which is an indication of a underlying problem: The lack of intention for each shade and accent

Specifically accent1 has no other description than "syntax", and is not showcased at all in the code pr

kevinwuhoo
kevinwuhoo commented Jun 30, 2017

Sometimes I want to run this from the command line. It usually happens when I don't commit to the repo constantly and then I want to generate pretty diffs for a bunch of sketch files at once. This could also potentially allow people to use it as a pre-commit hook.

If you think it's useful, I can take a crack at adding some documentation into docs/ and try to get it to read from the preference

ghaneshrs
ghaneshrs commented Apr 6, 2018

This is an issue template.

Please fill in the relevant fields – whether this is a Feature request or a Bug report
Remove any sections that are not relevant to you.


Feature request / enhancement

(Please detail the request; any mockup examples are also helpful)


Bug report

Expected behavior:

Actual behavior:

(Please include a screenshot

steveharman
steveharman commented Aug 31, 2018

Something I've never understood and couldn't find in the documentation. Font Awesome (FA) regularly update their icon font to include new fonts.

What do we do to install the updated FA fonts into sketch-iconfont?

The FA download includes an "svgs" folder that contains hundreds of .svg files in several weights - we don't have to instal each one manually, do we? And if so - how?

Thanks,

michadesign
michadesign commented Mar 30, 2020

Hello Ashung,

Create a Styleguide of all used colors in the current Document/Page/Artboard.

I know you have implemented a similar function for styles and document colors - but most of the time I see fellow designers not using these :/

Sketch already offers such a list when using the find/replace color dialog - but it can't output them as rectangles with the HEX Codes as Text Layers.

I

bomberstudios
bomberstudios commented Apr 14, 2020

(Thanks @konki-vienna for the report)

var text = new Text({
  text: 'my text',
  alignment: Text.Alignment.center,
})

throws a warning: Text.alignment is deprecated. Use Text.style.alignment instead.

The error message is a bit confusing (it means "use new Text({ style: { alignment: ... }}) instead of new Text({ alignment: ... })), so we should update both the error

Created by Pieter Omvlee

Released September 7, 2010

Organization
BohemianCoding
Website
www.sketchapp.com
Wikipedia
Wikipedia
You can’t perform that action at this time.