Skip to content

Commit 37b735c

Browse files
committed
Fix unnecessary <a> links
1 parent c540213 commit 37b735c

File tree

181 files changed

+0
-4294
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+0
-4294
lines changed

docs/introduction/changelog.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,22 @@
1-
<a id="introduction-changelog"></a>
2-
31
# Changelog
42

53
What’s new and changed for scripting?
64

75
---
86

9-
<a id="changelog-24-0"></a>
10-
117
## [Illustrator 24.0 (CC 2020) <>]()
128

139
- Added: [Document.getPageItemFromUuid()](../jsobjref/Document.md#jsobjref-document-getpageitemfromuuid)
1410
- Added: [PageItem.uuid](../jsobjref/PageItem.md#jsobjref-pageitem-uuid)
1511

1612
---
1713

18-
<a id="changelog-13-0"></a>
19-
2014
## [Illustrator XX.X (CC 2017) <>]()
2115

2216
- Added: [Application.getIsFileOpen()](../jsobjref/Application.md#jsobjref-application-getisfileopen)
2317

2418
---
2519

26-
<a id="changelog-12-0"></a>
27-
2820
## [Illustrator XX.X (CC) <>]()
2921

3022
- ?

docs/introduction/executingScripts.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<a id="introduction-executingscripts"></a>
2-
31
# Executing Scripts
42

53
The Illustrator interface includes a Scripts menu (File > Scripts) that provides quick and easy access to your scripts.
@@ -12,8 +10,6 @@ You also can have JavaScript scripts with a .jsx extension start automatically w
1210

1311
---
1412

15-
<a id="introduction-executingscripts-installing"></a>
16-
1713
## Installing scripts in the Scripts menu
1814

1915
To include a script in the Scripts menu (File > Scripts), save the script in the Scripts folder, located in the `/lllustrator CC/Presets` folder in your lllustrator CC installation directory.
@@ -28,8 +24,6 @@ Each subfolder is displayed as a separate submenu containing the scripts in that
2824

2925
---
3026

31-
<a id="introduction-executingscripts-executing"></a>
32-
3327
## Executing scripts from the Other Scripts menu item
3428

3529
The Other Scripts item at the end of the Scripts menu `(File > Scripts > Other Scripts)` allows you to execute scripts that are not installed in the Scripts folder.
@@ -40,8 +34,6 @@ Only files that are of one of the supported file types are displayed in the brow
4034

4135
---
4236

43-
<a id="introduction-executingscripts-startup"></a>
44-
4537
## Startup scripts (.jsx scripts only)
4638

4739
JavaScript scripts with a .jsx file extension can be installed in one of two folders, so the scripts run automatically when you launch Illustrator and each time you run a script.

docs/introduction/scriptingLanguageSupport.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<a id="introduction-scriptinglanguagesupport"></a>
2-
31
# Scripting language support in Adobe Illustrator CC
42

53
Illustrator scripting supports VBScript and JavaScript scripts for Windows, and AppleScript and JavaScript scripts for Mac OS.

docs/introduction/viewingSampleScripts.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<a id="introduction-viewingsamplescripts"></a>
2-
31
# Viewing Sample Scripts
42

53
Adobe provides sample scripts for many objects, properties, and methods in the lllustrator CC DOM. You can view script samples in two locations:

docs/introduction/viewingTheObjectModel.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
<a id="introduction-viewingtheobjectmodel"></a>
2-
31
# Viewing the object model
42

53
Each of the supported scripting languages provides a facility for viewing the scripting objects defined by Illustrator, with reference details.
64

75
---
86

9-
<a id="introduction-viewingtheobjectmodel-javascript"></a>
10-
117
## Viewing the JavaScript object model
128

139
To view the JavaScript object model for Illustrator, follow these steps:
@@ -27,8 +23,6 @@ You also can view script samples and information about individual classes, objec
2723

2824
---
2925

30-
<a id="introduction-viewingtheobjectmodel-applescript"></a>
31-
3226
## Viewing the AppleScript object model
3327

3428
Apple provides a Script Editor with all Mac OS systems. You can use Script Editor to view the AppleScript dictionary that describes Illustrator objects and commands.
@@ -52,8 +46,6 @@ You also can view script samples and information about individual classes, objec
5246

5347
---
5448

55-
<a id="introduction-viewingtheobjectmodel-vbscript"></a>
56-
5749
## Viewing the VBScript object model
5850

5951
VBScript provides a type library you can use to view Illustrator object properties and methods. This procedure explains how to view the type library through any Microsoft Office program. Your VBScript editor probably provides access to the library. For information see your editor’s Help.

docs/introduction/whatIsScripting.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<a id="introduction-whatisscripting"></a>
2-
31
# What is Scripting?
42

53
A script is a series of commands that tells Illustrator to perform one or more tasks. These tasks can be simple, affecting only one object in the current document, or complex, affecting objects in all your Illustrator documents.

0 commit comments

Comments
 (0)