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.
How can I put the value of a symbol's width/height into a text field on an artboard?
69 Views Asked by Alan Weibel At
1
There are 1 best solutions below
Related Questions in SKETCH-3
- How to get a checkbox input in a Sketch plugin with Cocoascript?
- Change font new text
- AngularJS - Dont' design the page and then change it with DOM? Why?
- NSXMLElements breaking line before close TAG - Cocoascript
- Sketch layout to android XML
- Finding a pattern or formula to convert Sketch shape path points(json format) to svg path
- Material SVGs exported from sketch not showing up in client's browser, but fine in my browser - how to test?
- Has the syntax for NSArray arrayWithObject changed in recent Sketch versions?
- How can I open .sketch files in Linux or Windows?
- Wrong size when exporting png from Sketch
- How to combine to shapes into one? Sketch
- Calculate resolution for objects from Sketch iPhone UI
- Custom Map Annotation is blurry
- Export ImageSets @2x and @3x sizes from Sketch to Xcode
- How can I put the value of a symbol's width/height into a text field on an artboard?
Related Questions in SKETCHAPP
- StoryBoard Different screen sizes iOS
- How to get a checkbox input in a Sketch plugin with Cocoascript?
- Change font new text
- How do I create a partially overlapping shape in Sketch?
- In order to save the size of exported SVG file, I want to reuse a symbol but how could I do that with Sketch?
- Converting Sketch Designs to React Native - tool or coding shop?
- Finding a pattern or formula to convert Sketch shape path points(json format) to svg path
- Sketch json output to html
- Material Design plugin in Sketch: How do you export the generated theme?
- Has the syntax for NSArray arrayWithObject changed in recent Sketch versions?
- Sketch with Dropbox and multiple users
- MOJavaScriptException: TypeError: undefined is not an object (evaluating 'exports.Headers = global.Headers')
- Applying Scale Transform to SVG group
- Dynamically generating files on heroku
- Exporting artboards fails with Sketch's update 44?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
There is no native option to do this kind of thing with Sketch App (v50.2).
Try making your own plugin for this.