Difference between revisions of "Indesign"

From Wikicliki
Jump to: navigation, search
 
(6 intermediate revisions by the same user not shown)
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 template ==
[[Image:indd1.png]]
+
 
[[Image:indd2.png]]
+
=== grep in indesign ===
 +
ALL URLS:
 +
<pre>(?i)(http|ftp|www)(\S+)(\.\l{2,4})|(\S+)(\.\l{2,4})
 +
(?i)(http|ftp|www)(\S+)
 +
underline offset about 2pt is nice</pre>
 +
=== excel - format custom date and time ===
 +
<pre>yyyy-mm-dd h:mm:ss \G\M\T
 +
dd mmm yyyy h:mm:ss \G\M\T</pre>
  
== basil.js ==
+
=== excel - wildcards ===
 +
[[File:Excelwildcards.png]]
 +
note if searching for asterisk itself then use tilda asterisk
  
== grep ==
+
=== notepad++ or smultron ===
=== finding urls ===
+
<pre>Use advanced find and replace with regex
<pre>(?i)(http|ftp|www)(\S+)(\.\l{2,4})|(\S+)(\.\l{2,4})</pre>
+
Remove last character (') - '\r to \r</pre>
  
== 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]]

Latest revision as of 07:23, 3 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})
(?i)(http|ftp|www)(\S+)
underline offset about 2pt is nice

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

notepad++ or smultron

Use advanced find and replace with regex
Remove last character (') - '\r to \r


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

Indd1.png Indd2.png