IndexMatic users have long been faced with the following problem: when the client provides a list of index entries and adds extra information (birthdates, etc), how can the query list be adjusted accordingly? Introduced with iX³, the ~format
directive offers an efficient solution…
Tag : Word
IndexMatic³ | Hidden Treasures of the ~format Directive
August 24, 2024 | IndexMatic³ | en | fr
What’s New in IndexMatic³ [UPDATE]
March 06, 2023 | IndexMatic³ | en | fr
Imagine you can extract, quantify, analyze and index every bit of text from your InDesign documents, in any language, based on your own criteria: a predefined word list, a set of fine-tuned regular expressions, such or such character styles or containers. This tool has just been born and is called IndexMatic³.
Wordalizer 1.5 | Create Word Clouds in InDesign CS4-CC!
June 24, 2014 | Wordalizer | en | fr
Here is the new release of our coolest InDesign toy! Wordalizer 1.5 for InDesign CS4/CS5/CS6/CC can now digest large corpus (up to 1,000 entries) and generate many styles of word clouds, based on geometrical patterns, color themes, or even multiple fonts! Open any source document (or book) and let Wordalizer extract the meaningful vocabulary from your text. Edit the word list as needed and adjust the settings according to your mood.
What Exactly is a Word?
September 04, 2011 | Tips | en
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.