Difference between revisions of "Indesign"

From Wikicliki
Jump to: navigation, search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
== project using basil.js to input twitter data into indd template ==
 +
 +
=== 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>
 +
 +
=== excel - wildcards ===
 +
[[File:Excelwildcards.png]]
 +
note if searching for asterisk itself then use tilda asterisk
 +
 +
=== notepad++ or smultron ===
 +
<pre>Use advanced find and replace with regex
 +
Remove last character (') - '\r to \r</pre>
 +
 +
 
== How to add extra pages (extra foldout flap) to standard book layout ==
 
== How to add extra pages (extra foldout flap) to standard book layout ==
 
[[Image:indd1.png]]
 
[[Image:indd1.png]]
 
[[Image:indd2.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