Skip to content

Commit 3d40e9f

Browse files
author
fmoronzirfas
committed
Merge branch 'develop' of github.com:basiljs/basiljs.github.io into develop
2 parents 7e034b5 + a54e064 commit 3d40e9f

File tree

14 files changed

+14
-0
lines changed

14 files changed

+14
-0
lines changed

tutorials/00-technical/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: admin
33
layout: tutorial
44
title: "Technical Details About basil.js"
5+
description: "Where basil.js sits in comparison to Processing."
56
---
67

78
## The tech facts:

tutorials/01-getting-started/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: admin
33
layout: tutorial
44
title: "Getting Started"
5+
description: "Installing basil.js."
56
---
67

78
## Installation

tutorials/02-syntax/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: admin
33
layout: tutorial
44
title: "Syntax Check basil.js vs. Processing"
5+
description: "JavaScript basics and differences between writing in basil.js and Processing."
56
---
67

78
## Similarities between basil.js and Processing

tutorials/03-hello-world/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: admin
33
layout: tutorial
44
title: "Hello World"
5+
description: "The unavoidable hello world example."
56
---
67

78
Open up the Adobe ExtendScript Editor, which is the script editor that comes with the Adobe Creative Suite. We will use this editor for our tutorials, but basically you could use any JavaScript editor.

tutorials/04-finding-help/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: admin
33
layout: tutorial
44
title: "Finding Help"
5+
description: "Standing on the shoulders of giants... as usual."
56
---
67

78
## InDesign scripting inspirations

tutorials/05-drawing-color/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: admin
33
layout: tutorial
44
title: "Drawing and Colors"
5+
description: "Adding new shapes and color swatches."
56
---
67

78
## General information

tutorials/06-page-management/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: admin
33
layout: tutorial
44
title: "Page Management"
5+
description: "How to add, remove, count and manage the pages of your document."
56
---
67

78
## Adding pages

tutorials/07-selection-and-navigation/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: admin
33
layout: tutorial
44
title: "Selection and Navigation"
5+
description: "How to stroll around in the InDesign object model."
56
---
67

78
## Get the mouse selection

tutorials/08-transform-pageitems/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: admin
33
layout: tutorial
44
title: "Transform PageItems"
5+
description: "Moving things around (i.e. PageItem) that you have created in code or by mouse."
56
---
67

78
```

tutorials/09-modifying-typography/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: admin
33
layout: tutorial
44
title: "Modifying Typography"
5+
description: "Changing InDesign text programatically."
56
---
67

78
## 1. Getting started with type

0 commit comments

Comments
 (0)