This plugin can convert from Sketch to JSON w/assets files, further convert from JSON w/assets to Sketch file. (README in 🇯🇵)
brew install jq
- Run the plugin (Plugins -> Exchanger).
- Select Sketch file.
- Convert from Sketch to JSON w/assets in the same directory.
- Run the plugin (Plugins -> Exchanger).
- Select a directory.
- Convert from JSON w/assets to Sketch in the parent directory.
Download the plugin zip and unzip. Open the Folder and double click the "Sketch Exchanger.sketchplugin".
このプラグインは、SketchファイルからJSONとリソースファイルへの変換およびJSONとリソースファイルからSketchファイルへの変換をすることができます。
brew install jq
- プラグインを実行します。
- 変換するSketchファイルを選択します。
- 選択したSketchファイルと同名のディレクトリを生成し、その中にJSONとリソースを格納します(実質はSkechファイルをunzipしたものです)。JSONファイルはjqで整形します。
- プラグインを実行します。
- 変換するディレクトリ選択します。
- 選択したディレクトリと同ディレクトリへSketchファイルを生成し、ファイルを開きます。
または、ZIPファイルをダウンロード・伸張し、「Switch Text Spacing.sketchplugin」をダブルクリックしてインストールできます。
via. .sketchファイルからJSONファイルに展開⇔展開ファイルから.sketchファイルに戻す - Qiita. Thanks @poyosi!