Difference between revisions of "Indesign"
From Wikicliki
| Line 1: | Line 1: | ||
| − | == | + | == project using basil.js to input twitter data into indd == |
| − | |||
| − | |||
| − | |||
| − | |||
== grep == | == grep == | ||
=== finding urls === | === 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})</pre> | ||
| + | === excel - format custom date and time === | ||
| + | <pre>yyyy-mm-dd h:mm:ss \G\M\T</pre> | ||
| + | === excel - wildcards === | ||
| + | [[File:Excelwildcards.png]] | ||
| + | |||
| − | |||
| − | + | == How to add extra pages (extra foldout flap) to standard book layout == | |
| + | [[Image:indd1.png]] | ||
| + | [[Image:indd2.png]] | ||
Revision as of 15:05, 2 June 2014
Contents
project using basil.js to input twitter data into indd
grep
finding 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


