Difference between revisions of "Indesign"

From Wikicliki
Jump to: navigation, search
Line 6: Line 6:
  
 
== grep ==
 
== grep ==
 +
=== 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})
+
== custom date and time ==
</pre>
+
 
 +
<pre>yyyy-mm-dd h:mm:ss \G\M\T</pre>

Revision as of 14:39, 2 June 2014

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

Indd1.png Indd2.png

basil.js

grep

finding urls

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

custom date and time

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