All Projects → thierryc → Sketch Find And Replace

thierryc / Sketch Find And Replace

Licence: mit
Sketch plugin to do a find and replace on text within layers

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sketch Find And Replace

Overrideit Sketchplugin
Overrideit is sketch plugin that allow designers to search in overridelist and overrides dropdowns, and with many other features.
Stars: ✭ 113 (-83.69%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch, ux
Sketch Commands
A collection of script commands for Sketch.app
Stars: ✭ 826 (+19.19%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch
Sketch Image Compressor
A Plugin for Sketch that compresses your bitmap assets, to keep filesize to a minimum.
Stars: ✭ 338 (-51.23%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch
Keys For Sketch
Advanced shortcut manager for Sketch app.
Stars: ✭ 281 (-59.45%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch
Notes
A sketch plugin for taking notes
Stars: ✭ 87 (-87.45%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch
sketch-crowdin
Connect your Sketch and Crowdin projects together
Stars: ✭ 35 (-94.95%)
Mutual labels:  sketch, sketch-plugin, sketch-app, ux-design
autopdfexporter-sketch-plugin
A Sketch Plugin to auto-export all '[S]' Prefix artboards to a single pdf, no slices needed! Plugin auto creates slices from prefixed Artboards and exports them into a single page-sorted pdf file.
Stars: ✭ 16 (-97.69%)
Mutual labels:  sketch, sketch-plugin, sketch-app, sketchapp
Lunacy Docs
Documentation for Lunacy, Graphic Design Software with built-in assets
Stars: ✭ 190 (-72.58%)
Mutual labels:  sketch-app, sketch, ux, ux-design
Sketch Batch Create Symbols
A plugin for Sketch to convert selected layers to individual symbols.
Stars: ✭ 134 (-80.66%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch
Sketchcrapp
SketchCrapp - Crack your Sketch.app in seconds :) Supports MacOS Big Sur.
Stars: ✭ 218 (-68.54%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin, sketch
Sync.sketchplugin
Keep your design team in sync!
Stars: ✭ 357 (-48.48%)
Mutual labels:  sketchapp, sketch-plugin, sketch, ux
ForeignIpsum
Generate text for your mockups in multiple languages ¯\_(ツ)_/¯
Stars: ✭ 43 (-93.8%)
Mutual labels:  sketch, sketch-plugin, sketch-app
sketch-data-faker
A Sketch plugin providing 130+ types of smart placeholder content for your mockups from Faker.js and other sources.
Stars: ✭ 62 (-91.05%)
Mutual labels:  sketch, sketch-plugin, sketchapp
sketch-library-audit
Export Symbol and Shared Style data from any Sketch Library to CSV.
Stars: ✭ 17 (-97.55%)
Mutual labels:  sketch, sketch-plugin, sketch-app
RemoveAllGuides
Plugin for Sketch App.
Stars: ✭ 21 (-96.97%)
Mutual labels:  sketch, sketch-plugin, sketch-app
Sketch Lint
Check the compliance of your design guidelines within seconds
Stars: ✭ 291 (-58.01%)
Mutual labels:  sketch-app, sketch-plugin, sketch
Artboard Manager
Because moving Artboards manually is *so* 2016
Stars: ✭ 672 (-3.03%)
Mutual labels:  sketch-app, sketchapp, sketch-plugin
sketch-action-api-tester
A plugin to listen to all the events in the Action API
Stars: ✭ 26 (-96.25%)
Mutual labels:  sketch-plugin, sketch-app, sketchapp
sketch-dark-mode
Generate a dark mode version of any Sketch document, the right way.
Stars: ✭ 58 (-91.63%)
Mutual labels:  sketch, sketch-plugin, sketchapp
Chromatic Sketch
Sketch plugin for creating good-looking and perceptually uniform gradients and color scales.
Stars: ✭ 445 (-35.79%)
Mutual labels:  sketch-app, sketch-plugin, sketch

Find and Replace V2 for Sketch

Find and Replace (text) for Sketch

Folow me on twitter to be posted.

sketch 62 and >. (version: 2.6.0)

New Shortcut : "cmd option shift f"

How to

Remembers your settings - Remembers your settings for next time you do a find/replace (doesn't remember find/replace/scope as these will change each time)

Regex new feature

Get the Regex Power ! ⚡️

"John Smith" to "Smith John"

Find

(\w+)\s+(\w+)

Replace with

$2 $1

Result: Smith John.

Replace all double spaces

Find

\s{2,}

Replace with

(one space)

Follow me on twitter for more tips.

https://twitter.com/Autre_planete

Issues or ideas

If you have any problems, or ideas, please open an issue!

Credits and Thanks

V1 Created by Martin Steven - @mscodemonkey - Thank you Martin.

V2 Created by Thierry Charbonnel - @thierryc.

V2 Maintained and improved by Thierry Charbonnel - @thierryc.

Thanks to Aby Nimbalkar - @abynim - for the SketchPlugin-Remember code to save user settings.

Thanks to Autre Planete - @thierryc - for writing the code to change text within symbol overrides.

Thanks to Vincenzo Petito - @vincenzopetito - for code within Shapr showing how to focus the text field on start and tabbing between input fields found within the dialog.

Thanks to Sean Dellis - @seandellis - for his help, test sketch doc and issues review.

Thanks to @iconmaster - for his test.

Disclaimer

I take no responsibility for what you find and replace, or for any changes made unintentionally due to this software erroring. I do test it before I release it so the chances of bugs are minimised, but still, use wisely and completely at your own risk. Remember, cmd-z is your saviour.*

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].