Indiscripts

Tag : TextFrame

How to Detect a “Ghost Item”

A “ghost item” is an anchored / inline page item (text frame, spline item, etc.) which is temporarily hidden because its parent character is in an overset area:

Example of ‘ghost’ anchored item.

Continue reading...

What Exactly is a Word?

A number of InDesign scripts manipulate words for counting, indexing, or other processing purposes. Given a text container—basically a Story—the InDesign Scripting DOM provides many ways to handle text contents through specialized subclasses of the Text interface: one can easily access to insertion points, character ranges, lines, paragraphs, text columns, styled-text chunks, and… words. Although this concept seems pretty straightforward, I tried to understand a bit better what it really means.

Continue reading...

A Simple Script to Fix Table Widows

FixTableWidows in action (InDesign CS4/CS5).

Continue reading...

Report Page Hyphens 2.0 (beta)

In May 2010, Loïc Aigon and I have written the first draft of ReportPageHyphens, a quite basic script which is used to inventory all unattractive hyphens that occur between two pages. The preliminary version of RPH has been released in Scriptopedia and was supposed to work in InDesign CS4. Since then we have found several bugs and issues. Some of them have been reported in Scriptopedia's comment page, or in the Adobe InDesign forum. The main user request was that the script can also identify unwanted hyphens that appear in footnotes. Should we try a new approach?

Continue reading...

Show Local Formatting in InDesign CS4/CS5

Show Local Formatting in InDesign

Continue reading...

InGutter | Script Available for Beta Test

InGutter (JS Script for InDesign)InGutter gives the user the ability to effortlessly create, design and manage a set of rules between text columns in InDesign CS3/CS4. This free JS script implements and extends the technique explored in Indiscripts a few weeks ago. Try the beta version, and tell me.

Continue reading...

Introducing InDesign Column Rules

Rules between columns are so usual —in newspapers, in technical books...— that nobody could explain why InDesign does not yet provide this functionnality. That's a big mystery. Layout designers have anchored objets, Grep styles, conditional texts and so much great tools improved by leaps and bounds, but vertical column rules, please? “Move along now, there's nothing to see!”

Continue reading...