File tree Expand file tree Collapse file tree 11 files changed +26
-23
lines changed Expand file tree Collapse file tree 11 files changed +26
-23
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
author : admin
3
- layout : hello_world
3
+ layout : tutorial
4
4
title : " Hello World"
5
5
---
6
6
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
---
2
2
author : admin
3
- layout : getting_started
3
+ layout : tutorial
4
4
title : " Getting Started"
5
5
---
6
6
Original file line number Diff line number Diff line change 1
1
---
2
2
author : admin
3
- layout : drawing_color
3
+ layout : tutorial
4
4
title : " Drawing and colors"
5
5
---
6
6
Original file line number Diff line number Diff line change 1
1
---
2
2
author : admin
3
- layout : syntax
3
+ layout : tutorial
4
4
title : " Syntax check basil.js vs. Processing"
5
5
---
6
6
Original file line number Diff line number Diff line change 1
1
---
2
2
author : admin
3
- layout : finding_help
3
+ layout : tutorial
4
4
title : " Finding Help"
5
5
---
6
6
7
7
## InDesign scripting inspirations
8
8
- [ The "Jongware" reference] ( http://jongware.mit.edu/idcs6js/ )
9
9
- [ InDesign Secrets] ( http://indesignsecrets.com/ )
10
- - [ Extendables] ( http://extendables.org/ )
11
- - [ Typography and Automation at FH Potsdam] ( http://fabiantheblind.github.com/Typography-And-Automation/ )
12
- - [ Fabian The Blind's Wiki] ( https://github.com/fabiantheblind/auto-typo-adbe-id/wiki )
13
- - [ Fabian The Blind's Scripts] ( http://fabiantheblind.info/coding.html )
10
+ - [ Typography and Automation at FH Potsdam] ( http://fabianmoronzirfas.github.com/Typography-And-Automation/ )
11
+ - [ The GitHub Extendscipt Organisations Wiki] ( https://github.com/ExtendScript/wiki/wiki )
12
+ - [ Fabian Morón Zirfas Scripts] ( https://github.com/fabianmoronzirfas?utf8=%E2%9C%93&tab=repositories&q=Extendscript&type=&language= )
14
13
- [ Adobe InDesign Skriptwerkstatt (german)] ( http://www.hilfdirselbst.ch/foren/gforum.cgi?forum=61; )
15
14
16
15
## Processing inspirations
Original file line number Diff line number Diff line change 1
1
---
2
2
author : admin
3
- layout : technical
4
- title : " Technical details about basil.js"
3
+ layout : tutorial
4
+ title : " Technical Details About basil.js"
5
5
---
6
6
7
7
## The tech facts:
Original file line number Diff line number Diff line change
1
+ ---
2
+ author: admin
3
+ layout: default
4
+ originallink: http://basiljs.ch/tutorials/
5
+ title: Tutorials
6
+ ---
7
+
8
+ < ul >
9
+ {% for page in site.pages %}
10
+ {% if page.layout == 'tutorial' %}
11
+ {% if page.title != 'example tutorial page'%}
12
+ < li > < a href ="{{page.url}} "> {{page.title}}</ a > </ li >
13
+ {% endif %}
14
+ {% endif %}
15
+ {% endfor %}
16
+ </ ul >
You can’t perform that action at this time.
0 commit comments