Indiscripts

Automating InDesign since 2009

Tag : SpecialCharacters

InDesign Scripting: Why are Endnotes so Hard to Decipher?

InDesign's endnotes are just text ranges enclosed in U+FEFF markers.

Continue reading...

De la migration typographique des appels de note [MÀJ]

Affairé à délester mes répertoires de vieux scripts InDesign antédiluviens, je tombe sur un petit utilitaire qui me semble encore digne d'emploi chez les orthotypographes. Sa mission ? Repositionner les appels de note avant toute ponctuation fermante, comme l'exige la tradition…

Continue reading...

SelToPlaceholder | Get Your Selection “Lorem-Ipsumed”

Selection-to-Placeholder script for InDesign CS6/CC

Continue reading...

Customize InDesign Hyphens with IndyFont

While both IndyFont and Unicode support hyphen variants such as U+2010 HYPHEN, U+2011 NON-BREAKING HYPHEN, and of course U+00AD SOFT HYPHEN, it looks like InDesign does not clearly distinguish character from glyph paradigm in this particular topic. In short, InDesign tends to render all hyphen characters using the same prototypical glyph, which is not necessarily in line with your desire…

Continue reading...

InDesign Hidden Glyphs as a Typeface

Some InDesign placeholders

Continue reading...

‘Ultrafluid’ Line Wrap in InDesign

A typographer friend of mine wonders about the most convenient way to create text samples having arbitrary line wraps without hyphenation. Such layout is commonly used in foundries when preparing typographical specimens. Customers should be able to visualize the native behavior of the typeface without justification artifacts, therefore the sample text must be left-justified with no custom tracking/kerning/scaling applied…

Continue reading...

FontMixer | Extend Typefaces in InDesign CS5/CS6/CC

FontMixer, free script for InDesign CS5/CS6/CC)So you have discovered a beautiful typeface that you want to leverage for your layout. Unfortunately some accented characters, diacritics, or needed symbols are missing. Thanks to IndyFont you can easily create a complementary font that will provide those missing glyphs. Then, as an experienced InDesign user, you'll probably be tempted to manage the whole character set through GREP styles. FontMixer offers a very cool alternative based on a secret feature available in InDesign CS5 and later…

Continue reading...

IndyFont 1.1 | Public PRO Release and User's Guide

This is a great day for both typography lovers and InDesign fans! IndyFont is a complete typeface builder for InDesign CS4/CS5/CS6/CC. This new and amazing tool created by Jongware can generate clean and functional OpenType fonts in just a few seconds. Did you ever need to have custom bullets available in your layout? Did you ever imagine to design your own character set, including your logo or any required pictogram, with the ability to edit ligatures, diacritics, oldstyle figures, swashes or any alternate? You no longer have to buy and master a complex font editor to have it done! Check out IndyFont and enjoy drawing from A to Z pure OTF fonts in InDesign…

Continue reading...

Making String.split() support U+0000 in ExtendScript CS4

For obscure reasons ExtendScript 3.x is somewhat allergic to the character "\x00" (U+0000). Some String and RegExp routines become silently defective as soon as your source string contains one or more NUL character. Although most of these bugs have been fixed in CS5 (ExtendScript 4.1), this still leads to compatibility and portability issues. Here is a snippet that allows to split any string and get proper results in all versions.

Continue reading...

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...

InDesign CS4/CS5 Special Characters [Update]

Download “InDesign CS4/CS5 Special Characters and Metacharacters” (PDF)

Comment paramétrer les espaces dans InDesign

Le contrôle des espaces (chasse, justification, etc.) est le lieu d'une divergence historique entre XPress et InDesign. Tandis qu'InDesign propose une douzaine d'espaces distinctes qui semblent emprisonnées dans leur sémantique Unicode, XPress a souvent été considéré comme un outil plus flexible du fait qu'il ouvre à l'utilisateur le pouvoir de définir lui-même les valeurs d'espacement et les plages de variation dont il a besoin. Cependant, le déficit d'InDesign n'est pas aussi définitif qu'il y paraît…

Continue reading...