Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tutorials/00-technical/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Technical Details About basil.js"
description: "Where basil.js sits in comparison to Processing."
---

## The tech facts:
Expand Down
1 change: 1 addition & 0 deletions tutorials/01-getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Getting Started"
description: "Installing basil.js."
---

## Installation
Expand Down
1 change: 1 addition & 0 deletions tutorials/02-syntax/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Syntax Check basil.js vs. Processing"
description: "JavaScript basics and differences between writing in basil.js and Processing."
---

## Similarities between basil.js and Processing
Expand Down
1 change: 1 addition & 0 deletions tutorials/03-hello-world/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Hello World"
description: "The unavoidable hello world example."
---

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.
Expand Down
1 change: 1 addition & 0 deletions tutorials/04-finding-help/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Finding Help"
description: "Standing on the shoulders of giants... as usual."
---

## InDesign scripting inspirations
Expand Down
1 change: 1 addition & 0 deletions tutorials/05-drawing-color/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Drawing and Colors"
description: "Adding new shapes and color swatches."
---

## General information
Expand Down
1 change: 1 addition & 0 deletions tutorials/06-page-management/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Page Management"
description: "How to add, remove, count and manage the pages of your document."
---

## Adding pages
Expand Down
1 change: 1 addition & 0 deletions tutorials/07-selection-and-navigation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Selection and Navigation"
description: "How to stroll around in the InDesign object model."
---

## Get the mouse selection
Expand Down
1 change: 1 addition & 0 deletions tutorials/08-transform-pageitems/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Transform PageItems"
description: "Moving things around (i.e. PageItem) that you have created in code or by mouse."
---

```
Expand Down
1 change: 1 addition & 0 deletions tutorials/09-modifying-typography/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Modifying Typography"
description: "Changing InDesign text programatically."
---

## 1. Getting started with type
Expand Down
1 change: 1 addition & 0 deletions tutorials/10-adding-images/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Adding Images"
description: "Add pictures to your project."
---

When adding images to your document, one of the most important factors is where does the image sit relative to your document. Here are a few techniques for importing and manipulating images.
Expand Down
1 change: 1 addition & 0 deletions tutorials/11-download-images/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Download Images"
description: "Download images from the web and add them to your document."
---

Obviously you have to download a resources first, before you can you can make use of it in an indesign document.
Expand Down
1 change: 1 addition & 0 deletions tutorials/12-data-csv/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Data - CSV"
description: "Reading data from external files in CSV format."
---

## CSV - Data to a circles
Expand Down
1 change: 1 addition & 0 deletions tutorials/13-export-pdf/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
author: admin
layout: tutorial
title: "Export PDF"
description: "Create hundreds of variation in a single InDesign project."
---

```
Expand Down