Difference between revisions of "Indesign"

From Wikicliki
Jump to: navigation, search
Line 1: Line 1:
== How to add extra pages (extra foldout flap) to standard book layout ==
+
== project using basil.js to input twitter data into indd ==
[[Image:indd1.png]]
 
[[Image:indd2.png]]
 
 
 
== basil.js ==
 
  
 
== grep ==
 
== grep ==
 
=== finding urls ===
 
=== finding urls ===
 
<pre>(?i)(http|ftp|www)(\S+)(\.\l{2,4})|(\S+)(\.\l{2,4})</pre>
 
<pre>(?i)(http|ftp|www)(\S+)(\.\l{2,4})|(\S+)(\.\l{2,4})</pre>
 +
=== excel - format custom date and time ===
 +
<pre>yyyy-mm-dd h:mm:ss \G\M\T</pre>
 +
=== excel - wildcards ===
 +
[[File:Excelwildcards.png]]
 +
  
== custom date and time ==
 
  
<pre>yyyy-mm-dd h:mm:ss \G\M\T</pre>
+
== How to add extra pages (extra foldout flap) to standard book layout ==
 +
[[Image:indd1.png]]
 +
[[Image:indd2.png]]

Revision as of 15:05, 2 June 2014

project using basil.js to input twitter data into indd

grep

finding urls

(?i)(http|ftp|www)(\S+)(\.\l{2,4})|(\S+)(\.\l{2,4})

excel - format custom date and time

yyyy-mm-dd h:mm:ss \G\M\T

excel - wildcards

Excelwildcards.png


How to add extra pages (extra foldout flap) to standard book layout

Indd1.png Indd2.png