Difference between revisions of "Indesign"

From Wikicliki
Jump to: navigation, search
Line 1: Line 1:
 
== project using basil.js to input twitter data into indd ==
 
== project using basil.js to input twitter data into indd ==
  
== grep ==
+
=== grep in indesign ===
=== finding urls ===
+
ALL 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 ===
 
=== excel - format custom date and time ===

Revision as of 15:06, 2 June 2014

project using basil.js to input twitter data into indd

grep in indesign

ALL 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