
Click and install. Link: figma.com/Text-Prettier
Помогает автоматически расставить неразрывные пробелы, исправить мелкие опечатки, привести кавычки к правильному виду, заменить дефисы на тире в нужных местах и многое другое.
В данном проекте используется typograf (c) от hcodes
Figma plugin to make text legible, readable, and appealing when displayed.
You must be using the Figma Desktop App for Windows or macOS. It is currently not possible to use local builds of a plugin through the web interface.
This plugin uses Typescript and Webpack.
- Clone this repo
git clone https://github.com/ashmee/TextPrettier.git - Open directory with the project in terminal.
- Type
npm i - Build files to
./distfolder:npx webpack --mode=production -watch - Open
manifest.jsonfrom Figma Desktop App (Follow step 2 from "Installation from Zip")
- Unzip the
TextPrettier.zipfile somewhere on your computer where you will be able to find it later. - Open the Figma desktop app
- In Figma, on the left-hand sidebar of your dashboard, click “Plugins”
- On the right-hand sidebar of “Plugins”, next to “Create your own plugin”, click the “plus” icon.
- In the resulting modal, under “Link existing plugin”, click on “Click to choose a
manifest.jsonfile” - Navigate to the directory that you un-zipped and select the
manifest.jsonfile.
Once linked, do not move the directory containing the manifest.json file. If you do, you will need to re-link it by following the process above, starting with step 2.