Difference between revisions of "Indesign"

From Wikicliki
Jump to: navigation, search
(excel - format custom date and time)
Line 5: Line 5:
 
<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 ===
<pre>yyyy-mm-dd h:mm:ss \G\M\T</pre>
+
<pre>yyyy-mm-dd h:mm:ss \G\M\T
 +
dd mmm yyyy h:mm:ss \G\M\T</pre>
 +
 
 
=== excel - wildcards ===
 
=== excel - wildcards ===
 
[[File:Excelwildcards.png]]
 
[[File:Excelwildcards.png]]

Revision as of 16:20, 2 June 2014

project using basil.js to input twitter data into indd template

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
dd mmm yyyy h:mm:ss \G\M\T

excel - wildcards

Excelwildcards.png note if searching for asterisk itself then use tilda asterisk

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

Indd1.png Indd2.png