Skip to content

Commit

Permalink
add matchLocationOfGradientStop.js, showArtboardName.js, update creat…
Browse files Browse the repository at this point in the history
…eColorChart.js
  • Loading branch information
sky-chaser-high committed Oct 15, 2022
1 parent c9ef71f commit a3083bf
Show file tree
Hide file tree
Showing 10 changed files with 1,203 additions and 808 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log


## createColorChart.js
### 2.0.0 (2022-10-15)
### Changes
- Updated the UI.
- Black color can also be increased or decreased.
- Solid colors are supported.


## measurePathItems.js
### 1.0.1 (2022-02-17)
### Bug Fixes
Expand Down
53 changes: 49 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ This is a collection of scripts for Adobe Illustrator.
[![Download AllScripts.zip](https://img.shields.io/badge/Download-AllScripts.zip-blue)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/AllScripts.zip)

### Artboard [![Download Artboard.zip](https://img.shields.io/badge/Download-Artboard.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Artboard.zip)
- [showArtboardName.js](#showArtboardName.js) `New`
- [sortArtboards.js](#sortArtboards.js)

### Color [![Download Color.zip](https://img.shields.io/badge/Download-Color.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Color.zip)
- [createColorChart.js](#createColorChart.js)
- [createColorChart.js](#createColorChart.js) `Update`
- [extractColorsFromGradient.js](#extractColorsFromGradient.js)
- [generateGradientColor.js](#generateGradientColor.js)
- [matchLocationOfGradientStop.js](#matchLocationOfGradientStop.js) `New`
- [randomTextColor.js](#randomTextColor.js)
- [removeDeletedGlobalColor.js](#removeDeletedGlobalColor.js)
- [roundColorValue.js](#roundColorValue.js)
Expand Down Expand Up @@ -224,6 +226,7 @@ Move the cursor to the line you want to copy, and run this script.
It is not necessary to select a line.

### Notes
Since copy and paste inside the script to move the cursor position, so if you have copied the content in advance, it will be lost.
Only one line can be copied. Multiple lines are not supported.
In the case of copyLineDown.js, when copying the last line, a new line is added to work around a bug.
If you are using version 2020 or earlier, you will not be able to enter keyboard input after running the script.
Expand All @@ -240,7 +243,8 @@ Illustrator CC 2018 or higher
[![Download Color.zip](https://img.shields.io/badge/Download-Color.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Color.zip)

### Description
This script creates a color chart.
This script creates a color chart.
Both CMYK and RGB colors are supported.

![Create Color Chart](images/createColorChart.png)

Expand All @@ -251,10 +255,10 @@ This script creates a color chart.
3. Select the color you want to increase or decrease with vertical, or horizontal.
4. Enter the increase or decrease value.
Enter the percentage to be increased or decreased.
5. Set the artboard size, chip size, and units according to your preference.
5. Set the artboard size, color chip size, and units according to your preference.

### Notes
For CMYK, Black cannot be increased or decreased.
Create a color chart in a new document.

### Requirements
Illustrator CS4 or higher
Expand Down Expand Up @@ -523,6 +527,28 @@ Illustrator CS or higher



# <a name="matchLocationOfGradientStop.js">matchLocationOfGradientStop.js</a>
[![Download Color.zip](https://img.shields.io/badge/Download-Color.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Color.zip)

### Description
This script matches the location of the gradient stops and midpoints.

![Match Location Of Gradient Stop](images/matchLocationOfGradientStop.png)

### Usage
1. Select two or more gradients in the Swatches panel, and run this script.
2. Select a source gradient.

### Notes
Only gradients in the Swatches panel are supported.

### Requirements
Illustrator CS4 or higher





# <a name="measurePathItems.js">measurePathItems.js</a>
[![Download Path.zip](https://img.shields.io/badge/Download-Path.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Path.zip)

Expand Down Expand Up @@ -569,6 +595,7 @@ Move the cursor to the line you want to move, and run this script.
It is not necessary to select a line.

### Notes
Since copy and paste inside the script to move the cursor position, so if you have copied the content in advance, it will be lost.
Only one line can be moved. Multiple lines are not supported.
In the case of moveLineUp.js, when moving the last line, a new line is added to work around a bug.
If you are using version 2020 or earlier, you will not be able to enter keyboard input after running the script.
Expand Down Expand Up @@ -794,6 +821,24 @@ Illustrator CS or higher



# <a name="showArtboardName.js">showArtboardName.js</a>
[![Download Artboard.zip](https://img.shields.io/badge/Download-Artboard.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Artboard.zip)

### Description
This script shows the artboard name in the document.

![Show Artboard Name](images/showArtboardName.png)

### Usage
Just run this script.

### Requirements
Illustrator CS4 or higher





# <a name="shuffleGradientColor.js">shuffleGradientColor.js</a>
[![Download Color.zip](https://img.shields.io/badge/Download-Color.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Color.zip)

Expand Down
66 changes: 59 additions & 7 deletions README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@ Adobe Illustratorのスクリプト集です。
[![Download AllScripts.zip](https://img.shields.io/badge/Download-AllScripts.zip-blue)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/AllScripts.zip)

### Artboard [![Download Artboard.zip](https://img.shields.io/badge/Download-Artboard.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Artboard.zip)
- `New` [showArtboardName.js](#showArtboardName.js):アートボード名を表示
- [sortArtboards.js](#sortArtboards.js):アートボードをソート(アートボードパネル内のみ)

### Color [![Download Color.zip](https://img.shields.io/badge/Download-Color.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Color.zip)
- [createColorChart.js](#createColorChart.js):カラーチャート作成
- `Update` [createColorChart.js](#createColorChart.js):カラーチャート作成
- [extractColorsFromGradient.js](#extractColorsFromGradient.js):グラデーションのカラー分岐点から色を取り出す
- [generateGradientColor.js](#generateGradientColor.js):グラデーションを生成
- `New` [matchLocationOfGradientStop.js](#matchLocationOfGradientStop.js):グラデーションのカラー分岐点、中間点の位置を同期
- [randomTextColor.js](#randomTextColor.js):テキストの塗り色をランダムに変更
- [removeDeletedGlobalColor.js](#removeDeletedGlobalColor.js):Deleted Global Color を削除
- [roundColorValue.js](#roundColorValue.js):カラー数値を四捨五入
Expand Down Expand Up @@ -219,7 +221,10 @@ Illustrator CS以降

Visual Studio Code の「行を下へコピー」( <kbd>Option</kbd> / <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>↓</kbd> )、
「行を上へコピー」( <kbd>Option</kbd> / <kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd>↑</kbd> )と同様のことができます。
[Keyboard Maestro](https://www.keyboardmaestro.com/main/)や、[SPAi](https://tama-san.com/spai/)などでショートカットを割り当てると、より一層Visual Studio Codeの操作感が出せると思います。
[Keyboard Maestro](https://www.keyboardmaestro.com/main/)
[SPAi](https://tama-san.com/spai/)
[Sppy](https://sppy.stars.ne.jp/sppyai)
などでショートカットを割り当てると、より一層Visual Studio Codeの操作感が出せると思います。
ポイント文字、エリア内文字のどちらにも対応しています。

![Vscode Copy Line](images/vscode_copyLine.png)
Expand All @@ -232,6 +237,7 @@ Visual Studio Code の「行を下へコピー」( <kbd>Option</kbd> / <kbd>Alt<
行を選択する必要はありません。

#### 注意事項
カーソル位置を移動させるためにスクリプト内部でコピー&ペーストを行っています。そのため、あらかじめ文字列等をコピーしていた場合はその内容が失われてしまいます。
コピーできるのは 1行のみです。複数行には対応していません。
copyLineDown.js で最終行をコピーする場合は、バグを回避するために空行を追加します。
バージョン2020以前の場合は、スクリプトを実行するとキーボードが反応しなくなります。
Expand All @@ -247,7 +253,7 @@ Illustrator CC 2018以降
# <a name="createColorChart.js">createColorChart.js</a>
[![Download Color.zip](https://img.shields.io/badge/Download-Color.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Color.zip)

カラーチャートを作成します。
カラーチャートを作成します。CMYK、RGB のどちらにも対応しています。

![Create Color Chart](images/createColorChart.png)
<div style="text-align: right;">日本語版では、UIは日本語で表示します。</div>
Expand All @@ -256,12 +262,12 @@ Illustrator CC 2018以降
1. スクリプトを実行します。
2. カラーモード「CMYK」または「RGB」を選択します。
パスオブジェクトを選択している場合は、塗りの値が初期値として使用されます。
3. 上下、左右で増減させたい色を選択します
3. 垂直方向、水平方向で増減させたい色を選択します
4. 増減値を入力します。
5. アートボードサイズ、カラーチップサイズ、単位を設定します。

#### 注意事項
CMYKの場合、K値の増減はできません
新規ドキュメントにカラーチャートを作成します

#### 動作条件
Illustrator CS4以降
Expand Down Expand Up @@ -464,7 +470,10 @@ Illustrator CS4以降

Visual Studio Code の「上に行を挿入」( <kbd>⌘</kbd> / <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Enter</kbd> )、
「下に行を挿入」( <kbd>⌘</kbd> / <kbd>Ctrl</kbd> + <kbd>Enter</kbd> )と同様のことができます。
[Keyboard Maestro](https://www.keyboardmaestro.com/main/)や、[SPAi](https://tama-san.com/spai/)などでショートカットを割り当てると、より一層Visual Studio Codeの操作感が出せると思います。
[Keyboard Maestro](https://www.keyboardmaestro.com/main/)
[SPAi](https://tama-san.com/spai/)
[Sppy](https://sppy.stars.ne.jp/sppyai)
などでショートカットを割り当てると、より一層Visual Studio Codeの操作感が出せると思います。
ポイント文字、エリア内文字のどちらにも対応しています。

例 insertLineBelow.js:
Expand Down Expand Up @@ -519,6 +528,28 @@ Illustrator CS以降



# <a name="matchLocationOfGradientStop.js">matchLocationOfGradientStop.js</a>
[![Download Color.zip](https://img.shields.io/badge/Download-Color.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Color.zip)

グラデーションのカラー分岐点、中間点を同期します。

![Match Location Of Gradient Stop](images/matchLocationOfGradientStop.png)
<div style="text-align: right;">日本語版では、UIは日本語で表示します。</div>

#### 使用方法
1. スウォッチからグラデーションを2つ以上選択してスクリプトを実行します。
2. 元になるグラデーションを選択します。

#### 注意事項
スウォッチにあるグラデーションが対象となります。

#### 動作条件
Illustrator CS4以降





# <a name="measurePathItems.js">measurePathItems.js</a>
[![Download Path.zip](https://img.shields.io/badge/Download-Path.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Path.zip)

Expand Down Expand Up @@ -549,7 +580,10 @@ Illustrator CS4以降

Visual Studio Code の「行を下へ移動」( <kbd>Option</kbd> / <kbd>Alt</kbd> + <kbd>↓</kbd> )、
「行を上へ移動」( <kbd>Option</kbd> / <kbd>Alt</kbd> + <kbd>↑</kbd> )と同様のことができます。
[Keyboard Maestro](https://www.keyboardmaestro.com/main/)や、[SPAi](https://tama-san.com/spai/)などでショートカットを割り当てると、より一層Visual Studio Codeの操作感が出せると思います。
[Keyboard Maestro](https://www.keyboardmaestro.com/main/)
[SPAi](https://tama-san.com/spai/)
[Sppy](https://sppy.stars.ne.jp/sppyai)
などでショートカットを割り当てると、より一層Visual Studio Codeの操作感が出せると思います。
ポイント文字、エリア内文字のどちらにも対応しています。

![Vscode Move Line](images/vscode_moveLine.png)
Expand All @@ -562,6 +596,7 @@ Visual Studio Code の「行を下へ移動」( <kbd>Option</kbd> / <kbd>Alt</kb
行を選択する必要はありません。

#### 注意事項
カーソル位置を移動させるためにスクリプト内部でコピー&ペーストを行っています。そのため、あらかじめ文字列等をコピーしていた場合はその内容が失われてしまいます。
移動できるのは 1行のみです。複数行には対応していません。
moveLineUp.js で最終行を移動する場合は、バグを回避するために空行を追加します。
バージョン2020以前の場合は、スクリプトを実行するとキーボードが反応しなくなります。
Expand Down Expand Up @@ -780,6 +815,23 @@ Illustrator CS以降



# <a name="showArtboardName.js">showArtboardName.js</a>
[![Download Artboard.zip](https://img.shields.io/badge/Download-Artboard.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Artboard.zip)

ドキュメント内にアートボード名を表示します。

![Show Artboard Name](images/showArtboardName.png)

#### 使用方法
このスクリプトを実行するだけです。

#### 動作条件
Illustrator CS4以降





# <a name="shuffleGradientColor.js">shuffleGradientColor.js</a>
[![Download Color.zip](https://img.shields.io/badge/Download-Color.zip-e60012)](https://github.com/sky-chaser-high/adobe-illustrator-scripts/releases/latest/download/Color.zip)

Expand Down
Loading

0 comments on commit a3083bf

Please sign in to comment.